]> git.baikalelectronics.ru Git - kernel.git/commit
Input: appletouch - fix jumps when additional fingers are detected
authorClinton Sprain <clintonsprain@gmail.com>
Mon, 31 Mar 2014 06:37:05 +0000 (23:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 31 Mar 2014 06:44:17 +0000 (23:44 -0700)
commit3e555f7c090cb32f5f5b4f30629ee18dc8ad6e59
tree32544e69b278ab1650639afd9ba451d20c1869c1
parented5de5111c5331d725fb370767bfad0ae3da365f
Input: appletouch - fix jumps when additional fingers are detected

Addresses issues related to when a second finger enters or leaves the
field, causing the cursor to jump or the page to scroll unexpectedly; now,
we discard any movement change that happens at the exact moment we detect a
change in the number of fingers touching the trackpad. This doesn't
completely resolve the issue but does greatly mitigate it.

Signed-off-by: Clinton Sprain <clintonsprain@gmail.com>
Reviewed-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/appletouch.c