git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85ebd1e
)
ARM: OMAP: update ads7846 x_plate_ohm for N770
author
Imre Deak
<imre.deak@nokia.com>
Mon, 20 Mar 2006 20:12:54 +0000
(16:12 -0400)
committer
Juha Yrjola
<juha.yrjola@nokia.com>
Mon, 20 Mar 2006 20:12:54 +0000
(16:12 -0400)
Change the X plate resistance so that user-space gets the pressure
value range it expects.
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/board-nokia770.c
b/arch/arm/mach-omap1/board-nokia770.c
index
4d09f67
..
c8ea991
100644
(file)
--- a/
arch/arm/mach-omap1/board-nokia770.c
+++ b/
arch/arm/mach-omap1/board-nokia770.c
@@
-93,7
+93,7
@@
static struct platform_device *nokia770_devices[] __initdata = {
static struct ads7846_platform_data nokia770_ads7846_platform_data __initdata = {
.x_max = 0x0fff,
.y_max = 0x0fff,
- .x_plate_ohms = 1
2
0,
+ .x_plate_ohms = 1
8
0,
.pressure_max = 200,
.debounce_max = 10,
.debounce_tol = 3,