aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorelektroschmock <elektroschmock78@googlemail.com>2012-09-13 19:12:18 +0200
committerelektroschmock <elektroschmock78@googlemail.com>2012-09-15 11:03:10 +0200
commit24b82c4e6743be922f08ea30914a9cff8abc4017 (patch)
tree53716ca8059ee10b39f7bec2746c292e43fb2526 /arch
parent2a4a7840c4bf66614b49c2828947f2cccb6ab36f (diff)
downloadkernel_samsung_crespo-24b82c4e6743be922f08ea30914a9cff8abc4017.zip
kernel_samsung_crespo-24b82c4e6743be922f08ea30914a9cff8abc4017.tar.gz
kernel_samsung_crespo-24b82c4e6743be922f08ea30914a9cff8abc4017.tar.bz2
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
Diffstat (limited to 'arch')
-rwxr-xr-xarch/arm/mach-s5pv210/mach-herring.c4
1 files changed, 2 insertions, 2 deletions
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};