Jump to content

(Dsdt) code can not be shut down completely modify how?


hongchangwei
 Share

4 posts in this topic

Recommended Posts

Method (_PTS, 1, NotSerialized)

{

Store (0xED, KBPP)

Sleep (0x01F4)

Store (Zero, KBPP)

Store (Arg0, DEBG)

If (LEqual (Arg0, 0x05))

{

Store (Zero, SLPE)

Sleep (0x10)

\_SB.PHSR (0x4B)

}

}

dsdt.aml.zip

 

Thanks for every help friends

 

 

get

 

 

Method (_PTS, 1, NotSerialized)

{

If (LEqual (Arg0, 0x05))

{

\_SB.PHSR (0x4B)

Store (Zero, SLPE)

Sleep (0x10)

}

Else

{

Store (Arg0, DEBG)

}

}

Link to comment
Share on other sites

 Share

×
×
  • Create New...