[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>
This commit is contained in:
Родитель
9705c3961e
Коммит
bb45692891
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче