From: Jason Gerecke Date: Thu, 11 Dec 2014 00:26:04 +0000 (-0800) Subject: HID: wacom: Report input events for each finger on generic devices X-Git-Tag: omap-for-v3.19/fixes-rc1~112^2^10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601a22f3791473baa2923e4a3125e840279f8bba;p=pandora-kernel.git HID: wacom: Report input events for each finger on generic devices The existing generic touch code only reports events after reading an entire HID report, which practically means that only data about the last contact in a report will ever be provided to userspace. This patch uses a trick from hid-multitouch.c to discover what type of field is at the end of each contact; when such a field is encountered all the stored contact data will be reported. Signed-off-by: Jason Gerecke Reviewed-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed