Skip to content

Commit

Permalink
Disable TB USB companion controller (resolves #13)
Browse files Browse the repository at this point in the history
Will monitor if this breaks anything else
  • Loading branch information
osy authored and osy committed Sep 2, 2019
1 parent 62645a8 commit ddc9dd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions ACPI/SSDT-Xhci.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ DefinitionBlock ("", "SSDT", 2, "OSY86 ", "Xhci", 0x00001000)
Return (Local0)
}
}

/*
Scope (HS12) // TB3 USB-C HS/LS
{
Name (SSP, Package (0x02)
Expand Down Expand Up @@ -318,7 +318,7 @@ DefinitionBlock ("", "SSDT", 2, "OSY86 ", "Xhci", 0x00001000)
Return (Local0)
}
}

*/
Scope (HS14) // not used
{
Method (_STA, 0, NotSerialized) // _STA: Status
Expand Down Expand Up @@ -356,12 +356,7 @@ DefinitionBlock ("", "SSDT", 2, "OSY86 ", "Xhci", 0x00001000)
}
}
}

Method (MBSD, 0, NotSerialized)
{
Return (One)
}

/*
Name (SSP, Package (0x01)
{
"XHC2"
Expand All @@ -370,6 +365,7 @@ DefinitionBlock ("", "SSDT", 2, "OSY86 ", "Xhci", 0x00001000)
{
"XHC2"
})
*/
}

Device (\_SB.USBX)
Expand Down
4 changes: 2 additions & 2 deletions Clover/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<key>Comment</key>
<string>change XHC to XHC2 on TBDU</string>
<key>Disabled</key>
<false/>
<true/>
<key>Find</key>
<data>
WEhDXwhfQURSAA==
Expand All @@ -82,7 +82,7 @@
<key>Comment</key>
<string>change TBDU.XHC to TBDU.XHC2</string>
<key>Disabled</key>
<false/>
<true/>
<key>Find</key>
<data>
VEJEVVhIQ18=
Expand Down

0 comments on commit ddc9dd8

Please sign in to comment.