-
I have the same Problem under Win7 64Bit
Is there a solution to get it work in our times?.
2009-11-26 11:41:18 UTC by oekel
-
Hi,
I am new to libusb and found it by chance when trying to find a way to
access a modified Sony Net MD (MiniDisc) Bay unit.
After creating the inf file with the inf-wizard.exe the install of the
created drivers seems to be ok. The device manager shows the unit now under
LibUSB-Win32 Devices. But I cannot access it or at least do not know how.
The file explorer does not show it and no...
2009-11-22 14:16:25 UTC by dad7
-
Hi,
I am new to libusb and found it by chance when trying to find a way to access a modified Sony Net MD (MiniDisc) Bay unit.
After creating the inf file with the inf-wizard.exe the install of the created drivers seems to be ok. The device manager shows the unit now under LibUSB-Win32 Devices. But I cannot access it or at least do not know how. The file explorer does not show it and no other...
2009-11-19 21:46:28 UTC by dad7
-
When windows is hibernated when a our usb device (see below) is attached and restarted (with the device still attached) a BSOD occured (trace is attached to this bug ticket).
The device is a custom PCB that has the following behaviour
* During startup, the device stays in bootloader mode for 3 seconds. The STTub203.sys (version 2.0.3a) driver available from handles this "role" of the device.
2009-11-18 16:58:05 UTC by nobody
-
I would greatly like to see this feature accepted into libusb-win32 as well.
2009-11-05 18:22:11 UTC by pckujawa
-
Will you have a win7 support?
Regards.
2009-11-03 20:57:18 UTC by nobody
-
Iv just discovered this project...and made an application to read a composite USB device with the filter drivers, very easy and nice.
Wonderful idea this, especially the filter drivers, so easy to make services to extend and enhance random USB devices :)
I did get the Freeze effect others have reported, my composite device is left in an unstable state after using it through the filter...
2009-11-01 16:04:54 UTC by priha
-
It would be useful to allow users read access to the device property & registry keys via IoGetDeviceProperty and IoOpenDeviceRegistryKey. It could prevent unnecessary control transfers for basic device information and give a way to easily distinguish between identical devices. I've modified the kernel driver to support this and would be happy to patch the user driver if need be.
If this...
2009-10-31 15:57:27 UTC by trobinso
-
Thank You for such fast reply ! I really appreciate it.
What kind of global data is changed? Data used only for enumeration (as I guess) ? If Yes - then i'm OK.
Each plugin is a *.dll (*.so) and will initialise UsbLib on itsown. For **all threads** from same dll will be **only one enumeration** process before spawing threads ( **usb_find_busses()** and **usb_find_devices()** ) - then i...
2009-10-29 11:44:59 UTC by damospl
-
<P>I haven't experienced too many problems using multiple devices with one thread per device. You do have to watch out for <pre>usb\_find\_busses()</pre> and <pre>usb\_find\_devices()</pre> because they update global data.</P>.
2009-10-29 11:11:07 UTC by tim_green