1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-10 11:13:13 -06:00

Merge pull request #102 from benbender/patch-1

Update SSDT-TB-DSB2-XHC2.dsl
This commit is contained in:
Tyler Nguyen 2020-11-16 11:07:55 -06:00 committed by GitHub
commit 0d4cd7dbea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -418,12 +418,12 @@ DefinitionBlock ("", "SSDT", 2, "tyler", "_TBXHC2", 0x00003000)
Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{ {
If (CondRefOf (\_SB.PCI0.RP09.PXSX.DSB0.NHI0) && CondRefOf (\_SB.PCI0.RP09.UPN1) && \USME == One) If (CondRefOf (\_SB.PCI0.RP09.PXSX.DSB0.NHI0) && CondRefOf (\_SB.PCI0.RP09.UPN2) && \USME == One)
{ {
Local0 = Package () Local0 = Package ()
{ {
"UsbCPortNumber", "UsbCPortNumber",
\_SB.PCI0.RP09.UPN1, \_SB.PCI0.RP09.UPN2,
"UsbCompanionPortPresent", "UsbCompanionPortPresent",
One One
} }