]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-n800.c
input: lm8323: general clean up
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-n800.c
index 18a0fe7c7317ec1f0df58237c0d0a65b31f35058..d78ba90722cb4bff04bcbafbd139eaac9f3d8a4c 100644 (file)
@@ -112,12 +112,16 @@ static s16 rx44_keymap[LM8323_KEYMAP_SIZE] = {
 };
 
 static struct lm8323_platform_data lm8323_pdata = {
-       .repeat = 0, /* Repeat is handled in userspace for now. */
-       .keymap = rx44_keymap,
-
-       .name = "Internal keyboard",
-       .pwm1_name = "keyboard",
-       .pwm2_name = "cover",
+       .repeat         = 0, /* Repeat is handled in userspace for now. */
+       .keymap         = rx44_keymap,
+       .size_x         = 8,
+       .size_y         = 8,
+       .debounce_time  = 12,
+       .active_time    = 500,
+
+       .name           = "Internal keyboard",
+       .pwm1_name      = "keyboard",
+       .pwm2_name      = "cover",
 };
 #endif