http://bugzilla.kernel.org/show_bug.cgi?id=7122





------- Additional Comments From [EMAIL PROTECTED]  2006-10-16 04:37 -------
Created an attachment (id=9254)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=9254&action=view)
power suspend/resume patch

There was another problem observation on my nx6125. When the system goes to
suspend with some fans on and being resumed right after that, the fan states
remain on and never being switched off after that.
The reason is that on _WAK method the state of power resources associated with
fan devices is set to off, so then on resume we turn the fans on, increasing
the number of references of power resource.

Here is two patches to solve this problem.
The first one reset number of resource references on resume and make power
on/off routines more strict and robust.
Another one makes ACPI suspend handlers to occur before _PTS/_GTS methods and
ACPI resume handlers to occur after _WAK method.


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to