On Friday, 21 September 2007 15:14, huang ying wrote:
[--snip--]
Well, the problem is that apparently some systems (eg. my HP nx6325) expect us
to execute the _PTS ACPI global control method before creating the image _and_
to execute acpi_enter_sleep_state(ACPI_STATE_S4) in order to finally put the
system into the sleep state. In particular, on nx6325, if we don't do that,
then after the restore the status of the AC power will not be reported
correctly (and if you replace the battery while in the sleep state, the
battery status will not be updated correctly after the restore). Similar
issues have been reported for other machines.
Now, the ACPI specification requires us to put devices into low power states
before executing _PTS and that's exactly what we're doing before a suspend to
RAM. Thus, it seems that in general we need to do the same for hibernation on
ACPI systems.
Greetings,
Rafael
-