Add support for specific Bluetooth IDs of Wi-Fi modems not natively supported

This commit is contained in:
Hoang Hong Quan
2024-08-02 18:43:46 +07:00
parent 2f55c33e2a
commit ec325641ac

View File

@@ -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")