mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
For configurations without any supported network hardware
This commit is contained in:
@@ -3196,7 +3196,7 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "SURFACE", 0x00001000)
|
||||
selected_patches.append("PLUG")
|
||||
|
||||
ethernet_pci = None
|
||||
for network_name, network_props in hardware_report.get("Network").items():
|
||||
for network_name, network_props in hardware_report.get("Network", {}).items():
|
||||
device_id = network_props.get("Device ID")
|
||||
|
||||
if self.utils.contains_any(pci_data.NetworkIDs, device_id, start=108, end=219):
|
||||
|
||||
Reference in New Issue
Block a user