aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/button-hotplug
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-07 12:46:20 +0000
committerJohn Crispin <john@openwrt.org>2013-11-07 12:46:20 +0000
commit8965a29bb0bc8cf83d58844df07166ace0c20b8f (patch)
tree1d97ed1af693951e3877bfbdff39fe78b56929e1 /package/kernel/button-hotplug
parenta100fd3b4a4adc136f73c8466abf0aec8d2ba169 (diff)
downloadupstream-8965a29bb0bc8cf83d58844df07166ace0c20b8f.tar.gz
upstream-8965a29bb0bc8cf83d58844df07166ace0c20b8f.tar.bz2
upstream-8965a29bb0bc8cf83d58844df07166ace0c20b8f.zip
button-hotplug: sync list of supported keys with gpio-button-hotplug
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38676
Diffstat (limited to 'package/kernel/button-hotplug')
-rw-r--r--package/kernel/button-hotplug/src/button-hotplug.c1
1 files changed, 1 insertions, 0 deletions
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 */