From: John Crispin 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: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=8965a29bb0bc8cf83d58844df07166ace0c20b8f button-hotplug: sync list of supported keys with gpio-button-hotplug Signed-off-by: John Crispin SVN-Revision: 38676 --- 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 */