Re: patch to add readonly support for T60 wireless killswitch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Sat, 24 Feb 2007 13:10:42 -0200
schrieb Henrique de Moraes Holschuh <hmh@xxxxxxxxxx>:

> Always use the highest-level possible, i.e. use WLSW.  Or, if
> anything else uses WLSW, check to see if you should not be using that
> instead.

I thought so. WLSW is not used by anythink else so it should be used.

> Also, you need to make sure you understand what GSTS returns if it
> has more than one bit.  What is its definition in the AML code?

It looks like it is one bit. I did not really read all the docs on ACPI
but this code looks to me like TMPs have one byte and GSTS one bit.

  OperationRegion (ECOR, EmbeddedControl, 0x00,0x0100)
  Field (ECOR, ByteAcc, NoLock, Preserve)
  {
    HDBM,   1,
...
    HPNF,   1,
        ,   1,
    GSTS,   1,
        ,   2,
...
    TMP0,   8,
    TMP1,   8,
    TMP2,   8,
...

Henning

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ibm-acpi-devel mailing list
ibm-acpi-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/ibm-acpi-devel

[Index of Archives]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Photo]     [Yosemite Photos]     [Yosemite Advice]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]

  Powered by Linux