diff --git a/extra-files/compiled/SSDT-RHUB.aml b/extra-files/compiled/SSDT-RHUB.aml index a6c36ce..fed70b0 100644 Binary files a/extra-files/compiled/SSDT-RHUB.aml and b/extra-files/compiled/SSDT-RHUB.aml differ diff --git a/extra-files/decompiled/SSDT-RHUB-prebuilt.dsl b/extra-files/decompiled/SSDT-RHUB-prebuilt.dsl index c2a7c4d..440f7ff 100644 --- a/extra-files/decompiled/SSDT-RHUB-prebuilt.dsl +++ b/extra-files/decompiled/SSDT-RHUB-prebuilt.dsl @@ -19,13 +19,14 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "RhubOff", 0x00001000) Method (_STA, 0, NotSerialized) { If (_OSI ("Darwin")) - { + { Return (Zero) // This disables the device only in macOS } Else { + Return (0x0F) // Re-enables it for Windows } - } + } } } @@ -37,13 +38,14 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "RhubOff", 0x00001000) Method (_STA, 0, NotSerialized) { If (_OSI ("Darwin")) - { + { Return (Zero) // This disables the device only in macOS } Else { + Return (0x0F) // Re-enables it for Windows } - } + } } } @@ -55,14 +57,15 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "RhubOff", 0x00001000) Method (_STA, 0, NotSerialized) { If (_OSI ("Darwin")) - { + { Return (Zero) // This disables the device only in macOS } Else { + Return (0x0F) // Re-enables it for Windows } - } - } + } + } } } diff --git a/extra-files/decompiled/SSDT-RHUB.dsl b/extra-files/decompiled/SSDT-RHUB.dsl index 5848a1c..e1d18c7 100644 --- a/extra-files/decompiled/SSDT-RHUB.dsl +++ b/extra-files/decompiled/SSDT-RHUB.dsl @@ -12,11 +12,12 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "RhubOff", 0x00001000) Method (_STA, 0, NotSerialized) { If (_OSI ("Darwin")) - { - Return (Zero) // This disables the device only in macOS + { + Return (Zero) // This disables the device only in macOS } Else { + Return (0x0F) // Re-enables it for Windows } } }