FS#34353 - [acpid] Additional case for ac plug/unplug events on F&S M1437G

Attached to Project: Community Packages
Opened by Hawky (p90) - Monday, 18 March 2013, 11:36 GMT
Last edited by Sébastien Luttringer (seblu) - Friday, 29 March 2013, 03:16 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
acpid is missing the right information to detect AC plug/unplug events on Fujitsu-Siemens M1437G Laptops.
Replacing:
ac_adapter)
case "$2" in
AC|ACAD|ADP0)
case "$4" in
with
ac_adapter)
case "$2" in
AC|ACAD|ADP0|ACPI0003:00)
case "$4" in

in /etc/acpi/handers.sh will fix this.



Additional info:
* acpid-2.0.18-2
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Friday, 29 March 2013, 03:16 GMT
Reason for closing:  Won't implement
Comment by Sébastien Luttringer (seblu) - Saturday, 23 March 2013, 22:16 GMT
This file is provided as example. You have to fix this directly in your handlers.sh. It will not be overwritten each update.
Comment by Hawky (p90) - Saturday, 23 March 2013, 22:23 GMT
Ah okay.
I though as 3 others were already supplied I could get additional strings added here.
As I said, I fixed it for myself already but prefer to have it work out of the box.
Still thanks for your time.

Loading...