From 3c03ae8e10a34d0666400daba29d8222873a2911 Mon Sep 17 00:00:00 2001 From: "makarand.karvekar" Date: Wed, 26 Jan 2011 12:08:14 -0600 Subject: [PATCH] [ARM]: tegra: stingray: update mov_filter in multi_touch cfg move filter adjusted for touch resolution 2580x1630 Change-Id: Id7b52504688b67399667e16ddab50d38a5f39a04 Signed-off-by: makarand.karvekar --- arch/arm/mach-tegra/board-stingray-touch.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray-touch.c b/arch/arm/mach-tegra/board-stingray-touch.c index aad5a9763cba..a60a0a711416 100644 --- a/arch/arm/mach-tegra/board-stingray-touch.c +++ b/arch/arm/mach-tegra/board-stingray-touch.c @@ -248,7 +248,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = { .abs_max_w = 15, .x_delta = 400, .y_delta = 250, - .nv_checksum = 0xf2a42b, + .nv_checksum = 0x3fa414, .fuzz_x = 0, .fuzz_y = 0, .fuzz_p = 2, @@ -301,7 +301,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = { .mrg_to = 0x0A, .mov_hyst_init = 0x16, .mov_hyst_next = 0x0B, - .mov_filter = 0x3D, + .mov_filter = 0x30, .num_touch = 0x0A, .merge_hyst = 0x10, .merge_thresh = 0x23, @@ -431,7 +431,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p1_or_later = { .abs_max_w = 15, .x_delta = 400, .y_delta = 250, - .nv_checksum = 0xf2a42b, + .nv_checksum = 0x3fa414, .fuzz_x = 0, .fuzz_y = 0, .fuzz_p = 2, @@ -484,7 +484,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p1_or_later = { .mrg_to = 0x0A, .mov_hyst_init = 0x16, .mov_hyst_next = 0x0B, - .mov_filter = 0x3D, + .mov_filter = 0x30, .num_touch = 0x0A, .merge_hyst = 0x10, .merge_thresh = 0x23, -- 2.34.1