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





------- Comment #6 from [EMAIL PROTECTED]  2007-09-23 11:55 -------
Created an attachment (id=12910)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=12910&action=view)
Patch that works around the problem

The attached patch works around the problem by replacing the standard power off
code with the code executed during hibernation, with the exception that S5 is
used as the target state instead of S4.

Interestingly, if the "if (device_suspend(PMSG_SUSPEND))" line is removed from
the patch, which makes device_shutdown() to be executed in all cases, the
"double disk spin off" problem reappears.  This means that we do something in
device_suspend() which is not done in device_shutdown() and which prevents the
disk drive from spinning on before S5 is actually entered.


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to