-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libusb backend issue with Teensy HID device #443
Comments
You can see from the following results that HID usage reporting is not good for the libusb backend.
|
@mcuee Could you try, what usbhid-dump returns for this device? |
@Youw For avrdude, I am suggesting to use the hidraw backend. |
Lets close it after #438 is resolved - that's another related improvement. |
Yes I can confirm that #444 is good for #438 which can serve as the workaround for this issue (to ask for USAGE after the device is open).
When I change the test device to Teensy 2.0.
When I changed the device to the Logitech USB receiver:
|
A workaround is possible, based on current master. |
Oh yes. Thanks for pointing that out. #432 makes the workaround possible, not #444. avrdude probably will only use the workaround after 0.13 is released. |
From here.
https://github.com/avrdudes/avrdude/blob/main/src/teensy.c#L126-L131
This seems to happen to the libusb backend but not hidraw backend.
The text was updated successfully, but these errors were encountered: