summaryrefslogtreecommitdiff
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-04-22 09:25:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-04-22 09:25:37 +0000
commit60cbdbb686c4e5572644b550c13c7182c6f99766 (patch)
tree2615824e9138b6937e3e36e88344635528079bef /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
parent4be3c3e48c90a8fb53f742d005db92088a90c575 (diff)
downloadmtk-20170518-60cbdbb686c4e5572644b550c13c7182c6f99766.zip
mtk-20170518-60cbdbb686c4e5572644b550c13c7182c6f99766.tar.gz
mtk-20170518-60cbdbb686c4e5572644b550c13c7182c6f99766.tar.bz2
ramips: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttons
SVN-Revision: 21083
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
index 27fad6a..d1c015f 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
@@ -91,14 +91,14 @@ static struct gpio_button dir_300b_gpio_buttons[] __initdata = {
{
.desc = "reset",
.type = EV_KEY,
- .code = BTN_0,
+ .code = KEY_RESTART,
.threshold = 3,
.gpio = DIR_300B_GPIO_BUTTON_RESET,
.active_low = 1,
}, {
.desc = "wps",
.type = EV_KEY,
- .code = BTN_1,
+ .code = KEY_WPS_BUTTON,
.threshold = 3,
.gpio = DIR_300B_GPIO_BUTTON_WPS,
.active_low = 1,