diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-11 08:10:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-11 08:10:02 +0000 |
commit | 25756c61bcdf5c9a71d674cbffa330ef61ff8b0f (patch) | |
tree | f939d08a42234e111cbc08ce9a6ce2747acdc5a3 /target/linux | |
parent | 3d341e8ca51be0387a70515b2835b958d6bf8767 (diff) | |
download | upstream-25756c61bcdf5c9a71d674cbffa330ef61ff8b0f.tar.gz upstream-25756c61bcdf5c9a71d674cbffa330ef61ff8b0f.tar.bz2 upstream-25756c61bcdf5c9a71d674cbffa330ef61ff8b0f.zip |
ar71xx: Use KEY_RESTART key code for the reset button on WD My Net N600 boards
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38720
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c index f87fbf82e5..476cff8d2e 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n600.c @@ -100,7 +100,7 @@ static struct gpio_keys_button mynet_n600_gpio_keys[] __initdata = { { .desc = "Reset button", .type = EV_KEY, - .code = KEY_WPS_BUTTON, + .code = KEY_RESTART, .debounce_interval = MYNET_N600_KEYS_DEBOUNCE_INTERVAL, .gpio = MYNET_N600_GPIO_BTN_RESET, .active_low = 1, |