]> git.baikalelectronics.ru Git - kernel.git/commit
HID: sony: Drop invalid Sixaxis input reports
authorFrank Praznik <frank.praznik@oh.rr.com>
Thu, 23 Jul 2015 23:01:16 +0000 (19:01 -0400)
committerJiri Kosina <jkosina@suse.com>
Fri, 24 Jul 2015 12:59:37 +0000 (14:59 +0200)
commitf760dae0d84265b20986c9b0dc9bdec6d01d60a1
tree0670162ab0c338b8f5a6beb326379c50a8bb36e8
parenta70bb218499662fba85fbab70ef3e0b61eb92613
HID: sony: Drop invalid Sixaxis input reports

When connected via Bluetooth the sixaxis periodically sends reports with an ID
of 1, the second byte 0xff and the rest zeroed.  These reports are not related
to the controller state and must be dropped to avoid generating false input
events.

Link: http://www.spinics.net/lists/linux-bluetooth/msg63028.html
Signed-off-by: Frank Praznik <frank.praznik@oh.rr.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-sony.c