summaryrefslogtreecommitdiff
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.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-fonera20n.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-fonera20n.c')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
index c87bdaf..9de07d3 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
@@ -91,7 +91,7 @@ static struct gpio_button fonera20n_gpio_buttons[] __initdata = {
{
.desc = "reset",
.type = EV_KEY,
- .code = BTN_0,
+ .code = KEY_RESTART,
.threshold = 3,
.gpio = FONERA20N_GPIO_BUTTON_RESET,
.active_low = 1,