[PATCH] arm: omap: n810: set lm8323 size_y to 12

From: Luke Dashjr
Date: Sat Jun 06 2009 - 17:35:03 EST


For some reason, this is needed for the shift keys and "fghjvbnm"

Signed-off-by: Luke Dashjr <luke@xxxxxxxxxx>
---
arch/arm/mach-omap2/board-n800.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-
n800.c
index cb32b61..0a50fd3 100644
--- a/arch/arm/mach-omap2/board-n800.c
+++ b/arch/arm/mach-omap2/board-n800.c
@@ -115,7 +115,7 @@ static struct lm8323_platform_data lm8323_pdata = {
.repeat = 0, /* Repeat is handled in userspace for now. */
.keymap = rx44_keymap,
.size_x = 8,
- .size_y = 8,
+ .size_y = 12,
.debounce_time = 12,
.active_time = 500,

--
1.6.0.6


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/