From f2b2d277146694d7b4193700def196e78e23ed0e Mon Sep 17 00:00:00 2001 From: "makarand.karvekar" Date: Sun, 16 Jan 2011 23:30:15 -0600 Subject: [PATCH] [ARM]: tegra: enable touch vector (orientation) reporting for stingray Change-Id: I20e9dc4ce8549ed113168f3f78f9f8a8012f6669 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 a01a1a6cf02c..aad5a9763cba 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 = 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, -- 2.34.1