From: David Herrmann Date: Sun, 26 May 2013 20:55:03 +0000 (+0200) Subject: HID: wiimote: discard invalid EXT data reports X-Git-Tag: v3.11-rc1~90^2^3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876727eabf3f224beb5f9b3bbcec2fb891faa89d;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed