mcuee
mcuee
I will still keep this open since the issue keeps popping up.
Relevant info: 1) https://github.com/libusb/libusb/issues/703 2) https://github.com/libusb/libusb/issues/182 3) https://github.com/libusb/libusb/issues/297 4) https://github.com/libusb/libusb/issues/540 5) https://github.com/libusb/libusb/issues/610
@ijprest-haptx Now that Windows hotplug PR has been merged. Just wondering if you can test libusb master to see if you still have the issues or not. Thanks.
> Android 12 libusb_init return -1 Please try PR #1164.
To be honest, I actually do not know that we really supported `libusb_attach_kernel_driver`, but I just checked PR #911 and indeed it has this function. * https://github.com/libusb/libusb/pull/911/ And in practice,...
Looking at the example, it is a bit strange though. If there is no kernel driver for the device, then I am not so sure how `libusb_attach_kernel_driver` will do, maybe...
Seems to have no issue on my system (Mac Mini M1 2020 model, macOS 15.4.1) Using libusb-1.0.28 release. ``` mcuee@Macmini libusb/libusb_test > uname -a Darwin Macmini 24.4.0 Darwin Kernel Version...
Hmm, I can reproduce the issue if run a few times. I will capture the debug log tomorrow. ``` mcuee@Macmini libusb/libusb_test > sudo ./test_issue1635 Error attaching kernel driver: LIBUSB_ERROR_TIMEOUT 05e3:0749...
But I cannot reproduce the issue with latest git head. ``` mcuee@Macmini libusb/libusb_test > sudo ./test_issue1635 0781:5581 (bus 2, device 25) path: 2.4.5.1 046d:c52b (bus 2, device 26) path: 2.4.3...
@Mr-Bossman Please test with latest git head to see if the issue is still present on your system or not. Thanks.