Re: [PATCH] acpi: fan after suspend-to-mem fix
- From: Pavel Machek <pavel@xxxxxx>
- Date: Tue, 1 Jan 2002 02:53:24 +0000
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/
- Prev by Date: Re: Trouble using some (fast) compact flash as ide device on an embedded system
- Next by Date: Re: [PATCH (updated)] timer: Run calc_load halfway through each round_jiffies second
- Previous by thread: Re: [GIT PATCH] ACPI patches for 2.6.21 - part II (resend)
- Next by thread: [patch - v3/(really, this time)] epoll ready set loops diet ...
- Index(es):
Relevant Pages
|
|