commit | 89bdd0c6f38ccf0de43d5a36ede384a730f3394e | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Mon Feb 18 01:47:15 2013 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Feb 18 10:41:52 2013 +0100 |
tree | 09957ec9b910aecbfb0796b8bea2e3858d2991ea | |
parent | 30b6b7d8d340f41d11eb75e5238d33dbc438fde4 [diff] |
HID: wiimote: fix nunchuck button parser The buttons of the Wii Remote Nunchuck extension are actually active low. Fix the parser to forward the inverted values. The comment in the function always said "0 == pressed" but the implementation was wrong from the beginning. Cc: stable@vger.kernel.org Reported-by: Victor Quicksilver <victor.quicksilver@gmail.com> Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>