diff options
Diffstat (limited to 'target/linux/ar71xx/files-3.2/arch/mips')
-rw-r--r-- | target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c b/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c index f31874ff6..35be0f7ad 100644 --- a/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c +++ b/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c @@ -74,7 +74,7 @@ static struct gpio_keys_button tl_mr3020_gpio_keys[] __initdata = { .code = KEY_WPS_BUTTON, .debounce_interval = TL_MR3020_KEYS_DEBOUNCE_INTERVAL, .gpio = TL_MR3020_GPIO_BTN_WPS, - .active_low = 1, + .active_low = 0, }, { .desc = "sw1", @@ -82,7 +82,7 @@ static struct gpio_keys_button tl_mr3020_gpio_keys[] __initdata = { .code = BTN_0, .debounce_interval = TL_MR3020_KEYS_DEBOUNCE_INTERVAL, .gpio = TL_MR3020_GPIO_BTN_SW1, - .active_low = 1, + .active_low = 0, }, { .desc = "sw2", @@ -90,7 +90,7 @@ static struct gpio_keys_button tl_mr3020_gpio_keys[] __initdata = { .code = BTN_1, .debounce_interval = TL_MR3020_KEYS_DEBOUNCE_INTERVAL, .gpio = TL_MR3020_GPIO_BTN_SW2, - .active_low = 1, + .active_low = 0, } }; |