Update SSDT-RHUB.dsl

This commit is contained in:
Mykola Grymalyuk
2020-07-08 23:22:46 -06:00
committed by GitHub
parent 75cd0e9b71
commit 87c29dbc71

View File

@@ -8,6 +8,8 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "RhubOff", 0x00001000)
Scope (_SB.PCI0.XHC1.RHUB) // Full pathing to RHUB, change to yours Scope (_SB.PCI0.XHC1.RHUB) // Full pathing to RHUB, change to yours
{
Method (_STA, 0, NotSerialized)
{ {
If (_OSI ("Darwin")) If (_OSI ("Darwin"))
{ {
@@ -17,5 +19,6 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "RhubOff", 0x00001000)
{ {
} }
} }
}
} }