Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HID: quirks: fix RetroUSB.com devices
commit 868613f upstream. SNES RetroPort and RetroPad register only 4 gamepad buttons when they should register all 8 buttons. This is described here: https://ask.fedoraproject.org/en/question/128102 This is happening because of: Commit 190d7f0 ("HID: input: do not increment usages when duplicate is found") Here, I add the quirk HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE (created for backward compatibility with the change in 190d7f0) for the two products. Tested with both RetroPort and RetroPad. Cc: [email protected] # v4.18+ Signed-off-by: Nic Soudée <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information