From a233067674b5c257bcc8b2075464fd8bf39f8a63 Mon Sep 17 00:00:00 2001 From: Dirk Su Date: Thu, 2 Jan 2025 15:47:00 +0800 Subject: [PATCH] Add Emerald Rapids model (Bugfix) (#1666) Add Emerald Rapids model --- contrib/pc-sanity/units/pc-sanity/pc-sanity-thermal.pxu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pc-sanity/units/pc-sanity/pc-sanity-thermal.pxu b/contrib/pc-sanity/units/pc-sanity/pc-sanity-thermal.pxu index 7478b031ec..44bf722232 100644 --- a/contrib/pc-sanity/units/pc-sanity/pc-sanity-thermal.pxu +++ b/contrib/pc-sanity/units/pc-sanity/pc-sanity-thermal.pxu @@ -210,7 +210,7 @@ category_id: com.canonical.plainbox::miscellanea id: miscellanea/thermald requires: cpuinfo.type == 'GenuineIntel' - cpuinfo.model_number != '6' or cpuinfo.model_version not in ['85', '143'] + cpuinfo.model_number != '6' or cpuinfo.model_version not in ['85', '143', '207'] command: if [ -e /sys/devices/platform/thinkpad_acpi/dytc_lapmode ]; then echo "Some Lenovo machines have in-firmware thermal management"