[ARM]: tegra: enable touch vector (orientation) reporting for stingray
authormakarand.karvekar <makarand.karvekar@motorola.com>
Mon, 17 Jan 2011 05:30:15 +0000 (23:30 -0600)
committerRebecca Schultz Zavin <rebecca@android.com>
Tue, 18 Jan 2011 21:18:48 +0000 (13:18 -0800)
Change-Id: I20e9dc4ce8549ed113168f3f78f9f8a8012f6669
Signed-off-by: makarand.karvekar <makarand.karvekar@motorola.com>
arch/arm/mach-tegra/board-stingray-touch.c

index a01a1a6cf02cfbf1540496851fec219990ace535..aad5a9763cba1140a9ff913994ed2e308c582ad8 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            = 0x60ec22,
+       .nv_checksum            = 0xf2a42b,
        .fuzz_x                 = 0,
        .fuzz_y                 = 0,
        .fuzz_p                 = 2,
@@ -288,7 +288,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = {
                .atch_cal_force_ratio = 0x10,
        },
        .multi_touch_cfg        = {
-               .ctrl           = 0x8B,
+               .ctrl           = 0x83,
                .x_origin       = 0,
                .y_origin       = 0,
                .x_size         = 0x21,
@@ -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            = 0x60ec22,
+       .nv_checksum            = 0xf2a42b,
        .fuzz_x                 = 0,
        .fuzz_y                 = 0,
        .fuzz_p                 = 2,
@@ -471,7 +471,7 @@ struct qtouch_ts_platform_data stingray_touch_data_p1_or_later = {
                .atch_cal_force_ratio = 0x10,
        },
        .multi_touch_cfg        = {
-               .ctrl           = 0x8B,
+               .ctrl           = 0x83,
                .x_origin       = 0,
                .y_origin       = 0,
                .x_size         = 0x21,