wulf7 / iichid

Generic HID layer for FreeBSD. Including I2C and USB backends.
BSD 2-Clause "Simplified" License
45 stars 6 forks source link

[hgame] remove hgame_gamepad_map, which was a mistake #49

Closed valpackett closed 3 years ago

valpackett commented 3 years ago

The BTN_GAMEPAD events are not just BTN_JOYSTICK but for a different HID page. They are supposed to be used only when you actually know the meaning of the buttons!

https://www.kernel.org/doc/html/latest/input/gamepad.html

All new gamepads are supposed to comply with this mapping

No other devices, that do not look/feel like a gamepad, shall report these events

wulf7 commented 3 years ago

Thank you!