libusb-win32 icon indicating copy to clipboard operation
libusb-win32 copied to clipboard

libusb-win32 project official github repo

Results 28 libusb-win32 issues
Sort by recently updated
recently updated
newest added

One of the main improvement of libusbk.sys vs libusb0.sys is that it has better isoc transfer support. libusb0.sys may only work with full speed isoc transfer and not really with...

enhancement

https://sourceforge.net/p/libusb-win32/bugs/74/ Updated: 2012-07-06 Created: 2010-09-08 Creator: Manuel Kauf I use the USB Lib in the version 1.1.14-3 long since, with this i had no problems. The device is a USB...

enhancement
wontfix

Updated: 2012-08-09 Created: 2012-05-20 Creator: Benjamin Moody libusb_dyn.c is missing stubs for several of the libusb-win32 functions: ``` usb_touch_inf_file_np usb_install_needs_restart_np usb_install_npW usb_install_npA usb_reap_async_nocancel usb_cancel_async ``` (It's also missing the various...

bug

To check whether the patches are useful or not. If useful, pull the patches.

enhancement

To pull patches from https://github.com/LibUsbDotNet/libusb-win32

enhancement

https://sourceforge.net/p/libusb-win32/bugs/83/ Updated: 2014-12-09 Created: 2014-12-09 Creator: gwideman Could someone please fix the Installation section of page https://sourceforge.net/p/libusb-win32/wiki/Home/ so that every instruction is clear about which executable or other names it's...

documentation

Found during the investigation of: https://github.com/mcuee/libusb-win32/issues/51 @dontech Well, I quickly modified my loopback test program for handling multiple transfers at once, but it doesn't show the issue... The difference in...

bug

According to this: https://learn.microsoft.com/en-us/windows-hardware/drivers/usbcon/usb-bandwidth-allocation The MaximumTransferSize value is deprecated and replaced by discrete values. A bit silly that Microsoft will not support the information in pipe policy without replacing it...

bug

It may be good to provide hotplug support. As of now, libusb-win32 does not support hotplug. libusb-1.0 does not support hotplug under Windows. libusbK has hotplug support.

enhancement

Self-signing has not worked in a long time, as the signing rules have changed. Update the makefiles to support this.

Build