X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d9077e15ae00813535ac3f226c7f74f3422df8c2..5ca96e340ce57ef499c96e438098e1b3eda819b4:/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c index b8ccdfd60..214429cd5 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr741nd-v4.c @@ -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, } };