rev3 changes
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 19 May 2009 14:32:17 +0000 (17:32 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 7 Jun 2009 16:44:52 +0000 (19:44 +0300)
arch/arm/mach-omap2/board-omap3pandora-input.c
arch/arm/mach-omap2/board-omap3pandora.c

index 76cdf1e..6ca69ce 100644 (file)
@@ -75,8 +75,7 @@ static int omap3pandora_keymap[] = {
        KEY(4, 7, KEY_COMMA),
        KEY(5, 0, KEY_M),
        KEY(5, 1, KEY_SPACE),
-       KEY(5, 2, KEY_SPACE),
-       KEY(5, 3, KEY_FN),
+       KEY(5, 2, KEY_FN),
 };
 
 struct twl4030_keypad_data omap3pandora_kp_data = {
@@ -152,7 +151,7 @@ static struct gpio_keys_button gpio_buttons[] = {
        }, {
                .code                   = KEY_LEFTALT,
                .gpio                   = 100,
-               .active_low             = 1,
+               .active_low             = 0,
                .desc                   = "start",
        }, {
                .code                   = KEY_LEFTCTRL,
index 6e4b207..f29f981 100644 (file)
@@ -246,7 +246,7 @@ static struct vsense_platform_data omap3pandora_nub1_data = {
 };
 
 static struct vsense_platform_data omap3pandora_nub2_data = {
-       .gpio_irq       = 126,
+       .gpio_irq       = 162,
        .gpio_reset     = 156,
 };