1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 01:23:14 -06:00

Update SSDT-TB-DSB2-XHC2.dsl

Fix bad typo in XHC2-config
This commit is contained in:
Benjamin Bender 2020-11-16 17:53:33 +01:00 committed by GitHub
parent ef04bd5d73
commit d9f0c74285
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
{
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 ()
{
"UsbCPortNumber",
\_SB.PCI0.RP09.UPN1,
\_SB.PCI0.RP09.UPN2,
"UsbCompanionPortPresent",
One
}