From: Christian Lamparter Date: Mon, 8 Mar 2010 23:26:35 +0000 (-0800) Subject: [ARM] Orion5x: replace KEY_WLAN with KEY_WPS_BUTTON X-Git-Tag: submit/tizen_common/20140905.094502~12771^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb456928913fda2b360376afb13d9a0bc72c761c;p=sdk%2Femulator%2Femulator-kernel.git [ARM] Orion5x: replace KEY_WLAN with KEY_WPS_BUTTON "Input: add KEY_WPS_BUTTON definition" introduced a generic keycode for WPS input events. Signed-off-by: Christian Lamparter Signed-off-by: Nicolas Pitre --- diff --git a/arch/arm/mach-orion5x/wrt350n-v2-setup.c b/arch/arm/mach-orion5x/wrt350n-v2-setup.c index cb0feca193d4..f9f222ebb7ed 100644 --- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c +++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c @@ -77,7 +77,7 @@ static struct gpio_keys_button wrt350n_v2_buttons[] = { .desc = "Reset Button", .active_low = 1, }, { - .code = KEY_WLAN, + .code = KEY_WPS_BUTTON, .gpio = 2, .desc = "WPS Button", .active_low = 1,