mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
gpio-button-hotplug: add support for power buttons
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38557
This commit is contained in:
parent
7f1463623f
commit
14457da13f
@ -90,6 +90,7 @@ static struct bh_map button_map[] = {
|
||||
BH_MAP(BTN_7, "BTN_7"),
|
||||
BH_MAP(BTN_8, "BTN_8"),
|
||||
BH_MAP(BTN_9, "BTN_9"),
|
||||
BH_MAP(KEY_POWER, "power"),
|
||||
BH_MAP(KEY_RESTART, "reset"),
|
||||
BH_MAP(KEY_RFKILL, "rfkill"),
|
||||
BH_MAP(KEY_WPS_BUTTON, "wps"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user