All of lore.kernel.org
 help / color / mirror / Atom feed
From: roychris <roychris-GANU6spQydw@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Fan control for my Dell SmartPC
Date: Mon, 26 May 2003 13:37:47 +0200	[thread overview]
Message-ID: <3ED1FC8B.2040009@free.fr> (raw)

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

             reply	other threads:[~2003-05-26 11:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26 11:37 roychris [this message]
     [not found] ` <3ED1FC8B.2040009-GANU6spQydw@public.gmane.org>
2003-05-26 14:17   ` Fan control for my Dell SmartPC 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

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=3ED1FC8B.2040009@free.fr \
    --to=roychris-ganu6spqydw@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /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.