-
trobinso made 3 file-release changes.
2009-11-02 19:10:01 UTC in LibUsbDotNet C# Usb Library
-
trobinso made 3 file-release changes.
2009-11-02 19:09:08 UTC in LibUsbDotNet C# Usb Library
-
trobinso made 2 file-release changes.
2009-11-02 19:08:01 UTC in LibUsbDotNet C# Usb Library
-
trobinso made 3 file-release changes.
2009-11-02 19:07:01 UTC in LibUsbDotNet C# Usb Library
-
trobinso made 1 file-release changes.
2009-11-02 19:06:01 UTC in LibUsbDotNet C# Usb Library
-
The disadvantage of the stock libusb-win32 kernel driver is that there is
NO relationship between the usb devices and the windows registry.
2009-10-31 16:55:57 UTC in LibUsbDotNet C# Usb Library
-
I think you have to do more than that. There are some other things to consider, like the device naming scheme (libusb0-0001, libusb-0002, etc), the install filter (if used).
The disadvantage of the stock libusb-win32 kernel driver is that there is to relationship between the usb devices and the windows registry. Libusb-win32 pulls everything directly from the usb device. This makes it...
2009-10-31 16:53:53 UTC in LibUsbDotNet C# Usb Library
-
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 in libusb-win32
-
I Tested using two identical USB devices on Windows 7 32bit and was unable to reproduce this behavior. Are you using windows7 32bit or 64bit?
However, It sounds like the modified libusbdotnet libusb0.sys kernel driver is being replaced with the original driver from the libusb-win32 page when the second device is attached? The modified kernel driver implements the necessary functions to...
2009-10-29 22:48:52 UTC in LibUsbDotNet C# Usb Library
-
The USB specifications does not specify whether or not the serial number field is non-case-sensitive.
2009-10-27 13:13:58 UTC in LibUsbDotNet C# Usb Library