diff -Nru thermald-2.4.9/debian/changelog thermald-2.4.9/debian/changelog --- thermald-2.4.9/debian/changelog 2022-03-23 17:31:22.000000000 +0800 +++ thermald-2.4.9/debian/changelog 2022-07-13 14:06:08.000000000 +0800 @@ -1,3 +1,9 @@ +thermald (2.4.9-1ubuntu0.1) jammy; urgency=medium + + * Add support for Raptor Lake CPUs. (LP: #1981525) + + -- Dirk Su Wed, 13 Jul 2022 14:06:08 +0800 + thermald (2.4.9-1) unstable; urgency=medium * sync to thermald 2.4.9 (Closes: #1006819) diff -Nru thermald-2.4.9/debian/control thermald-2.4.9/debian/control --- thermald-2.4.9/debian/control 2022-02-24 02:14:12.000000000 +0800 +++ thermald-2.4.9/debian/control 2022-07-13 14:06:08.000000000 +0800 @@ -2,7 +2,8 @@ Rules-Requires-Root: no Section: admin Priority: optional -Maintainer: Colin Ian King +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Colin Ian King Standards-Version: 4.1.2 Build-Depends: debhelper (>= 13), debhelper-compat (=13), diff -Nru thermald-2.4.9/debian/patches/0001-Add-RaptorLake-CPU-models.patch thermald-2.4.9/debian/patches/0001-Add-RaptorLake-CPU-models.patch --- thermald-2.4.9/debian/patches/0001-Add-RaptorLake-CPU-models.patch 1970-01-01 08:00:00.000000000 +0800 +++ thermald-2.4.9/debian/patches/0001-Add-RaptorLake-CPU-models.patch 2022-07-13 14:06:08.000000000 +0800 @@ -0,0 +1,26 @@ +From 2a4ea8505fc79b2d265c92248b8ba89c4a9eaea5 Mon Sep 17 00:00:00 2001 +From: Benjamin Berg +Date: Thu, 2 Jun 2022 15:23:10 +0200 +Subject: [PATCH] Add RaptorLake CPU models + +These were added upstream in the kernel already. +--- + src/thd_engine.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/thd_engine.cpp b/src/thd_engine.cpp +index b528997..994b18d 100644 +--- a/src/thd_engine.cpp ++++ b/src/thd_engine.cpp +@@ -711,6 +711,8 @@ static supported_ids_t id_table[] = { + { 6, 0x9c }, // Jasper Lake + { 6, 0x97 }, // Alderlake + { 6, 0x9a }, // Alderlake ++ { 6, 0xb7 }, // Raptorlake ++ { 6, 0xba }, // Raptorlake + { 0, 0 } // Last Invalid entry + }; + +-- +2.34.1 + diff -Nru thermald-2.4.9/debian/patches/series thermald-2.4.9/debian/patches/series --- thermald-2.4.9/debian/patches/series 1970-01-01 08:00:00.000000000 +0800 +++ thermald-2.4.9/debian/patches/series 2022-07-13 14:06:08.000000000 +0800 @@ -0,0 +1 @@ +0001-Add-RaptorLake-CPU-models.patch