From: Benjamin Tissoires Date: Tue, 17 Feb 2015 19:19:46 +0000 (-0500) Subject: HID: wacom: do not directly use input_mt_report_pointer_emulation X-Git-Tag: omap-for-v4.1/fixes-rc1~163^2~1^11~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1c001298fd567c0f0776ab54ab9965eeb9019f;p=pandora-kernel.git HID: wacom: do not directly use input_mt_report_pointer_emulation input_mt_sync_frame() calls input_mt_report_pointer_emulation() and do some internal steps required to keep in sync the state of the touch within the various reports. Given that we use input_mt_get_slot_by_key() in this driver, it is better to use input_mt_sync_frame(). Signed-off-by: Benjamin Tissoires Reviewed-by: Ping Cheng Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed