diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2010-03-09 02:26:35 +0300 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-03-23 20:48:15 +0300 |
commit | bb456928913fda2b360376afb13d9a0bc72c761c (patch) | |
tree | 145254443578d74b098c9513a2eb3695af30325f /arch/arm/mach-orion5x | |
parent | 9705c3961e73054b656720884f0da0a5a438fbae (diff) | |
download | linux-bb456928913fda2b360376afb13d9a0bc72c761c.tar.xz |
[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 <chunkeey@googlemail.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r-- | arch/arm/mach-orion5x/wrt350n-v2-setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |