From: Hans de Goede Date: Wed, 20 May 2015 21:37:41 +0000 (-0700) Subject: Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpad X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~2^2~68^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72eceab743cf61082357068e0686ffac66fe47e5;p=pandora-kernel.git Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpad On v7 touchpads sometimes when 2 fingers are moved down on the touchpad until they "fall of" the touchpad, the second touch will report 0 for y (max y really since the y axis is inverted) and max x as coordinates, rather then reporting 0, 0 as is expected for a non touching finger. This commit detects this and treats these touches as non touching. See the evemu-recording here: https://bugzilla.redhat.com/attachment.cgi?id=1025058 BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1221200 Signed-off-by: Hans de Goede Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed