Re: [PATCH] acpi: fan after suspend-to-mem fix



Hi!

The fan hasn't worked on my HP nw8000 laptop after an S3
suspend
ever, but fixing that to ACPI_D3 there finally makes it
work as
expected.

If there was some hidden reason why that was set to
ACPI_D0,

You do not want to overheat while suspending.

(Yep, I'm doing some time travel in my spare time, sorry about that).


@@ -243,7 +243,7 @@ static int acpi_fan_suspend(struct
acpi_device *device, int state)
if (!device)
return -EINVAL;

- acpi_bus_set_power(device->handle,
ACPI_STATE_D0);
+ acpi_bus_set_power(device->handle,
ACPI_STATE_D3);

return AE_OK;
}

-
To unsubscribe from this list: send the line
"unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: XFS breakage in 2.6.18-rc1
    ... system disk too who had to take the hit. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: How to run an a.out file in a kernel module
    ... called in a kernel module using call_usermodehelper ... Please read the FAQ at http://www.tux.org/lkml/ ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
    (Linux-Kernel)
  • Re: XFS Bug null pointer dereference in xfs_free_ag_extent
    ... I also filed bug 6877 at kernel.org ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: [patch] remove unused acct variables from task_struct
    ... struct mempolicy *mempolicy; ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • RE: [PM][ACPI] No ACPI interrupts after resume from S1
    ... After a suspend, ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)