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
usb_usb: SET_PROTCOL/SET_IDLE can fail on some keyboards #738
Comments
tmk
added a commit
that referenced
this issue
May 5, 2022
- SET_PROTOCOL can fail on some devices #738
|
HHKB Hybrid doesn't work with this fix. tmk/USB_Host_Shield_2.0@007760d MAX3421e replies with It seems Fixed at tmk/USB_Host_Shield_2.0@ad5ce99 |
tmk
added a commit
to tmk/USB_Host_Shield_2.0
that referenced
this issue
Oct 21, 2022
Anne Pro2 replies with STALL, which means it doesn't support. We continue rest of process anyway. HHKB Hybrid causes hrJERR, which means it is not ready probably. It needs retry for this error. tmk/tmk_keyboard#738 (comment)
tmk
added a commit
that referenced
this issue
Oct 21, 2022
- hidboot SET_PROTOCOL/SET_IDLE fix #738 - merge upstream
tmk
added a commit
to tmk/USB_Host_Shield_2.0
that referenced
this issue
Dec 25, 2022
Anne Pro2 replies with STALL, which means it doesn't support. We continue rest of process anyway. HHKB Hybrid causes hrJERR, which means it is not ready probably. It needs retry for this error. tmk/tmk_keyboard#738 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Anne Pro2 replys to SET_PROTOCOL/SET_IDLE request with STALL for no reason.
It is a boot keyboar interface and should support the requests.
https://geekhack.org/index.php?topic=69169.msg3123567#msg3123567
Fix:
The converter will continue to work even when the requests fails.
The text was updated successfully, but these errors were encountered: