From: Vasily Khoruzhick Date: Sat, 20 Feb 2010 09:06:20 +0000 (-0800) Subject: Input: s3c24xx_ts - report touch only when stylus is down X-Git-Tag: v2.6.34-rc1~236^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23c239be223d7427da51656d6f196bde965d9796;p=pandora-kernel.git Input: s3c24xx_ts - report touch only when stylus is down Currently driver reports touches when it gets (1 << ts.shift) samples, even if stylus is up, which is incorrect. We should only report coordinates and touch condition when stylus is down. Signed-off-by: Vasily Khoruzhick Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed