http://bugzilla.kernel.org/show_bug.cgi?id=2870


Len Brown <len.br...@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Regression|---                         |No




--- Comment #17 from Len Brown <len.br...@intel.com>  2009-04-16 21:17:27 ---
unrelated to the issue in this bug report,
but of historical, or perhaps academic, significance...

the DSDT for this HP zx5000 laptop
implements the optional ACPI 2.0 _GTS (Going to Sleep) method:

    Method (_GTS, 1, NotSerialized)
    {
        Store (0x01, \_SB.PCI0.LPC0.PWSC)
        Store (0x00, \_SB.PCI0.LPC0.EC0.THEN)
        Store (0x00, \_SB.PCI0.LPC0.EC0.DUTY)
        If (LEqual (Arg0, 0x03))
        {
            Store (0x01, \_SB.PCI0.P2P.USB0.USS0)
            Store (0x01, \_SB.PCI0.P2P.USB1.USS1)
            Store (0x01, \_SB.PCI0.P2P.USB2.USS2)
        }
    }

...which appears to tickle some ATI chipset registers
on entry to suspend.

Curiously, the DSDT does not implement a matching _BFS method.

This is the 1st implementation of _GTS I've seen.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to