From: Armin Wolf Date: Wed, 14 Jan 2026 12:18:33 +0000 (+0100) Subject: ACPICA: Add UUID for Microsoft fan extensions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19df9f21ca1a2f728deb880a526db0742059ca9f;p=thirdparty%2Flinux.git ACPICA: Add UUID for Microsoft fan extensions Microsoft has designed an interface for reading/writing fan speed trip points. Add the associated UUID to the list of known UUIDs so that the ASL compiler stops complaining about it. Link: https://github.com/acpica/acpica/commit/67f0202c0fb4 Signed-off-by: Armin Wolf Signed-off-by: Rafael J. Wysocki Link: https://patch.msgid.link/5045837.GXAFRqVoOG@rafael.j.wysocki --- diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h index 25dd3e998727b..0eda9d997f31b 100644 --- a/include/acpi/acuuid.h +++ b/include/acpi/acuuid.h @@ -71,4 +71,5 @@ #define UUID_USB4_CAPABILITIES "23a0d13a-26ab-486c-9c5f-0ffa525a575a" #define UUID_1ST_FUNCTION_ID "893f00a6-660c-494e-bcfd-3043f4fb67c0" #define UUID_2ND_FUNCTION_ID "107ededd-d381-4fd7-8da9-08e9a6c79644" +#define UUID_FAN_TRIP_POINTS "a7611840-99fe-41ae-a488-35c75926c8eb" #endif /* __ACUUID_H__ */