Skip to content
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: Unicomp Mini M #773

Closed
tmk opened this issue Mar 7, 2024 · 0 comments
Closed

USB-USB: Unicomp Mini M #773

tmk opened this issue Mar 7, 2024 · 0 comments

Comments

@tmk
Copy link
Owner

tmk commented Mar 7, 2024

Key strokes from Mini M are "ignored". The keyboard sends 10 byte report, not 8.

Waiting for device:
Listening:
input 1: 00 00 29 00 00 00 00 00 00 00 00 00
 ignored
00 00 29 00 00 00 00 00 00 00 00 00
input 1: 00 00 00 00 00 00 00 00 00 00 00 00
 ignored
00 00 00 00 00 00 00 00 00 00 00 00
input 1: 00 00 3A 00 00 00 00 00 00 00 00 00
 ignored
00 00 3A 00 00 00 00 00 00 00 00 00
input 1: 00 00 00 00 00 00 00 00 00 00 00 00
 ignored
00 00 00 00 00 00 00 00 00 00 00 00
input 1: 00 00 3B 00 00 00 00 00 00 00 00 00
 ignored

This fix cause this issue:
61fc651

// boot keyboard report length should be 8
if (len != 8) {
xprintf(" ignored\r\n");
return;
}

tmk added a commit that referenced this issue Mar 7, 2024
The keyboard sends 10 byte report, not 8.
@tmk tmk closed this as completed Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant