Skip to content

Commit

Permalink
Fixed USB connector types for 2.0/1.1 ports as well as internal ports
Browse files Browse the repository at this point in the history
  • Loading branch information
cktse committed Jun 22, 2020
1 parent 416c240 commit 32536a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SSDT Source/SSDT-UIAC-Z390.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,29 @@ DefinitionBlock ("", "SSDT", 2, "hack", "_UIAC", 0)
"UsbConnector", 3,
"port", Buffer() { 7, 0, 0, 0 },
},
"HS09", Package() // Rear Black Right Hand USB 2.0 (SS09 disabled)
"HS09", Package() // Rear Black Right Hand USB 2.0
{
"UsbConnector", 3,
"UsbConnector", Zero,
"port", Buffer() { 9, 0, 0, 0 },
},
"HS10", Package() // Rear Black Left Hand USB 2.0 (SS10 disabled)
"HS10", Package() // Rear Black Left Hand USB 2.0
{
"UsbConnector", 3,
"UsbConnector", Zero,
"port", Buffer() { 10, 0, 0, 0 },
},
"HS11", Package() // Internal motherboard header => Fenvi T919 Bluetooth
{
"UsbConnector", 3,
"UsbConnector", 0xFF,
"port", Buffer() { 11, 0, 0, 0 },
},
"HS12", Package() // Internal motherboard header => Fenvi T919 Bluetooth
{
"UsbConnector", 3,
"UsbConnector", 0xFF,
"port", Buffer() { 12, 0, 0, 0 },
},
"SS01", Package() // Front Panel USB 3.1 Gen 2 Type C (HS01 disabled)
{
"UsbConnector", 3,
"UsbConnector", 9,
"port", Buffer() { 17, 0, 0, 0 },
},
"SS03", Package() // Rear Top Red USB 3.1 port
Expand Down

0 comments on commit 32536a8

Please sign in to comment.