View Single Post
 
Old 01-13-2010, 09:31 PM
Lays's Avatar
Lays Lays is offline
Panther
 
Join Date: Dec 2009
Posts: 114
το εκανα
Code:
Method (_WAK, 1, NotSerialized)
    {
        Store (0xFF, DBG1)
        Store (0x20, DBG1)
        Store (0x21, DBG1)
        If (LEqual (Arg0, 0x03))
        {
            If (LEqual (HYS3, One))
            {
                Store (0x22, DBG1)
                Store (0x88, SCP)
                Store (0x23, DBG1)
            }
        }

        Store (0x24, DBG1)
        Notify (\_SB.PCI0.PX40.UAR1, Zero)
        Store (0x25, DBG1)
        If (OSFL)
        {
            Notify (\_SB.PWRB, 0x02)
        }
        Else
        {
            If (LEqual (RTCW, Zero))
            {
                Notify (\_SB.PWRB, 0x02)
                Return(Package(0x02){Zero, Zero})}
                            }
        }
ελπιζω να ειναι σωστο..
επισις αυτο το αρχειο θα μπει στο extra για πιο λογο ωμοσ?
Reply With Quote