summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/odm_kit/platform
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2010-06-09 16:54:43 +0530
committerGary King <gking@nvidia.com>2010-06-15 15:40:23 -0700
commitc2e3349c7b92e69714b9b9db7283779781eefae1 (patch)
tree4ab7fa507364753392d9f1d642fb45db15585fe1 /arch/arm/mach-tegra/odm_kit/platform
parentf1a27e645bbdba471dec3c044d5dcc6299698c52 (diff)
tegra touch: support more than 2 fingers
The kernel touch stack can support a max of 5 fingers at a time. Adding support in the driver to suport 5 fingers too. The touch odm for whistler is broken, hence disable pressure and width support. Change-Id: I9e148bab2efa0116a6513cc8b1cb2ffc2ea27cc8 Reviewed-on: http://git-master/r/2327 Tested-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/odm_kit/platform')
-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 c57663299cc8..38e7d79044b8 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
@@ -99,8 +99,8 @@ static const NvOdmTouchCapabilities TPK_Capabilities =
15, //MaxNumberOfWidthReported
255, //MaxNumberOfPressureReported
(NvU32)NvOdmTouchGesture_Not_Supported, //Gesture
- 1, //IsWidthSupported
- 1, //IsPressureSupported
+ 0, //IsWidthSupported
+ 0, //IsPressureSupported
1, //IsFingersSupported
0, //XMinPosition
0, //YMinPosition