mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Add a condition for a potential scenario
This commit is contained in:
@@ -692,7 +692,7 @@ class KextMaestro:
|
|||||||
if "NVMe" in controller_name or "NVM Express" in controller_props.get("Device Description"):
|
if "NVMe" in controller_name or "NVM Express" in controller_props.get("Device Description"):
|
||||||
kexts.append("NVMeFix")
|
kexts.append("NVMeFix")
|
||||||
else:
|
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")
|
kexts.append("CtlnaAHCIPort")
|
||||||
|
|
||||||
for pci_id in usb_controllers:
|
for pci_id in usb_controllers:
|
||||||
|
|||||||
Reference in New Issue
Block a user