ar71xx/ath79: ew-dorin, fix the trigger level for WPS button
[openwrt/staging/wigyori.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-ew-dorin.c
index 575a976aecb005a0b8ed370cdd130346a5d4ec99..5544596f91fea3094fff2e54b6a45dd0eb1905f0 100644 (file)
@@ -47,7 +47,7 @@ static struct gpio_keys_button dorin_gpio_keys[] __initdata = {
                .code           = KEY_WPS_BUTTON,
                .debounce_interval = DORIN_KEYS_DEBOUNCE_INTERVAL,
                .gpio           = DORIN_GPIO_BTN_JUMPSTART,
-               .active_low     = 1,
+               .active_low     = 0,
        },
        {
                .desc           = "reset button",