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
Revert "Input: introduce BTN/ABS bits for drums and guitars"
This reverts commits 61e0065, 73f8645 and 8e22ecb:
"Input: introduce BTN/ABS bits for drums and guitars"
"HID: wiimote: add support for Guitar-Hero drums"
"HID: wiimote: add support for Guitar-Hero guitars"
The extra new ABS_xx values resulted in ABS_MAX no longer being a
power-of-two, which broke the comparison logic. It also caused the
ioctl numbers to overflow into the next byte, causing problems for that.
We'll try again for 3.13.
Reported-by: Markus Trippelsdorf <[email protected]>
Reported-by: Linus Torvalds <[email protected]>
Acked-by: David Herrmann <[email protected]>
Acked-by: Dmitry Torokhov <[email protected]>
Cc: Benjamin Tissoires <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
0 commit comments