From 24b82c4e6743be922f08ea30914a9cff8abc4017 Mon Sep 17 00:00:00 2001 From: elektroschmock Date: Thu, 13 Sep 2012 19:12:18 +0200 Subject: Touchscreen: Fix unresponsive touchscreen Set mergetimeout to 10 Timeout on how long a touch might everstay merged - units of 0.2s, used to tradeoff power consumption against being able to detect a touch de-merging early Set mergethreshold to 40 The treshhold for the point when two peaks are considered one touch This fixes http://code.google.com/p/cyanogenmod/issues/detail?id=3255 Change-Id: If770fd1247f2cf845de45577ed1337f19fa8534e --- arch/arm/mach-s5pv210/mach-herring.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-s5pv210/mach-herring.c b/arch/arm/mach-s5pv210/mach-herring.c index ae7be4b..78ae1fd 100755 --- a/arch/arm/mach-s5pv210/mach-herring.c +++ b/arch/arm/mach-s5pv210/mach-herring.c @@ -2807,8 +2807,8 @@ static u8 t7_config[] = {GEN_POWERCONFIG_T7, static u8 t8_config[] = {GEN_ACQUISITIONCONFIG_T8, 7, 0, 5, 0, 0, 0, 9, 35}; static u8 t9_config[] = {TOUCH_MULTITOUCHSCREEN_T9, - 139, 0, 0, 19, 11, 0, 32, 25, 2, 1, 25, 3, 1, - 46, MXT224_MAX_MT_FINGERS, 5, 14, 10, 255, 3, + 139, 0, 0, 19, 11, 0, 32, 25, 2, 1, 10, 3, 1, + 46, MXT224_MAX_MT_FINGERS, 5, 40, 10, 255, 3, 255, 3, 18, 18, 10, 10, 141, 65, 143, 110, 18}; static u8 t18_config[] = {SPT_COMCONFIG_T18, 0, 1}; -- cgit v1.1