All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Linda Walsh <acpi@tlinx.org>
Cc: linux-acpi@vger.kernel.org
Subject: Re: dmi info requested... - Dell - Precision WorkStation 690
Date: Wed, 13 Feb 2008 23:26:22 -0500	[thread overview]
Message-ID: <200802132326.22597.lenb@kernel.org> (raw)
In-Reply-To: <47B299B5.4040002@tlinx.org>

Thanks for the acpidump.

It looks a lot like the Dell Precision M4300, but slightly simpler.

ISLI returns 1 for OSI(Linux). 0 for everything else.
GUSB is the only invocation of ISLI.

GUSB is invoked only on USB _INI, and on wakeup from hibernate.

So... If you notice any difference in USB function either
upon boot or resume from hibernate when using acpi_osi=Linux,
please let let us know.

thanks,
-Len


        Method (ISLI, 0, NotSerialized)
        {
            If (CondRefOf (_OSI, Local0))
            {
                If (_OSI ("Linux"))
                {
                    Return (One)
                }
                Else
                {
                    Return (Zero)
                }
            }
            Else
            {
                Return (Zero)
            }
        }
...
    Method (GUSB, 0, NotSerialized)
    {
        If (ISLI ())
        {
            Return (Zero)
# OSI(Linux)
        }
        Else
        {
# else
            Return (SMI2 (0xBA))
        }
    }

      parent reply	other threads:[~2008-02-14  4:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12  1:45 dmi info requested Linda Walsh
2008-02-12 20:13 ` dmi info requested... - Dell - Precision WorkStation 690 Len Brown
2008-02-12 21:36   ` Linda Walsh
2008-02-13  4:21     ` Len Brown
     [not found]       ` <47B299B5.4040002@tlinx.org>
2008-02-14  4:26         ` Len Brown [this message]

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=200802132326.22597.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=acpi@tlinx.org \
    --cc=linux-acpi@vger.kernel.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.