Closed valpackett closed 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!
BTN_GAMEPAD
BTN_JOYSTICK
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
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
Thank you!
The
BTN_GAMEPAD
events are not justBTN_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