Method (_Q14, 0, NotSerialized) // _Qxx: EC Query
{
P8XH (Zero, 0x14)
# 注意此行
Notify (^^^GFX0.DD1F, 0x87)
}
Method (_Q15, 0, NotSerialized) // _Qxx: EC Query
{
P8XH (Zero, 0x15)
# 注意此行
Notify (^^^GFX0.DD1F, 0x86)
}
DefinitionBlock ("", "SSDT", 2, "hack", "fnkey", 0x00000000)
{
External (_SB_.PCI0, DeviceObj)
External (_SB_.PCI0.LPCB, DeviceObj)
External (_SB_.PCI0.LPCB.EC0_, DeviceObj)
External (_SB_.PCI0.LPCB.PS2K, DeviceObj)
External (ATKP, IntObj)
Method (_SB.PCI0.LPCB.EC0._Q14, 0, NotSerialized) // _Qxx: EC Query, xx=0x00-0xFF
{
Notify (\_SB.PCI0.LPCB.PS2K, 0x0405)
Notify (\_SB.PCI0.LPCB.PS2K, 0x20) // Reserved
}
Method (_SB.PCI0.LPCB.EC0._Q15, 0, NotSerialized) // _Qxx: EC Query, xx=0x00-0xFF
{
Notify (\_SB.PCI0.LPCB.PS2K, 0x0406)
Notify (\_SB.PCI0.LPCB.PS2K, 0x10) // Reserved
}
}