From: Imre Deak Date: Wed, 26 Apr 2006 04:13:18 +0000 (-0400) Subject: Input: ads7846 - improve filtering for thumb press accuracy X-Git-Tag: v2.6.17-rc4~103^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b415c95f0e6510451f1446cea832c1f77bd7ea;p=pandora-kernel.git Input: ads7846 - improve filtering for thumb press accuracy Providing more accurate coordinates for thumb press requires additional steps in the filtering logic: - Ignore samples found invalid by the debouncing logic, or the ones that have out of bound pressure value. - Add a parameter to repeat debouncing, so that more then two consecutive good readings are required for a valid sample. Signed-off-by: Imre Deak Acked-by: Juha Yrjola Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed