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

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