Blame SOURCES/0001-Detect-AMD-Family-17h-thermal-sensors.patch

a0074b
From f7d7997cf41bb0e1db0fb300073b434e0ea7dcc3 Mon Sep 17 00:00:00 2001
a0074b
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
a0074b
Date: Fri, 20 Apr 2018 16:24:24 +0200
a0074b
Subject: [PATCH] Detect AMD Family 17h thermal sensors
a0074b
a0074b
---
a0074b
 prog/detect/sensors-detect | 4 ++++
a0074b
 1 file changed, 4 insertions(+)
a0074b
a0074b
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
a0074b
index 6013aa3..f522b95 100755
a0074b
--- a/prog/detect/sensors-detect
a0074b
+++ b/prog/detect/sensors-detect
a0074b
@@ -2532,6 +2532,10 @@ use vars qw(@cpu_ids);
a0074b
 		name => "AMD Family 16h thermal sensors",
a0074b
 		driver => "k10temp",
a0074b
 		detect => sub { amd_pci_detect('1533', '1583') },
a0074b
+	}, {
a0074b
+		name => "AMD Family 17h thermal sensors",
a0074b
+		driver => "k10temp",
a0074b
+		detect => sub { amd_pci_detect('1463') },
a0074b
 	}, {
a0074b
 		name => "AMD Family 15h power sensors",
a0074b
 		driver => "fam15h_power",
a0074b
-- 
a0074b
2.14.3
a0074b