Skip to content

Commit

Permalink
[ARM] Orion5x: replace KEY_WLAN with KEY_WPS_BUTTON
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Christian Lamparter authored and Nicolas Pitre committed Mar 23, 2010
1 parent 9705c39 commit bb45692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-orion5x/wrt350n-v2-setup.c
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit bb45692

Please sign in to comment.