X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c44ee422c3f7fb736b69ded2793a3673d0e51266..71eb884cf85bb430dffff00db9f460c176ef3903:/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c 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 c87bdaf3e..9de07d36b 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,