FS#28848 - [acpid] add SBTN to trigger sleep on some computers

Attached to Project: Community Packages
Opened by Troy Sankey (sankeytm) - Saturday, 10 March 2012, 09:48 GMT
Last edited by Sébastien Luttringer (seblu) - Tuesday, 13 March 2012, 12:18 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The wiki page for acpid claims either SLPB or SBTN may be triggered depending on the computer. Why not add functionality for both?

/etc/acpi/handler.sh
- SLPB) echo -n mem >/sys/power/state ;;
+ SLPB|SBTN) echo -n mem >/sys/power/state ;;

acpid 2.0.14-1
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Tuesday, 13 March 2012, 12:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  acpid-2.0.14-2

Loading...