]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: MT - Handle frame synchronization in core
authorHenrik Rydberg <rydberg@euromail.se>
Wed, 22 Aug 2012 18:43:22 +0000 (20:43 +0200)
committerHenrik Rydberg <rydberg@euromail.se>
Sat, 15 Sep 2012 15:02:11 +0000 (17:02 +0200)
commitdbc836a0d039e4e6110afaa4e3dbfeb88672a08a
treeea080c5831e489465378a37480d87c1125143b8c
parentaa3e278a41d250ccb775f5286373e884d4219a2c
Input: MT - Handle frame synchronization in core

Most MT drivers perform the same actions on frame synchronization.
Some actions, like dropping unseen contacts, are also unnecessarily
complex. Collect common frame synchronization tasks in a new function,
input_mt_sync_frame(). Depending on the flags set, it drops unseen
contacts and performs pointer emulation.

With init flags and frame synchronization in place, most MT drivers
can be simplified. First out are the bcm5974 and hid-multitouch
drivers, following this patch.

Reviewed-and-tested-by: Benjamin Tissoires <benjamin.tissoires@enac.fr>
Tested-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
drivers/input/input-mt.c
include/linux/input/mt.h