Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb456928 authored by Christian Lamparter's avatar Christian Lamparter Committed by Nicolas Pitre
Browse files

[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: default avatarChristian Lamparter <chunkeey@googlemail.com>
Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
parent 9705c396
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@ static struct gpio_keys_button wrt350n_v2_buttons[] = {
		.desc		= "Reset Button",
		.desc		= "Reset Button",
		.active_low	= 1,
		.active_low	= 1,
	}, {
	}, {
		.code		= KEY_WLAN,
		.code		= KEY_WPS_BUTTON,
		.gpio		= 2,
		.gpio		= 2,
		.desc		= "WPS Button",
		.desc		= "WPS Button",
		.active_low	= 1,
		.active_low	= 1,