From: blogic Date: Sun, 15 Mar 2015 19:39:47 +0000 (+0000) Subject: ar71xx: fix TP-LINK TL-WDR3600/4300 RFKILL switch positions X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7d54e056d43a6f157a7fe20a23d96ffede183e29;p=openwrt.git ar71xx: fix TP-LINK TL-WDR3600/4300 RFKILL switch positions While the switch positions aren't explicitly labeled as on and off, we've heard complaints about them being wrong. This patch changes the handling to match the stock firmware. Signed-off-by: Matthias Schiffer git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr4300.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr4300.c index 99ae80df9b..3afc714620 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr4300.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr4300.c @@ -103,6 +103,7 @@ static struct gpio_keys_button wdr4300_gpio_keys[] __initdata = { .code = KEY_RFKILL, .debounce_interval = WDR4300_KEYS_DEBOUNCE_INTERVAL, .gpio = WDR4300_GPIO_BTN_RFKILL, + .active_low = 1, }, };