]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI / PM: Do not execute _PS0 for devices without _PSC during initialization
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 5 Jun 2013 12:01:19 +0000 (14:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2013 17:49:19 +0000 (10:49 -0700)
commit54921fa89f4fdbcc4f722bf5b5fb7e7579b0d7a8
treea3fda7b3d766e18d2483fa66d3107c35a0882111
parent8c25251dbff0e034b4006b347e5d145cb4c718c4
ACPI / PM: Do not execute _PS0 for devices without _PSC during initialization

commit 7cd8407d53ef5fb0280fcbe34f42311472f90feb upstream.

Commit b378549 (ACPI / PM: Do not power manage devices in unknown
initial states) added code to force devices without _PSC, but having
_PS0 defined in the ACPI namespace, into ACPI power state D0 by
executing _PS0 for them.  That turned out to break Toshiba P870-303,
however, so revert that code.

References: https://bugzilla.kernel.org/show_bug.cgi?id=58201
Reported-and-tested-by: Jerome Cantenot <jerome.cantenot@gmail.com>
Tracked-down-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/device_pm.c