提交 58bb572f 编写于 作者: A Andrey1970AppleLife

Update SSDT-EC-USBX.dsl

上级 87a287f2
......@@ -77,22 +77,22 @@ DefinitionBlock ("", "SSDT", 2, "ACDT", "SsdtEC", 0x00001000)
})
}
}
}
Scope (PCI0.LPCB)
Scope (\_SB.PCI0.LPCB)
{
Device (EC)
{
Device (EC)
Name (_HID, "ACID0001") // _HID: Hardware ID
Method (_STA, 0, NotSerialized) // _STA: Status
{
Name (_HID, "ACID0001") // _HID: Hardware ID
Method (_STA, 0, NotSerialized) // _STA: Status
If (_OSI ("Darwin"))
{
If (_OSI ("Darwin"))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
Return (0x0F)
}
Else
{
Return (Zero)
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册