Skip to content

Commit

Permalink
Update SSDT-EC-USBX.dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Aug 2, 2020
1 parent 87a287f commit 58bb572
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Docs/AcpiSamples/SSDT-EC-USBX.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit 58bb572

Please sign in to comment.