aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-08-05 09:09:39 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-08-05 09:09:39 +0000
commit0452570f3f50e9a55c0395717c4e10e11fcd107d (patch)
tree839da11face832c4d34265d508a0727f23b84e5c /target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c
parent7438a0ec3e30f58659764b15055e5b03cb84917b (diff)
downloadmaster-187ad058-0452570f3f50e9a55c0395717c4e10e11fcd107d.tar.gz
master-187ad058-0452570f3f50e9a55c0395717c4e10e11fcd107d.tar.bz2
master-187ad058-0452570f3f50e9a55c0395717c4e10e11fcd107d.zip
ar71xx: fix tl-wa901nd buttons code
This patch fixes the code of the buttons for TP-Link WA901ND. Signed-off-by: Rocco Folino <lordzen@autistici.org> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37696 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c
index 45e8f1287a..957b92cba6 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wa901nd.c
@@ -61,14 +61,14 @@ static struct gpio_keys_button tl_wa901nd_gpio_keys[] __initdata = {
{
.desc = "reset",
.type = EV_KEY,
- .code = BTN_0,
+ .code = KEY_RESTART,
.debounce_interval = TL_WA901ND_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WA901ND_GPIO_BTN_RESET,
.active_low = 1,
}, {
.desc = "qss",
.type = EV_KEY,
- .code = BTN_1,
+ .code = KEY_WPS_BUTTON,
.debounce_interval = TL_WA901ND_KEYS_DEBOUNCE_INTERVAL,
.gpio = TL_WA901ND_GPIO_BTN_QSS,
.active_low = 1,