]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Set the ADS7846 maximum pressure value for N770
authorImre Deak <imre.deak@nokia.com>
Wed, 22 Mar 2006 15:44:25 +0000 (11:44 -0400)
committerJuha Yrjola <juha.yrjola@nokia.com>
Wed, 22 Mar 2006 15:44:25 +0000 (11:44 -0400)
Set the maximum pressure value limit to 255.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Signed-off-by: Juha Yrjola <juha.yrjola@nokia.com>
arch/arm/mach-omap1/board-nokia770.c

index c8ea991a79e235c21f5a4ccdd2115d044b171882..912025f698df855d2035aea5786450631102009d 100644 (file)
@@ -94,7 +94,7 @@ static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata =
        .x_max          = 0x0fff,
        .y_max          = 0x0fff,
        .x_plate_ohms   = 180,
-       .pressure_max   = 200,
+       .pressure_max   = 255,
        .debounce_max   = 10,
        .debounce_tol   = 3,
 };