public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2.6.21-rc7] kconfig mentioneds 'hibernation' not just swsusp
@ 2007-04-22  3:02 David Brownell
  2007-04-22  3:21 ` Len Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Brownell @ 2007-04-22  3:02 UTC (permalink / raw)
  To: linux-pm, Andrew Morton; +Cc: Pavel Machek

Clarify that "software suspend" is what's called "hibernation" in most
user interfaces, shrinking a terminology gap.  (Examples include Gnome
and MS-Windows.)

Also provide a more succinct description of what it does, so you won't
have to read the whole novel in Kconfig; and highlights just why the
lack of BIOS requirements for swsusp are a big deal.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
 kernel/power/Kconfig |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

--- g26.orig/kernel/power/Kconfig	2007-04-21 10:07:18.000000000 -0700
+++ g26/kernel/power/Kconfig	2007-04-21 10:23:24.000000000 -0700
@@ -78,17 +78,22 @@ config PM_SYSFS_DEPRECATED
 	  are likely to be bus or driver specific.
 
 config SOFTWARE_SUSPEND
-	bool "Software Suspend"
+	bool "Software Suspend (Hibernation)"
 	depends on PM && SWAP && ((X86 && (!SMP || SUSPEND_SMP)) || ((FRV || PPC32) && !SMP))
 	---help---
-	  Enable the suspend to disk (STD) functionality.
+	  Enable the suspend to disk (STD) functionality, which is usually
+	  called "hibernation" in user interfaces.  STD checkpoints the
+	  system and powers it off; and restores that checkpoint on reboot.
 
 	  You can suspend your machine with 'echo disk > /sys/power/state'.
 	  Alternatively, you can use the additional userland tools available
 	  from <http://suspend.sf.net>.
 
 	  In principle it does not require ACPI or APM, although for example
-	  ACPI will be used if available.
+	  ACPI will be used for the final steps when it is available.  One
+	  of the reasons to use software suspend is that the firmware hooks
+	  for suspend states like suspend-to-RAM (STR) often don't work very
+	  well with Linux.
 
 	  It creates an image which is saved in your active swap. Upon the next
 	  boot, pass the 'resume=/dev/swappartition' argument to the kernel to

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-22 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-22  3:02 [patch 2.6.21-rc7] kconfig mentioneds 'hibernation' not just swsusp David Brownell
2007-04-22  3:21 ` Len Brown
2007-04-22  3:50   ` [patch 2.6.21-rc7] kconfig mentions " David Brownell
2007-04-22  9:34 ` [patch 2.6.21-rc7] kconfig mentioneds " Rafael J. Wysocki
2007-04-22 14:58 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox