diff options
| author | Christian Lamparter <chunkeey@googlemail.com> | 2010-03-08 18:25:29 -0500 |
|---|---|---|
| committer | Nicolas Pitre <nico@fluxnic.net> | 2010-03-23 13:48:14 -0400 |
| commit | 9705c3961e73054b656720884f0da0a5a438fbae (patch) | |
| tree | def61e8bd6f54997e3ffab11d0bc7aec1032461c | |
| parent | 4f4669ee732a6b37279e912af1833fbff15407a2 (diff) | |
[ARM] Kirkwood: WPS button keycode mapping
Commit "Input: add KEY_WPS_BUTTON definition"
added a generic keycode for WPS button.
Let's use it, instead of "F1" mapping.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
| -rw-r--r-- | arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c b/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c index 0358f45766cb..5e6f711b1c67 100644 --- a/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c +++ b/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c | |||
| @@ -74,9 +74,9 @@ static struct gpio_keys_button mv88f6281gtw_ge_button_pins[] = { | |||
| 74 | .desc = "SWR Button", | 74 | .desc = "SWR Button", |
| 75 | .active_low = 1, | 75 | .active_low = 1, |
| 76 | }, { | 76 | }, { |
| 77 | .code = KEY_F1, | 77 | .code = KEY_WPS_BUTTON, |
| 78 | .gpio = 46, | 78 | .gpio = 46, |
| 79 | .desc = "WPS Button(F1)", | 79 | .desc = "WPS Button", |
| 80 | .active_low = 1, | 80 | .active_low = 1, |
| 81 | }, | 81 | }, |
| 82 | }; | 82 | }; |
