lkml.org 
[lkml]   [2007]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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@vger.kernel.org
> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-05 22:43    [W:0.043 / U:0.148 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site