mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Link changes, update input info from report
This commit is contained in:
@@ -2885,10 +2885,9 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "SURFACE", 0x00001000)
|
||||
selected_patches.append("Surface Patch")
|
||||
else:
|
||||
if "Intel" in hardware_report.get("CPU").get("Manufacturer"):
|
||||
for input in hardware_report.get("Input").keys():
|
||||
if "I2C" in input:
|
||||
for device_name, device_info in hardware_report.get("Input").items():
|
||||
if "I2C" in device_info.get("Device Type", "None"):
|
||||
selected_patches.append("GPI0")
|
||||
break
|
||||
|
||||
if hardware_report.get("Motherboard").get("Chipset") in ("C600/X79", "C610/X99", "Wellsburg"):
|
||||
selected_patches.append("UNC")
|
||||
|
||||
Reference in New Issue
Block a user