Skip to content

Commit

Permalink
Add Emerald Rapids model (Bugfix) (#1666)
Browse files Browse the repository at this point in the history
Add Emerald Rapids model
  • Loading branch information
xanthein authored Jan 2, 2025
1 parent b1dfd6f commit a233067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pc-sanity/units/pc-sanity/pc-sanity-thermal.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a233067

Please sign in to comment.