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





------- Comment #111 from [EMAIL PROTECTED]  2008-03-17 23:57 -------
Hi, All
   What Len said in comment #100 is right. GPE routing is incorrect and
GPI_ROUT register in 1f.0 pci device is also incorrect. 

   From the AML handler it seems that there are the following definitions:
    Device (LID)  
        {  
            Name (_PRW, Package (0x02)  
            {  
                0x08,  
                0x03  
            })  
            Method (_PSW, 1, NotSerialized)  
            {  
                PSW (Arg0, 0x02)  
            }  
        }  
        Device (PBTN)  
        {  
            Name (_PRW, Package (0x02)  
            {  
                0x08,  
                0x04  
            })  
            Method (_PSW, 1, NotSerialized)  
            {  
                PSW (Arg0, 0x01)  
            }  
        }  
    Will you please try the debug patch in comment #110 and see whether the bug
still exists?
    In the debug patch the _PSW object is called for the Power button and LID
button to enable the ability to wake the sleeping system or trigger interrupt.

    Please boot the system with the option of "acpi.debug_layer=0x090004
acpi.debug_level=0x1f" and attach the output of dmesg, lspci -vxxx.
    Thanks.



-- 
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, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to