mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Add support for specific Bluetooth IDs of Wi-Fi modems not natively supported
This commit is contained in:
@@ -653,6 +653,8 @@ class KextMaestro:
|
||||
|
||||
if idx < 99:
|
||||
kexts.append("BrcmPatchRAM")
|
||||
if bluetooth and macos_version > 20:
|
||||
kexts.append("BlueToolFixup")
|
||||
else:
|
||||
kexts.append("IntelBluetoothFirmware")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user