From 3e39b51297d963e7176afd8fa3072015abcdf657 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 22 Apr 2010 09:25:37 +0000 Subject: ramips: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttons git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21083 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c') diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c index 4e0e810bb..a8c171c84 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c @@ -97,14 +97,14 @@ static struct gpio_button whr_g300n_gpio_buttons[] __initdata = { { .desc = "reset", .type = EV_KEY, - .code = BTN_0, + .code = KEY_RESTART, .threshold = 3, .gpio = WHR_G300N_GPIO_BUTTON_RESET, .active_low = 1, }, { .desc = "aoss", .type = EV_KEY, - .code = BTN_1, + .code = KEY_WPS_BUTTON, .threshold = 3, .gpio = WHR_G300N_GPIO_BUTTON_AOSS, .active_low = 1, -- cgit v1.2.3