From: Imre Deak Date: Mon, 15 May 2006 07:41:32 +0000 (-0700) Subject: [PATCH 6/6] ads7846: improve filtering for thumb press accuracy X-Git-Tag: v2.6.17-omap1~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3b582fb399e5698ed6060e3e025165c0490fe4;p=pandora-kernel.git [PATCH 6/6] 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