lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 1 Jan 2002 02:53:24 +0000
From:	Pavel Machek <pavel@....cz>
To:	Tommi Kyntola <tommi.kyntola@....fi>
Cc:	linux-kernel@...r.kernel.org, acpi-devel@...ts.sourceforge.net
Subject: 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@...r.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ