Skip to content

Commit

Permalink
Modified USB mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
shiruken committed Aug 14, 2024
1 parent 09d1d9c commit c377e06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
27 changes: 9 additions & 18 deletions EFI/OC/Kexts/USBMap.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
</data>
<key>ports</key>
<dict>
<key>HS01</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<data>
AQAAAA==
</data>
</dict>
<key>HS03</key>
<dict>
<key>UsbConnector</key>
Expand Down Expand Up @@ -78,15 +87,6 @@
CAAAAA==
</data>
</dict>
<key>HS10</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<data>
CgAAAA==
</data>
</dict>
<key>HS13</key>
<dict>
<key>UsbConnector</key>
Expand Down Expand Up @@ -168,15 +168,6 @@
GAAAAA==
</data>
</dict>
<key>SS10</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<data>
GgAAAA==
</data>
</dict>
</dict>
</dict>
<key>model</key>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ _All values are the average of three runs_

## Upgrade Log

* 2024-08-14: Modified the [USB mapping](#map-usb-ports) after the front panel Type-A port was damaged. HS10 and SS10 were disabled and HS01 was enabled to allow for full functionality of the front panel Type-C port.
* 2024-06-03: Updated to macOS 14.5 and and [itlwm 2.3.0](https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.3.0)
* 2024-05-15: Updated to [OpenCore 1.0.0](https://github.com/acidanthera/OpenCorePkg/releases/tag/1.0.0), [AppleALC 1.9.0](https://github.com/acidanthera/AppleALC/releases/tag/1.9.0), and [itlwm 2.3.0-alpha](https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.3.0-alpha)
* 2024-04-02: Updated to macOS 14.4.1, [OpenCore 0.9.9](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.9), and [itlwm 2.3.0-alpha](https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.3.0-alpha)
Expand Down

0 comments on commit c377e06

Please sign in to comment.