mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-20 10:44:32 +10:00
Add USB Maps
This commit is contained in:
105
payloads/Kexts/Maps/Macmini/USB-Map-Macmini5,1.kext/Contents/Info.plist
Executable file
105
payloads/Kexts/Maps/Macmini/USB-Map-Macmini5,1.kext/Contents/Info.plist
Executable file
@@ -0,0 +1,105 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.dortania.usbmap</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>USBmap-MacMini5,1</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>IOKitPersonalities_x86_64</key>
|
||||
<dict>
|
||||
<key>Macmini7,1</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
|
||||
<key>IOClass</key>
|
||||
<string>AppleUSBHostMergeProperties</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleUSBHostResources</string>
|
||||
<key>IOProviderMergeProperties</key>
|
||||
<dict>
|
||||
<key>kUSBSleepPortCurrentLimit</key>
|
||||
<integer>2100</integer>
|
||||
<key>kUSBSleepPowerSupply</key>
|
||||
<integer>3600</integer>
|
||||
<key>kUSBWakePortCurrentLimit</key>
|
||||
<integer>2100</integer>
|
||||
<key>kUSBWakePowerSupply</key>
|
||||
<integer>4100</integer>
|
||||
</dict>
|
||||
<key>model</key>
|
||||
<string>Macmini7,1</string>
|
||||
</dict>
|
||||
<key>Macmini7,1-EH01</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
|
||||
<key>IOClass</key>
|
||||
<string>AppleUSBHostMergeProperties</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>EH01</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleUSBEHCIPCI</string>
|
||||
<key>IOProviderMergeProperties</key>
|
||||
<dict>
|
||||
<key>kUSBCompanion</key>
|
||||
<false/>
|
||||
<key>port-count</key>
|
||||
<data>AQAAAA==</data>
|
||||
<key>ports</key>
|
||||
<dict>
|
||||
<key>PRT1</key>
|
||||
<dict>
|
||||
<key>UsbConnector</key>
|
||||
<integer>255</integer>
|
||||
<key>port</key>
|
||||
<data>AQAAAA==</data>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>model</key>
|
||||
<string>Macmini7,1</string>
|
||||
</dict>
|
||||
<key>Macmini7,1-EH02</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
|
||||
<key>IOClass</key>
|
||||
<string>AppleUSBHostMergeProperties</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>EH02</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleUSBEHCIPCI</string>
|
||||
<key>IOProviderMergeProperties</key>
|
||||
<dict>
|
||||
<key>kUSBCompanion</key>
|
||||
<false/>
|
||||
<key>port-count</key>
|
||||
<data>AQAAAA==</data>
|
||||
<key>ports</key>
|
||||
<dict>
|
||||
<key>PRT1</key>
|
||||
<dict>
|
||||
<key>UsbConnector</key>
|
||||
<integer>255</integer>
|
||||
<key>port</key>
|
||||
<data>AQAAAA==</data>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>model</key>
|
||||
<string>Macmini7,1</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user