summaryrefslogtreecommitdiff
path: root/community/acpid/handler.sh
diff options
context:
space:
mode:
Diffstat (limited to 'community/acpid/handler.sh')
-rw-r--r--community/acpid/handler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/acpid/handler.sh b/community/acpid/handler.sh
index 505ed7c11..aac143a9a 100644
--- a/community/acpid/handler.sh
+++ b/community/acpid/handler.sh
@@ -17,7 +17,7 @@ case "$1" in
;;
button/sleep)
case "$2" in
- SLPB) echo -n mem >/sys/power/state ;;
+ SLPB|SBTN) echo -n mem >/sys/power/state ;;
*) logger "ACPI action undefined: $2" ;;
esac
;;