Only add NullEthernet device when no supported network hardware exists

This commit is contained in:
Hoang Hong Quan
2025-05-03 12:04:17 +07:00
parent 64cece954f
commit 2936180c4a
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3159,7 +3159,7 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "WMIS", 0x00000000)
else:
selected_patches.append("PLUG")
if not any(network_props.get("Device ID") in pci_data.WirelessCardIDs + pci_data.EthernetIDs for network_props in hardware_report.get("Network", {}).values()):
if not hardware_report.get("Network"):
selected_patches.append("RMNE")
if hardware_report.get("Motherboard").get("Chipset") in ("C610/X99", "Wellsburg", "X299"):