diff --git a/extra-files/decompiled/SSDT-RHUB.dsl b/extra-files/decompiled/SSDT-RHUB.dsl index 3102f64..5848a1c 100644 --- a/extra-files/decompiled/SSDT-RHUB.dsl +++ b/extra-files/decompiled/SSDT-RHUB.dsl @@ -9,13 +9,16 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "RhubOff", 0x00001000) Scope (_SB.PCI0.XHC1.RHUB) // Full pathing to RHUB, change to yours { - If (_OSI ("Darwin")) - { - Return (Zero) // This disables the device only in macOS - } - Else - { - } + Method (_STA, 0, NotSerialized) + { + If (_OSI ("Darwin")) + { + Return (Zero) // This disables the device only in macOS + } + Else + { + } + } } }