aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/button-hotplug
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-11-07 12:46:20 +0000
committerJohn Crispin <blogic@openwrt.org>2013-11-07 12:46:20 +0000
commit6ab2aa08f127d1ccb29e63e8d09770741e056bd5 (patch)
tree48caae0b0535b0cb625ed0ddc10a926e0270fae3 /package/kernel/button-hotplug
parent6ba5d2dd2978a9a753c834ec2fd2adb901eeb282 (diff)
downloadmaster-187ad058-6ab2aa08f127d1ccb29e63e8d09770741e056bd5.tar.gz
master-187ad058-6ab2aa08f127d1ccb29e63e8d09770741e056bd5.tar.bz2
master-187ad058-6ab2aa08f127d1ccb29e63e8d09770741e056bd5.zip
button-hotplug: sync list of supported keys with gpio-button-hotplug
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38676 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 */