mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 18:19:49 +00:00
Unable to accurately determine if USB bus network devices are supported
This commit is contained in:
@@ -227,7 +227,8 @@ class CompatibilityChecker:
|
||||
min_version = "19.0.0"
|
||||
|
||||
if not is_device_supported:
|
||||
device_props["Compatibility"] = (None, None)
|
||||
if bus_type.startswith("PCI"):
|
||||
device_props["Compatibility"] = (None, None)
|
||||
else:
|
||||
if pci_data.NetworkIDs.index(device_id) < 108:
|
||||
if device_id == primary_wifi_device:
|
||||
|
||||
Reference in New Issue
Block a user