]> Pileus Git - ~andy/linux/commit
HID: multitouch: use the callback "report" instead of sequential events
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Thu, 31 Jan 2013 16:22:24 +0000 (17:22 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 5 Feb 2013 11:07:39 +0000 (12:07 +0100)
commit55978fa9dc4c57f8249617c35d28c0599de850df
tree9b2d8d0a30cdc43709ceaa63202aeabe75f2bc4f
parent6d85d037d6247b06e1060b5e5ad0e4854a7d1e3b
HID: multitouch: use the callback "report" instead of sequential events

Nexio 42" devices requires to rely on the HID field Contact
Count to compute the valid values. However, this field is
most of the time at the end of the report, meaning that we
need to get the all report parsed before processing it.

This patch does not introduce functional changes.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-multitouch.c