From: Benjamin Tissoires Date: Thu, 31 Jan 2013 16:22:24 +0000 (+0100) Subject: HID: multitouch: use the callback "report" instead of sequential events X-Git-Tag: v3.9-rc1~112^2~1^3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55978fa9dc4c57f8249617c35d28c0599de850df;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed