public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* Fan control for my Dell SmartPC
@ 2003-05-26 11:37 roychris
       [not found] ` <3ED1FC8B.2040009-GANU6spQydw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: roychris @ 2003-05-26 11:37 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

There isn't any method to control the Fan in the dsdt ACPI table on my 
computer (DELL SmartPC/SmartStep).
Thanks to the ACPI Specs, I have implemented this code and there is no 
problem with the compilation. ACPI Linux driver indicates me that it 
finds a method for my two logical fans (one fan with 2 speeds). But I 
think that the adress (the namespace maybe EC0) is not good so I can't 
control it. How can I find the good region for my fan ?

            OperationRegion (EC0, EmbeddedControl, 0, 0xFF)
            Field (EC0, ByteAcc, Lock, Preserve)
            {
             MODE,     1,
             FAN0,     1,
             FAN1,     1,
             ,         5,
             TMP,      8,
             AC0,      8,
             AC1,      8,
             PSV,      8,
             HOT,      8,
             CRT,      8
             }

I think that it's this piece of code I have to change.

Thanks



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <3ED2307B.8070908@free.fr>]

end of thread, other threads:[~2003-05-26 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-26 11:37 Fan control for my Dell SmartPC roychris
     [not found] ` <3ED1FC8B.2040009-GANU6spQydw@public.gmane.org>
2003-05-26 14:17   ` Mark Santcroos
2003-05-26 14:20   ` Adachi, Kenichi
     [not found]     ` <001201c32391$ecc1cda0$354425db-F8JvWDuGsZU@public.gmane.org>
2003-05-26 15:49       ` roychris
     [not found] <3ED2307B.8070908@free.fr>
     [not found] ` <3ED2307B.8070908-GANU6spQydw@public.gmane.org>
2003-05-26 16:30   ` Adachi, Kenichi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox