mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 09:33:13 -06:00
Merge pull request #102 from benbender/patch-1
Update SSDT-TB-DSB2-XHC2.dsl
This commit is contained in:
commit
0d4cd7dbea
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue