Fabien
Fabien
See specs in USB 3.1 specs in section: 9.6.2.5 SuperSpeedPlus USB Device Capability I have a WIP PR for it: https://github.com/libusb/libusb/pull/1428 I am not sure how much parsing we want...
See specs in USB 3.1 specs in section: 9.6.2.5 SuperSpeedPlus USB Device Capability Fix issue #1429
Let's say I have a device with an async transfer callback. On Linux, if I physically disconnect the device, both with an USB2 or USB3 cable, the callback triggers and...
I have noticed that enum [libusb_speed](https://github.com/libusb/libusb/blob/dfed0d169508d630cce9e6579f7cd69ac5ed25bf/libusb/libusb.h#L1126) does not support speed beyond 10000Mbps. ``` enum libusb_speed { /** The OS doesn't report or know the device speed. */ LIBUSB_SPEED_UNKNOWN = 0,...
This should be done via linke script and pre-main function in m68k toolchain