[PATCH v1 03/26] ACPICA: Add UUID for Microsoft fan extensions

Rafael J. Wysocki posted 26 patches 3 weeks, 4 days ago
Only 25 patches received!
[PATCH v1 03/26] ACPICA: Add UUID for Microsoft fan extensions
Posted by Rafael J. Wysocki 3 weeks, 4 days ago
From: Armin Wolf <W_Armin@gmx.de>

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 <W_Armin@gmx.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
 include/acpi/acuuid.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/acpi/acuuid.h b/include/acpi/acuuid.h
index 25dd3e998727..0eda9d997f31 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__ */
-- 
2.51.0