mcuee

Results 3052 comments of mcuee

From Travis about the libusb0.sys isoc support limitation: https://sourceforge.net/p/libusb-win32/mailman/message/28457157/ Using these basic transfer functions, libusbK.sys should be packing the valid bytes to the front of the transfer buffer. i.e. When...

Travis mentioned that libusb0,sys may work with high speed isoc transfer in many cases but sometimes it will not work. https://sourceforge.net/p/libusb-win32/mailman/message/26366939/ ******************************* > On Mon, Oct 4, 2010 at 9:13...

BTW, libusb0.sys works very well for super speed bulk transfer, beating WinUSB and libusbk.sys in terms of performance based on my testing and Travis' testing using Cypress FX3 development board...

From: Travis Hub support was dropped mainly because set configuration requests hang indefinitely. We will look into a better fix for this more over the next few releases. Out of...

libusb-win32 project is in a support only mode. Mailing list support is still provided, no changes to the codes and release.

I believe HUB support is difficult and I think this is not worth the efforts. So I will keep the wontfix label.

``` --- libusb_dyn.c.orig 2011-07-12 07:20:28.000000000 -0400 +++ libusb_dyn.c 2012-05-19 20:59:06.000000000 -0400 @@ -66,6 +66,10 @@ typedef int (*usb_install_service_np_t)(void); typedef int (*usb_uninstall_service_np_t)(void); typedef int (*usb_install_driver_np_t)(const char *inf_file); +typedef int (*usb_touch_inf_file_np_t)(const char...

From: Travis These two should be in there, If not we need to add them. ;) - usb_reap_async_nocancel - usb_cancel_async The others have been deprecated. They are inadequate because of...

@dontech Please check if you can add the two functions that Travis mentioned. ``` usb_reap_async_nocancel usb_cancel_async ```

@dontech Please take a look as well. Thanks. I think there is nothing much to take in now.