commit | 876727eabf3f224beb5f9b3bbcec2fb891faa89d | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Sun May 26 22:55:03 2013 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jun 03 11:07:07 2013 +0200 |
tree | d53ca742c2ac7c1af4ecbf48250d794a77885c01 | |
parent | ee286c2e80547d87ed4e55c00709783aa2261848 [diff] |
HID: wiimote: discard invalid EXT data reports If an extension device isn't initialized properly, or during hardware initialization, a device might send extension data which is all 0xff. This is ambigious because this is also a valid normal data report. But it is impossible, under normal conditions, to trigger valid reports with all 0xff. Hence, we can safely ignore them. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>