Browse Source

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

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 38676
John Crispin 12 years ago
parent
commit
8965a29bb0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/button-hotplug/src/button-hotplug.c

+ 1 - 0
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 */