Unable to accurately determine if USB bus network devices are supported

This commit is contained in:
Hoang Hong Quan
2024-11-09 15:21:29 +07:00
parent 3f7ed069f0
commit 563bc66bb4

View File

@@ -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: