[ARM]: tegra: stingray: update mov_filter in multi_touch cfg
authormakarand.karvekar <makarand.karvekar@motorola.com>
Wed, 26 Jan 2011 18:08:14 +0000 (12:08 -0600)
committerRebecca Schultz Zavin <rebecca@android.com>
Thu, 27 Jan 2011 19:37:29 +0000 (11:37 -0800)
move filter adjusted for touch resolution 2580x1630

Change-Id: Id7b52504688b67399667e16ddab50d38a5f39a04
Signed-off-by: makarand.karvekar <makarand.karvekar@motorola.com>
arch/arm/mach-tegra/board-stingray-touch.c

index aad5a9763cba1140a9ff913994ed2e308c582ad8..a60a0a7114169c30ccae1e31dde00be0fbf2e953 100644 (file)
@@ -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,