ACPI: S4: Use "platform" rather than "shutdown" mode by default
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 1 Nov 2006 12:23:14 +0000 (13:23 +0100)
committerLen Brown <len.brown@intel.com>
Thu, 2 Nov 2006 03:40:23 +0000 (22:40 -0500)
commit9185cfa92507d07ac787bc73d06c42222eec7239
treeaffcb8c0164b79f9fa5932cd7700498560794a82
parent8b0dc866dd9b8d10a53cb3537385a51b7ee54b62
ACPI: S4: Use "platform" rather than "shutdown" mode by default

It has been reported that on some systems the functionality after a resume
from disk is limited if the system is simply powered off during the suspend
instead of using the ACPI S4 suspend (aka platform mode).

Unfortunately the default is currently to power off the system during the
suspend so the users of these systems experience problems after the resume
if they don't switch to the platform mode explicitly.  This patch makes swsusp
use the platform mode by default to avoid such situations.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Stefan Seyfried <seife@suse.de>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Len Brown <len.brown@intel.com>
kernel/power/disk.c
kernel/power/main.c