Add WMIS patch to fix ThermalZone sensor return issue

This commit is contained in:
Hoang Hong Quan
2025-04-28 21:33:07 +07:00
parent 06e30adcc6
commit c4dcd8b864
2 changed files with 72 additions and 1 deletions

View File

@@ -126,9 +126,14 @@ patches = [
description = "Creates an USBX device to inject USB power properties",
function_name = "add_usb_power_properties"
),
PatchInfo(
name = "WMIS",
description = "Certain models forget to return result from ThermalZone",
function_name = "return_thermal_zone"
),
PatchInfo(
name = "XOSI",
description = "Spoofs the operating system to Windows, enabling devices locked behind non-Windows systems on macOS",
function_name = "operating_system_patch"
),
)
]