All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Tommi Kyntola <tommi.kyntola@ray.fi>
Cc: linux-kernel@vger.kernel.org, acpi-devel@lists.sourceforge.net
Subject: Re: [PATCH] acpi: fan after suspend-to-mem fix
Date: Tue, 1 Jan 2002 02:53:24 +0000	[thread overview]
Message-ID: <20020101025323.GA4106@ucw.cz> (raw)
In-Reply-To: <45E57A08.5060403@ray.fi>

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

  reply	other threads:[~2007-03-05 21:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-28 12:48 [PATCH] acpi: fan after suspend-to-mem fix Tommi Kyntola
2002-01-01  2:53 ` Pavel Machek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-03-01 12:24 Tommi Kyntola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020101025323.GA4106@ucw.cz \
    --to=pavel@ucw.cz \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tommi.kyntola@ray.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.