aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authormerge <null@invalid>2008-12-08 11:03:03 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-12-08 11:03:03 +0000
commitc3be736aeb24f44cf95dfad8fe3f1c7c6f367aaf (patch)
tree1ba8dbf5784f805847652d896d9ee98ceffae22b /drivers/input/touchscreen/Kconfig
parent2eb3742db1ecd3d9ffe8f02eaa8def1b2bd2a2c2 (diff)
MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-remove-skip-filter-1228733704
pending-tracking-hist top was MERGE-via-stable-tracking-remove-skip-filter-1228733704 / 552c6fdd4c644ab2618ad27564d159ed28bbd859 ... parent commitmessage: From: merge <null@invalid> MERGE-via-stable-tracking-hist-remove-skip-filter stable-tracking-hist top was remove-skip-filter / 92bdef8636873a19efc05b2a19578a0aa93dba41 ... parent commitmessage: From: Nelson Castillo <nelsoneci@gmail.com> Remove skip filter With more reliable points median and mean filters perform a better job. We no longer need this filter. Signed-off-by: Nelson Castillo <nelsoneci@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 98566fd3342..a0f8599a5b2 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -21,13 +21,13 @@ menuconfig TOUCHSCREEN_FILTER
if TOUCHSCREEN_FILTER
-config TOUCHSCREEN_FILTER_VARIANCE
- bool "Variance Touchscreen Filter"
+config TOUCHSCREEN_FILTER_GROUP
+ bool "Group Touchscreen Filter"
depends on INPUT_TOUCHSCREEN && TOUCHSCREEN_FILTER
default Y
help
- Say Y here if you want to use the Variance touchscreen filter, it
- helps discarding a click if we get too much noise.
+ Say Y here if you want to use the Group touchscreen filter, it
+ avoids using atypical samples.
config TOUCHSCREEN_FILTER_MEDIAN