diff options
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | 2009-05-22 01:28:53 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-05-28 03:45:53 +0200 |
commit | bdf43bbf2e19952d82995a50e00cb4b66afa4f0c (patch) | |
tree | a7e7f84117f6c26c3a0f22439664fb9b4645cbcc /fs/efs/inode.c | |
parent | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
download | linux-bdf43bbf2e19952d82995a50e00cb4b66afa4f0c.tar.xz linux-bdf43bbf2e19952d82995a50e00cb4b66afa4f0c.zip |
ACPI: don't check power state after _ON/_OFF
We used to evaluate _STA to check the power state of a device after
running _ON or _OFF. But as far as I can tell, there's no benefit
to evaluating _STA, and sometimes we trip over bugs when BIOSes don't
implement _STA correctly.
Yakui says Windows XP doesn't evaluate _STA during power transition.
So let's skip it in Linux, too. It's conceivable that we'll need to
check _STA in the future for some reason, but until we do, I don't
see a reason to clutter this code path.
References:
http://bugzilla.kernel.org/show_bug.cgi?id=13243
http://marc.info/?l=linux-acpi&m=124166053803753&w=2
http://marc.info/?l=linux-acpi&m=124175761408256&w=2
http://marc.info/?l=linux-acpi&m=124210593114061&w=2
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Acked-by: Matthew Garrett <mjg59@srcf.ucam.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'fs/efs/inode.c')
0 files changed, 0 insertions, 0 deletions