mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-09-02 17:49:21 +00:00
Update SMBIOS options for AMD systems and check for the presence of NVMe SSD
This commit is contained in:
@@ -691,7 +691,7 @@ class KextMaestro:
|
||||
kexts.extend(["RealtekCardReader", "RealtekCardReaderFriend"])
|
||||
|
||||
for controller_name, controller_props in storage_controllers.items():
|
||||
if "NVMe" in controller_name or "NVM Express" in controller_props.get("Device Description"):
|
||||
if "NVMe" in controller_name + controller_props.get("Device Description") or "NVM Express" in controller_name + controller_props.get("Device Description"):
|
||||
kexts.append("NVMeFix")
|
||||
else:
|
||||
if controller_props.get("Device ID") in pci_data.UnsupportedSATAControllerIDs and not "AHCI" in controller_name:
|
||||
|
||||
Reference in New Issue
Block a user