On Sun, Feb 21, 2021 at 1:52 AM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: > > Add device ID of VMWare Paravirtualized Ethernet v3. > > Signed-off-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com> > --- > windows/netuio/netuio.inf | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/windows/netuio/netuio.inf b/windows/netuio/netuio.inf > index 666a69c..db97366 100644 > --- a/windows/netuio/netuio.inf > +++ b/windows/netuio/netuio.inf > @@ -42,6 +42,7 @@ HKR,,Icon,,-5 > %Intel.F101F.Description%=netuio_Device, PCI\VEN_8086&DEV_101F > %Intel.F104F.Description%=netuio_Device, PCI\VEN_8086&DEV_104F > %Intel.F104E.Description%=netuio_Device, PCI\VEN_8086&DEV_104E > +%vmxnet3.Description%=netuio_Device, PCI\VEN_15AD&DEV_07B0 > > [netuio_Device.NT] > CopyFiles=Drivers_Dir > @@ -99,6 +100,7 @@ Intel.F15FF.Description = "Intel(R) Ethernet Controller > X710 for 10GBASE-T" > Intel.F101F.Description = "Intel(R) Ethernet Controller V710 for 5GBASE-T" > Intel.F104F.Description = "Intel(R) Ethernet Controller X710 for 10 Gigabit > backplane" > Intel.F104E.Description = "Intel(R) Ethernet Controller X710 for 10 Gigabit > SFP+" > +vmxnet3.Description = "VMWare Paravirtualized Ethernet v3" > netuio.SVCDESC = "netuio Service" > > [DMAr.reg]
Is there no other way than hardcoding those values in the driver? Something à la driverctl? -- David Marchand