|
From: Graeme G. <gr...@ar...> - 2006-04-21 10:11:07
|
Stephan Meyer wrote: > > Presumably this is because there aren't any device specific > > USB drivers installed for this device. How can I tell Windows > > that the libusb-win32 filter driver will handle this device ? > > You can't. On Windows every device needs a (device) driver in > order to work. You either have to install the manufacturer's device > driver or the one provided by libusb-win32. OK - no point in attempting the impossible. Pretty brittle and inflexible of MS to do things that way, but that seems to be their style at times. I created the .inf file and installed libusb0.sys, and yes, the device now appears in testlibusb.exe output. Can I hope that if the manufacturers USB driver is installed over the top, that the filter driver will take over for my application ? (Thanks for helping sort my problems out.) Graeme Gill. |