Skip to content

Commit

Permalink
Disabled three USB ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleung committed Jan 4, 2022
1 parent 02be4ee commit cbca435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
45 changes: 0 additions & 45 deletions EFI/OC/Kexts/USBPorts.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,6 @@
</data>
<key>ports</key>
<dict>
<key>HS01</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
AQAAAA==
</data>
</dict>
<key>HS02</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
AgAAAA==
</data>
</dict>
<key>HS03</key>
<dict>
<key>UsbConnector</key>
Expand Down Expand Up @@ -114,24 +96,6 @@
CAAAAA==
</data>
</dict>
<key>HS09</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
CQAAAA==
</data>
</dict>
<key>HS10</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
CgAAAA==
</data>
</dict>
<key>HS11</key>
<dict>
<key>UsbConnector</key>
Expand Down Expand Up @@ -168,15 +132,6 @@
DgAAAA==
</data>
</dict>
<key>SS01</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
EQAAAA==
</data>
</dict>
<key>SS03</key>
<dict>
<key>UsbConnector</key>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@

## Misc

### Disabled USB Ports

Two USB 2.0 ports at the rear of the motherboard are disabled so as to make the bluetooth works. There are 4 external USB ports and 4 internal USB ports yet on duty.

### Cannot update to newer versions of Big Sur

```sh
Expand Down

0 comments on commit cbca435

Please sign in to comment.