|
From: Stephan M. <Ste...@ia...> - 2006-04-21 09:34:48
|
> Yes it shows up in the device manager. It has a yellow exclamation > mark. The Device status says "This device is not configured > correctly. (Code 1) > To reinstall drivers for this device, click Reinstall Driver". > > 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. From your application's point of view it should make no difference whether you install libusb as a filter or as a 'normal' driver. You get the same API and the same functionality. The only difference is the way the kernel driver (which is the same binary file in both cases) is installed. > > [I'm presuming that using the inf-wizard to generate a device > .inf file will lead to installing the non-filter libusb-win32 > driver for this device, which would likely solve the problem, > but seemed like a bad idea if the manufacturers drivers later > need to be installed.] > > Graeme Gill. > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Libusb-win32-devel mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel |