You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The device has multiple boot keyboard interface/endpoint for no reason.
Boot keyboard is placed at inteface2 and boot mouse at interface0.
Inteface1 for system/consumer keys has boot flag unexpectedly.
tmk/tmk_keyboard#764
When keyboard has multiple boot keyboard interfaces only the first one is handled but others is ignored.
Rapoo 9300M doesn't work with USB-USB converter. It has two boot keyboard interfaces and the second one is what we need to handle.
https://geekhack.org/index.php?topic=69169.msg3166102#msg3166102
Rapoo 9300M USB descriptor:
https://gist.github.com/tmk/20e2a574dc45ce7789b93e15e9ca9eb6
Keyboard at interface 1 sends vendor specific data, system/consumer control.
Keyboard at interface 2 sends normal keyboard data.
The text was updated successfully, but these errors were encountered: