Skip to content
Snippets Groups Projects
Commit 8965a29b authored by John Crispin's avatar John Crispin
Browse files

button-hotplug: sync list of supported keys with gpio-button-hotplug


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 38676
parent a100fd3b
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ static struct bh_map button_map[] = {
BH_MAP(BTN_9, "BTN_9"),
BH_MAP(KEY_RESTART, "reset"),
BH_MAP(KEY_POWER, "power"),
BH_MAP(KEY_RFKILL, "rfkill"),
#ifdef KEY_WPS_BUTTON
BH_MAP(KEY_WPS_BUTTON, "wps"),
#endif /* KEY_WPS_BUTTON */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment