ar71xx: fix button polarity on TL-WR703N and TL-WR741N v4
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-tl-wr741nd-v4.c
index b8ccdfd60e7b30acf5f98abebc64bb739f06c812..214429cd54b3a515873a0e3355aca80e4f8e3b4a 100644 (file)
@@ -89,14 +89,14 @@ static struct gpio_keys_button tl_wr741ndv4_gpio_keys[] __initdata = {
                .code           = KEY_RESTART,
                .debounce_interval = TL_WR741NDV4_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = TL_WR741NDV4_GPIO_BTN_RESET,
-               .active_low     = 1,
+               .active_low     = 0,
        }, {
                .desc           = "WPS",
                .type           = EV_KEY,
                .code           = KEY_WPS_BUTTON,
                .debounce_interval = TL_WR741NDV4_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = TL_WR741NDV4_GPIO_BTN_WPS,
-               .active_low     = 1,
+               .active_low     = 0,
        }
 };