From c2e3349c7b92e69714b9b9db7283779781eefae1 Mon Sep 17 00:00:00 2001 From: Varun Wadekar Date: Wed, 9 Jun 2010 16:54:43 +0530 Subject: 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 Reviewed-by: Gary King --- arch/arm/mach-tegra/odm_kit/platform/touch/nvodm_touch_tpk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/mach-tegra/odm_kit/platform') 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 -- cgit v1.2.3