mcuee
mcuee
From here: * https://github.com/libusb/libusb/issues/1366#issuecomment-1902491217 Initially no USB devices were attached. Then I pluged in the USB hub (with one USB device attached), then I unpluged the USB hub, which would...
From here: * https://github.com/libusb/libusb/pull/1406#issuecomment-1895374714 @sonatique mentioned the following. > I guess that for some reason the faulting device is correctly unref'ed down to zero and freed, but still in the...
From here by @tormodvolden > I intend to work on a hotplug testing utility after the release, to be used for development (if no one beats me to it).
From here by @tormodvolden https://github.com/libusb/libusb/pull/1447#issuecomment-1918061222 > I think stress_mt needs some serious rework. It needs to differentiate between errors in init, enumeration or control requests. Also add a third round...
From here: https://github.com/libusb/libusb/pull/1425#issuecomment-1879482085 Somehow I think the output of hotplugtest is not predictable under Linux for external hubs. Adding a USB 3.0 USB Mass Storage to the USB Type-C hub....
`libusb_open` can return error codes other than the expected `LIBUSB_ERROR_ACCESS`. For example, it can return `LIBUSB_ERROR_NOT_FOUND` or `LIBUSB_ERROR_NOT_SUPPORTED` under Windows. At least I think `LIBUSB_ERROR_NOT_FOUND` is really unexpected. ``` /**...
Right now we only provide the driver name (WinUSB, libusb0.sys or libusbk.sys) in debug messages. It will be good to provide this function. For other OS, we can returen a...
Reference: github action clang build log https://github.com/libusb/libusb/actions/runs/7255523523/job/19766296521 ``` make all-recursive make[1]: Entering directory '/d/a/libusb/libusb/build-msys2-clang64' Making all in libusb make[2]: Entering directory '/d/a/libusb/libusb/build-msys2-clang64/libusb' CC core.lo CC descriptor.lo CC hotplug.lo CC io.lo...
From #952 * #952 As of now, there is no way to build shared libavrdude.dll under Windows, either with MinGW or MSVC. ``` [68/70] cmd.exe /C "cd . && C:\msys64\mingw64\bin\cc.exe...
Ref: * https://github.com/avrdudes/avrdude/issues/955#issuecomment-1288964378 > #962 has been merged and the option to use static lib or dynamic lib was added. But it has not been implemented yet. > > *...