mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
Use GenericUSBXHCI only with AMD Ryzen laptops
This commit is contained in:
@@ -239,7 +239,7 @@ class KextMaestro:
|
||||
device_id = controller_props.get("Device ID")
|
||||
if device_id in pci_data.UnsupportedUSBControllerIDs:
|
||||
idx = pci_data.UnsupportedUSBControllerIDs.index(device_id)
|
||||
if idx == 0:
|
||||
if idx == 0 and "Laptop" in hardware_report.get("Motherboard").get("Platform"):
|
||||
selected_kexts.append("GenericUSBXHCI")
|
||||
else:
|
||||
selected_kexts.append("XHCI-unsupported")
|
||||
|
||||
Reference in New Issue
Block a user