summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2010-03-11 11:18:59 +0530
committerGary King <gking@nvidia.com>2010-03-11 22:36:58 -0800
commit570fbc982f90f7a85e4297a4a1e12785880fdab4 (patch)
treeb6cd5cfaab2cf7cd9399030031039e9c5370ec2e /arch/arm
parentd7410ca658ea62a51163655f000cf20c640c76f9 (diff)
tegra touch: enable multi-touch
adding multi-touch support to the touch screen driver. Tested with Gallery3D, Multitouch Visualizer and Multitouch Visualise test apps. Fod Bug 653317 Change-Id: I2976ab91c06a54de4772d88c3d96d72a753205ed Reviewed-on: http://git-master/r/834 Tested-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-by: Harry Hong <hhong@nvidia.com> Tested-by: Harry Hong <hhong@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-tegra/odm_kit/platform/touch/nvodm_touch_tpk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/platform/touch/nvodm_touch_tpk.c b/arch/arm/mach-tegra/odm_kit/platform/touch/nvodm_touch_tpk.c
index 2debb20abf02..c57663299cc8 100644
--- a/arch/arm/mach-tegra/odm_kit/platform/touch/nvodm_touch_tpk.c
+++ b/arch/arm/mach-tegra/odm_kit/platform/touch/nvodm_touch_tpk.c
@@ -96,8 +96,8 @@ static const NvOdmTouchCapabilities TPK_Capabilities =
2, //MaxNumberOfFingerCoordReported;
0, //IsRelativeDataSupported
1, //MaxNumberOfRelativeCoordReported
- 1, //MaxNumberOfWidthReported
- 1, //MaxNumberOfPressureReported
+ 15, //MaxNumberOfWidthReported
+ 255, //MaxNumberOfPressureReported
(NvU32)NvOdmTouchGesture_Not_Supported, //Gesture
1, //IsWidthSupported
1, //IsPressureSupported