Skip to content

Commit

Permalink
New EFI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Nov 11, 2018
1 parent 4981016 commit cd07b38
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 29 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/ACPI/patched/.DS_Store
Binary file not shown.
Binary file removed EFI/CLOVER/ACPI/patched/SSDT-USB.aml
Binary file not shown.
Binary file added EFI/CLOVER/ACPI/patched/SSDT-USBX.aml
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/.DS_Store
Binary file not shown.
Binary file added EFI/CLOVER/kexts/Other/.DS_Store
Binary file not shown.
40 changes: 11 additions & 29 deletions EFI/CLOVER/kexts/Other/USBPorts.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<string>1.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>MacBookPro15,2-XHC</key>
<key>MacBookPro13,1-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
Expand All @@ -35,87 +35,69 @@
<key>IOProviderMergeProperties</key>
<dict>
<key>port-count</key>
<data>
EAAAAA==
</data>
<data>EAAAAA==</data>
<key>ports</key>
<dict>
<key>HS01</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<data>
AQAAAA==
</data>
<data>AQAAAA==</data>
</dict>
<key>HS03</key>
<dict>
<key>UsbConnector</key>
<integer>9</integer>
<key>port</key>
<data>
AwAAAA==
</data>
<data>AwAAAA==</data>
</dict>
<key>HS04</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<data>
BAAAAA==
</data>
<data>BAAAAA==</data>
</dict>
<key>HS05</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
BQAAAA==
</data>
<data>BQAAAA==</data>
</dict>
<key>HS06</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
<data>
BgAAAA==
</data>
<data>BgAAAA==</data>
</dict>
<key>SS01</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<data>
DQAAAA==
</data>
<data>DQAAAA==</data>
</dict>
<key>SS03</key>
<dict>
<key>UsbConnector</key>
<integer>9</integer>
<key>port</key>
<data>
DwAAAA==
</data>
<data>DwAAAA==</data>
</dict>
<key>SS04</key>
<dict>
<key>UsbConnector</key>
<integer>3</integer>
<key>port</key>
<data>
EAAAAA==
</data>
<data>EAAAAA==</data>
</dict>
</dict>
</dict>
<key>model</key>
<string>MacBookPro15,2</string>
<string>MacBookPro13,1</string>
</dict>
</dict>
<key>OSBundleRequired</key>
Expand Down

0 comments on commit cd07b38

Please sign in to comment.