diff --git a/Scripts/kext_maestro.py b/Scripts/kext_maestro.py index a50f9e5..a08c742 100755 --- a/Scripts/kext_maestro.py +++ b/Scripts/kext_maestro.py @@ -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")