input: make start select act as alt/ctrl
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 19 May 2009 14:07:38 +0000 (17:07 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 19 May 2009 14:07:38 +0000 (17:07 +0300)
arch/arm/mach-omap2/board-omap3pandora-input.c

index 6794c09..76cdf1e 100644 (file)
@@ -150,12 +150,12 @@ static struct gpio_keys_button gpio_buttons[] = {
                .active_low             = 1,
                .desc                   = "shoulder r2",
        }, {
-               .code                   = BTN_START,
+               .code                   = KEY_LEFTALT,
                .gpio                   = 100,
                .active_low             = 1,
                .desc                   = "start",
        }, {
-               .code                   = BTN_SELECT,
+               .code                   = KEY_LEFTCTRL,
                .gpio                   = 104,
                .active_low             = 1,
                .desc                   = "select",