commit | 1abb9ad389f037612b6ba6b0dede2095c59cd2fa | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Tue Jul 05 13:45:16 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jul 11 14:30:23 2011 +0200 |
tree | 48db9fb71189b63c5b776bb42d0cbf18a7eaab43 | |
parent | a4d19197627e2a8645cccd9039edf513c6384297 [diff] |
HID: wiimote: Add wiimote input button parser Parse input report 0x30 from the wiimote as button input. We need to send events for all buttons on every input report because the wiimote does not send events for single buttons but always for all buttons to us. The input layer, however, filters redundant events. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>