[ARM]: tegra: stingray: update ABS x,y max/min values to 0-base

Change-Id: I40e40c843ca732980d454aba721b338ee2e78f4d
Signed-off-by: makarand.karvekar <makarand.karvekar@motorola.com>
This commit is contained in:
makarand.karvekar 2011-03-02 19:48:35 -06:00 committed by Rebecca Schultz Zavin
parent e3ef598681
commit 653b4fd76a

View File

@ -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,