From a3f0a36a7944ff506ef01c8fe34ccbd28579e06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 8 Oct 2020 16:30:21 +0200 Subject: [PATCH] pch_thermal: add Cannon Lake LP id Change-Id: I00ab55ae2549e3d91ff4dc23106db3ebe45478d2 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3296 Reviewed-by: Fredrik Holmqvist Reviewed-by: Alex von Gluck IV --- src/add-ons/kernel/drivers/power/pch_thermal/pch_thermal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/kernel/drivers/power/pch_thermal/pch_thermal.cpp b/src/add-ons/kernel/drivers/power/pch_thermal/pch_thermal.cpp index 126e405d4b..c599f1a0d8 100644 --- a/src/add-ons/kernel/drivers/power/pch_thermal/pch_thermal.cpp +++ b/src/add-ons/kernel/drivers/power/pch_thermal/pch_thermal.cpp @@ -207,7 +207,7 @@ pch_thermal_support(device_node *parent) return 0.0; const uint16 devices[] = { 0x9c24, 0x8c24, 0x9ca4, 0x9d31, 0xa131, 0x9df9, - 0xa379, 0x06f9, 0 }; + 0xa379, 0x06f9, 0x02f9, 0 }; for (const uint16* device = devices; *device != 0; device++) { if (*device == deviceID) return 0.6;