From 653b4fd76a49938876eb60350295eb3f5dcf5bb3 Mon Sep 17 00:00:00 2001 From: "makarand.karvekar" Date: Wed, 2 Mar 2011 19:48:35 -0600 Subject: [PATCH] [ARM]: tegra: stingray: update ABS x,y max/min values to 0-base Change-Id: I40e40c843ca732980d454aba721b338ee2e78f4d 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 02dec6d50db5..92de67d607b0 100644 --- a/arch/arm/mach-tegra/board-stingray-touch.c +++ b/arch/arm/mach-tegra/board-stingray-touch.c @@ -239,9 +239,9 @@ struct qtouch_ts_platform_data stingray_touch_data_p0 = { QTOUCH_CFG_BACKUPNV), .irqflags = (IRQF_TRIGGER_LOW), .abs_min_x = 10, - .abs_max_x = 2570, + .abs_max_x = 2569, .abs_min_y = 15, - .abs_max_y = 1615, + .abs_max_y = 1614, .abs_min_p = 0, .abs_max_p = 255, .abs_min_w = 0, @@ -422,9 +422,9 @@ struct qtouch_ts_platform_data stingray_touch_data_p1_or_later = { QTOUCH_CFG_BACKUPNV), .irqflags = (IRQF_TRIGGER_LOW), .abs_min_x = 10, - .abs_max_x = 2570, + .abs_max_x = 2569, .abs_min_y = 15, - .abs_max_y = 1615, + .abs_max_y = 1614, .abs_min_p = 0, .abs_max_p = 255, .abs_min_w = 0, -- 2.34.1