ar71xx: fix tl-wa901nd buttons code
authorGabor Juhos <juhosg@openwrt.org>
Mon, 5 Aug 2013 09:09:39 +0000 (09:09 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 5 Aug 2013 09:09:39 +0000 (09:09 +0000)
This patch fixes the code of the buttons for TP-Link WA901ND.

Signed-off-by: Rocco Folino <lordzen@autistici.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37696

target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c

index 45e8f1287accfcfe22650c0b34a1fa89808c59ad..957b92cba64361c6ce2f51962c2e222c6643b431 100644 (file)
@@ -61,14 +61,14 @@ static struct gpio_keys_button tl_wa901nd_gpio_keys[] __initdata = {
        {
                .desc           = "reset",
                .type           = EV_KEY,
-               .code           = BTN_0,
+               .code           = KEY_RESTART,
                .debounce_interval = TL_WA901ND_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = TL_WA901ND_GPIO_BTN_RESET,
                .active_low     = 1,
        }, {
                .desc           = "qss",
                .type           = EV_KEY,
-               .code           = BTN_1,
+               .code           = KEY_WPS_BUTTON,
                .debounce_interval = TL_WA901ND_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = TL_WA901ND_GPIO_BTN_QSS,
                .active_low     = 1,