* [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on
@ 2005-04-11 20:03 ` Shawn Starr
0 siblings, 0 replies; 8+ messages in thread
From: Shawn Starr @ 2005-04-11 20:03 UTC (permalink / raw)
To: Pavel Machek
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
I notice in Linux and in XP the drive bay light
remains on while the laptop is in suspend-to-RAM. I
know the ACPI thinkpad extras added to the kernel
recently can turn this off. I wonder if we can/or need
to write hooks to turn the light off so to conserve
power when we're in S3
Thoughts?
Shawn.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread
* [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on
@ 2005-04-11 20:03 ` Shawn Starr
0 siblings, 0 replies; 8+ messages in thread
From: Shawn Starr @ 2005-04-11 20:03 UTC (permalink / raw)
To: Pavel Machek; +Cc: acpi-devel, linux-kernel
I notice in Linux and in XP the drive bay light
remains on while the laptop is in suspend-to-RAM. I
know the ACPI thinkpad extras added to the kernel
recently can turn this off. I wonder if we can/or need
to write hooks to turn the light off so to conserve
power when we're in S3
Thoughts?
Shawn.
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20050411200341.39635.qmail-4fJJQiRtypeB9c0Qi4KiSl5cfvJIxWXgQQ4Iyu8u01E@public.gmane.org>]
* Re: [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on
2005-04-11 20:03 ` Shawn Starr
@ 2005-04-11 20:08 ` Pavel Machek
-1 siblings, 0 replies; 8+ messages in thread
From: Pavel Machek @ 2005-04-11 20:08 UTC (permalink / raw)
To: Shawn Starr
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Hi!
> I notice in Linux and in XP the drive bay light
> remains on while the laptop is in suspend-to-RAM. I
> know the ACPI thinkpad extras added to the kernel
> recently can turn this off. I wonder if we can/or need
> to write hooks to turn the light off so to conserve
> power when we're in S3
>
> Thoughts?
You probably want to expand the extras driver to turn it off during
S3.
Pavel
--
Boycott Kodak -- for their patent abuse against Java.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on
@ 2005-04-11 20:08 ` Pavel Machek
0 siblings, 0 replies; 8+ messages in thread
From: Pavel Machek @ 2005-04-11 20:08 UTC (permalink / raw)
To: Shawn Starr; +Cc: acpi-devel, linux-kernel
Hi!
> I notice in Linux and in XP the drive bay light
> remains on while the laptop is in suspend-to-RAM. I
> know the ACPI thinkpad extras added to the kernel
> recently can turn this off. I wonder if we can/or need
> to write hooks to turn the light off so to conserve
> power when we're in S3
>
> Thoughts?
You probably want to expand the extras driver to turn it off during
S3.
Pavel
--
Boycott Kodak -- for their patent abuse against Java.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on
2005-04-11 20:03 ` Shawn Starr
@ 2005-04-11 20:14 ` Matthew Garrett
-1 siblings, 0 replies; 8+ messages in thread
From: Matthew Garrett @ 2005-04-11 20:14 UTC (permalink / raw)
To: Shawn Starr
Cc: Pavel Machek, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
On Mon, 2005-04-11 at 16:03 -0400, Shawn Starr wrote:
> I notice in Linux and in XP the drive bay light
> remains on while the laptop is in suspend-to-RAM. I
> know the ACPI thinkpad extras added to the kernel
> recently can turn this off. I wonder if we can/or need
> to write hooks to turn the light off so to conserve
> power when we're in S3
Just disable it in your suspend script. There's no reason to push that
sort of policy into the kernel.
--
Matthew Garrett | mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ACPI] [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on
@ 2005-04-11 20:14 ` Matthew Garrett
0 siblings, 0 replies; 8+ messages in thread
From: Matthew Garrett @ 2005-04-11 20:14 UTC (permalink / raw)
To: Shawn Starr; +Cc: Pavel Machek, acpi-devel, linux-kernel
On Mon, 2005-04-11 at 16:03 -0400, Shawn Starr wrote:
> I notice in Linux and in XP the drive bay light
> remains on while the laptop is in suspend-to-RAM. I
> know the ACPI thinkpad extras added to the kernel
> recently can turn this off. I wonder if we can/or need
> to write hooks to turn the light off so to conserve
> power when we're in S3
Just disable it in your suspend script. There's no reason to push that
sort of policy into the kernel.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on
@ 2005-04-11 20:17 Shawn Starr
[not found] ` <20050411201741.73077.qmail-U/uKf82u23SB9c0Qi4KiSl5cfvJIxWXgQQ4Iyu8u01E@public.gmane.org>
0 siblings, 1 reply; 8+ messages in thread
From: Shawn Starr @ 2005-04-11 20:17 UTC (permalink / raw)
To: Matthew Garrett
Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Sure, I suppose you can, but most suspend tools just
echo stuff to /sys (or still /proc/acpi/sleep) which
makes it harder to script it. Besides, when a laptop
goes into suspend to RAM there should be no extra
power on except a Moon or some other icon.
That said, the ACPI thinkpad extras was designed to do
all of this so why shouldn't the driver do S3 suspend
if it hooks into it already?
Shawn.
--- Matthew Garrett <mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org> wrote:
> On Mon, 2005-04-11 at 16:03 -0400, Shawn Starr
> wrote:
> > I notice in Linux and in XP the drive bay light
> > remains on while the laptop is in suspend-to-RAM.
> I
> > know the ACPI thinkpad extras added to the kernel
> > recently can turn this off. I wonder if we can/or
> need
> > to write hooks to turn the light off so to
> conserve
> > power when we're in S3
>
> Just disable it in your suspend script. There's no
> reason to push that
> sort of policy into the kernel.
>
> --
> Matthew Garrett | mjg59-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org
>
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-04-11 20:32 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-11 20:03 [2.6.12-rc2][suspend] Suspending Thinkpad: drive bay light in S3 mode stays on Shawn Starr
2005-04-11 20:03 ` Shawn Starr
[not found] ` <20050411200341.39635.qmail-4fJJQiRtypeB9c0Qi4KiSl5cfvJIxWXgQQ4Iyu8u01E@public.gmane.org>
2005-04-11 20:08 ` Pavel Machek
2005-04-11 20:08 ` Pavel Machek
2005-04-11 20:14 ` Matthew Garrett
2005-04-11 20:14 ` [ACPI] " Matthew Garrett
-- strict thread matches above, loose matches on Subject: below --
2005-04-11 20:17 Shawn Starr
[not found] ` <20050411201741.73077.qmail-U/uKf82u23SB9c0Qi4KiSl5cfvJIxWXgQQ4Iyu8u01E@public.gmane.org>
2005-04-11 20:32 ` Matthew Garrett
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.