From 79948d20d770d527b2ce8db75b4421609108e9b7 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sat, 27 Jul 2024 08:26:13 +0700 Subject: [PATCH] Add a condition for a potential scenario --- Scripts/kext_maestro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/kext_maestro.py b/Scripts/kext_maestro.py index 095f1f2..3e849e8 100755 --- a/Scripts/kext_maestro.py +++ b/Scripts/kext_maestro.py @@ -692,7 +692,7 @@ class KextMaestro: if "NVMe" in controller_name or "NVM Express" in controller_props.get("Device Description"): kexts.append("NVMeFix") else: - if controller_props.get("Device ID") in pci_data.UnsupportedSATAControllerIDs: + if controller_props.get("Device ID") in pci_data.UnsupportedSATAControllerIDs and not "AHCI" in controller_name: kexts.append("CtlnaAHCIPort") for pci_id in usb_controllers: