From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 23 Jan 2014 12:23:08 +0000 (+0000)
Subject: ar71xx: wp543: use KEY_RESET code for the sw4 button
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b629009eaa3e6bb877ac2d097c0529d2323bad3a;p=openwrt%2Fstaging%2Fneocturne.git

ar71xx: wp543: use KEY_RESET code for the sw4 button

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 39374
---

diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wp543.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wp543.c
index 148cd7c7f2..0c890ea97d 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wp543.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wp543.c
@@ -65,7 +65,7 @@ static struct gpio_keys_button wp543_gpio_keys[] __initdata = {
 	}, {
 		.desc		= "sw4",
 		.type		= EV_KEY,
-		.code		= BTN_1,
+		.code		= KEY_RESTART,
 		.debounce_interval = WP543_KEYS_DEBOUNCE_INTERVAL,
 		.gpio		= WP543_GPIO_SW4,
 	}