tmk / tmk_keyboard

Keyboard firmwares for Atmel AVR and Cortex-M
3.98k stars 1.7k forks source link

USB-USB: Unicomp Mini M #773

Closed tmk closed 7 months ago

tmk commented 7 months ago

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: https://github.com/tmk/tmk_keyboard/commit/61fc65141cc5a28b1f134f904a86333b3c2e76c2

https://github.com/tmk/tmk_keyboard/blob/61fc65141cc5a28b1f134f904a86333b3c2e76c2/tmk_core/protocol/usb_hid/parser.cpp#L15-L19