|
From: Carl K. <car...@gm...> - 2007-08-13 11:18:57
|
Firstly, I tried installing the filter driver on Vista. It fails, and the test program shows driver version -1,-1,-1,-1. Secondly, I tried installing the device driver on Vista. It installs, and the test program shows the correct driver version, but finds a single bus with no devices. It won't actually find the device until you plug it into a port that it hasn't been in before. Presumably the original windows driver is still installed on whatever port you plugged it into first. Anyway it works, provided you plug it into a new port. Third, I tried installing the filter driver on XP. It installs, and all the USB devices and busses are enumerated correctly. But when I call usb_setconfiguration it freezes and there is no way to end my program's process with Ctrl+Alt+Delete or any other program, only restarting the computer will end it. Another libusb program I have, which I don't have the source code for. crashes but doesn't freeze. I don't know why. I haven't tried the device driver on XP yet. Are there any plans to fix, or at least DOCUMENT, these bugs??? |