From: Benjamin Tissoires Date: Fri, 22 Mar 2013 17:38:32 +0000 (+0100) Subject: HID: multitouch: add handling for pen in dual-sensors device X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~105^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa11aa72bd3c72d8129f433aaf6e1af7dd11fa3d;p=pandora-kernel.git HID: multitouch: add handling for pen in dual-sensors device Dual sensors devices reports pen and touch on two different reports. Using the quirk HID_QUIRK_MULTI_INPUT allows us to create a new input device to forward pen events. The quirk HID_QUIRK_NO_EMPTY_INPUT avoids the creation of input devices for the not used mouse emulation present on Win7 certified devices. Since hid-multitouch sets the quirk HID_QUIRK_NO_INPUT_SYNC, we need to manually send SYN events for pen report too. Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed