Blame SOURCES/0001-sensors-detect-Add-detection-of-AMD-Family-17h-model.patch

875092
From 782a2124b60837c981b61c2f6a5d4501d4e0f964 Mon Sep 17 00:00:00 2001
875092
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
875092
Date: Thu, 10 Jan 2019 15:09:24 +0100
875092
Subject: [PATCH] sensors-detect: Add detection of AMD Family 17h model 30h
875092
MIME-Version: 1.0
875092
Content-Type: text/plain; charset=UTF-8
875092
Content-Transfer-Encoding: 8bit
875092
875092
Kernel support was added in mainline commit 210ba1201ff95.
875092
875092
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
875092
---
875092
 prog/detect/sensors-detect | 2 +-
875092
 1 file changed, 1 insertion(+), 1 deletion(-)
875092
875092
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
875092
index 0b3b0ff2..4fa4c03e 100755
875092
--- a/prog/detect/sensors-detect
875092
+++ b/prog/detect/sensors-detect
875092
@@ -2773,7 +2773,7 @@ use vars qw(@cpu_ids);
875092
 	}, {
875092
 		name => "AMD Family 17h thermal sensors",
875092
 		driver => "k10temp",
875092
-		detect => sub { amd_pci_detect('1463', '15d0') },
875092
+		detect => sub { amd_pci_detect('1463', '15d0', '1493') },
875092
 	}, {
875092
 		name => "AMD Family 15h power sensors",
875092
 		driver => "fam15h_power",
875092
-- 
875092
2.20.1
875092