From: blogic Date: Thu, 7 Nov 2013 12:46:20 +0000 (+0000) Subject: button-hotplug: sync list of supported keys with gpio-button-hotplug X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7f879812f4103de6e0015e5d178aa8e86dc11d3d;p=openwrt.git button-hotplug: sync list of supported keys with gpio-button-hotplug Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38676 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/button-hotplug/src/button-hotplug.c b/package/kernel/button-hotplug/src/button-hotplug.c index 684a0c6e3d..df50a23018 100644 --- a/package/kernel/button-hotplug/src/button-hotplug.c +++ b/package/kernel/button-hotplug/src/button-hotplug.c @@ -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 */