Files
linux/drivers/hid
Brent Adam 1cc1cc92c4 HID: multitouch: Fix fields from pen report ID being interpreted for multitouch
Fields like HID_DG_CONTACTCOUNT are outside of the physical collection,
but within the application collection and report ID.  Make sure to catch
those fields that are not part of the mt_report_id and return 0 so they
can be processed with the pen.  Otherwise, the wrong HID_DG_CONTACTCOUNT
will be applied to cc_index and result in dereferencing a null pointer in
mt_touch_report.

Signed-off-by: Brent Adam <brentadam@smarttech.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
2015-07-08 11:30:00 +02:00
..
2014-08-21 10:43:28 -05:00
2014-06-27 00:33:44 +02:00
2015-05-07 10:47:53 +02:00
2014-08-21 10:43:28 -05:00
2014-10-01 20:58:46 +02:00