Commit 34385e6b authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Explanation of sleep levels for swsusp

From:  Pavel Machek <pavel@ucw.cz>
parent 9a1f05f0
......@@ -156,6 +156,20 @@ Drivers that need support
- do IDE cdroms need some kind of support?
- IDE CD-RW -- how to deal with that?
Sleep states summary (thanx, Ducrot)
====================================
In a really perfect world:
echo 1 > /proc/acpi/sleep # for standby
echo 2 > /proc/acpi/sleep # for suspend to ram
echo 3 > /proc/acpi/sleep # for suspend to ram, but with more power conservative
echo 4 > /proc/acpi/sleep # for suspend to disk
echo 5 > /proc/acpi/sleep # for shutdown unfriendly the system
and perhaps
echo 4b > /proc/acpi/sleep # for suspend to disk via s4bios
FAQ:
Q: well, suspending a server is IMHO a really stupid thing,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment