forked from daliansky/XiaoMi-Pro-Hackintosh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IntelBluetoothFirmware.kext and IntelBluetoothInjector.kext to su…
…pport native Intel Bluetooth, thanks to author @zxystd
- Loading branch information
1 parent
e6f476f
commit b9d42d2
Showing
8 changed files
with
395 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
192 changes: 192 additions & 0 deletions
192
EFI/CLOVER/kexts/Other/IntelBluetoothFirmware.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
<?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>BuildMachineOSBuild</key> | ||
<string>19A602</string> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.1</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>1.0.1</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>11A1027</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>19A547</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.15</string> | ||
<key>DTXcode</key> | ||
<string>1110</string> | ||
<key>DTXcodeBuild</key> | ||
<string>11A1027</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>IntelBluetoothFirmware_ 0026</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>38</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>IntelBluetoothFirmware_ 3168</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2727</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>IntelBluetoothFirmware_ 726x</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2012</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>IntelBluetoothFirmware_ 8265</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2603</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>IntelBluetoothFirmware_ 926x</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>37</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>IntelBluetoothFirmware_ 9560</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2730</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>IntelBluetoothFirmware_3165</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2602</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>IntelBluetoothFirmware_ax200</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothFirmware</string> | ||
<key>IOClass</key> | ||
<string>IntelBluetoothFirmware</string> | ||
<key>IOProbeScore</key> | ||
<integer>70000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>41</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
</dict> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.15</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2019 钟先耀. All rights reserved.</string> | ||
<key>OSBundleLibraries</key> | ||
<dict> | ||
<key>com.apple.iokit.IOACPIFamily</key> | ||
<string>1.0.0</string> | ||
<key>com.apple.iokit.IOBluetoothFamily</key> | ||
<string>2.0.0</string> | ||
<key>com.apple.iokit.IOBluetoothHostControllerTransport</key> | ||
<string>7.0f8</string> | ||
<key>com.apple.iokit.IOBluetoothHostControllerUSBTransport</key> | ||
<string>7.0f8</string> | ||
<key>com.apple.iokit.IOUSBHostFamily</key> | ||
<string>1.2</string> | ||
<key>com.apple.kpi.bsd</key> | ||
<string>19.0</string> | ||
<key>com.apple.kpi.iokit</key> | ||
<string>19.0</string> | ||
<key>com.apple.kpi.libkern</key> | ||
<string>19.0</string> | ||
<key>com.apple.kpi.mach</key> | ||
<string>19.0</string> | ||
<key>com.apple.kpi.unsupported</key> | ||
<string>19.0</string> | ||
</dict> | ||
</dict> | ||
</plist> |
Binary file added
BIN
+13.3 MB
EFI/CLOVER/kexts/Other/IntelBluetoothFirmware.kext/Contents/MacOS/IntelBluetoothFirmware
Binary file not shown.
167 changes: 167 additions & 0 deletions
167
EFI/CLOVER/kexts/Other/IntelBluetoothInjector.kext/Contents/Info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
<?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>BuildMachineOSBuild</key> | ||
<string>19A602</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.zxystd.IntelBluetoothInjector</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>IntelBluetoothInjector</string> | ||
<key>CFBundlePackageType</key> | ||
<string>KEXT</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>2.5.0</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>2.5.0</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>11A1027</string> | ||
<key>DTPlatformVersion</key> | ||
<string>GM</string> | ||
<key>DTSDKBuild</key> | ||
<string>19A547</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.15</string> | ||
<key>DTXcode</key> | ||
<string>1110</string> | ||
<key>DTXcodeBuild</key> | ||
<string>11A1027</string> | ||
<key>IOKitPersonalities</key> | ||
<dict> | ||
<key>3165ac</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2602</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>726x</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2012</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>3168</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2727</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>ax200</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>41</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>926x</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>37</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>9560</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2730</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>0026</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>38</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
<key>8265</key> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOClass</key> | ||
<string>BroadcomBluetoothHostControllerUSBTransport</string> | ||
<key>IOProbeScore</key> | ||
<integer>3000</integer> | ||
<key>IOProviderClass</key> | ||
<string>IOUSBHostDevice</string> | ||
<key>idProduct</key> | ||
<integer>2603</integer> | ||
<key>idVendor</key> | ||
<integer>32903</integer> | ||
</dict> | ||
</dict> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.9</string> | ||
<key>OSBundleRequired</key> | ||
<string>Root</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.