Blame SOURCES/0001-Add-detection-of-AMD-Ryzen-w-Vega-graphics.patch

a0074b
From c874e11639b6fd4002b155f7414f54f632465ec1 Mon Sep 17 00:00:00 2001
a0074b
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
a0074b
Date: Thu, 3 May 2018 12:41:41 +0200
a0074b
Subject: [PATCH] Add detection of AMD Ryzen w/ Vega graphics
a0074b
a0074b
Kernel support was added in commit
a0074b
https://github.com/torvalds/linux/commit/877d8948d0aa402fb
a0074b
---
a0074b
 prog/detect/sensors-detect | 2 +-
a0074b
 1 file changed, 1 insertion(+), 1 deletion(-)
a0074b
a0074b
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
a0074b
index 9b399e74..0d1cbb5d 100755
a0074b
--- a/prog/detect/sensors-detect
a0074b
+++ b/prog/detect/sensors-detect
a0074b
@@ -2773,7 +2773,7 @@ use vars qw(@cpu_ids);
a0074b
 	}, {
a0074b
 		name => "AMD Family 17h thermal sensors",
a0074b
 		driver => "k10temp",
a0074b
-		detect => sub { amd_pci_detect('1463') },
a0074b
+		detect => sub { amd_pci_detect('1463', '15d0') },
a0074b
 	}, {
a0074b
 		name => "AMD Family 15h power sensors",
a0074b
 		driver => "fam15h_power",
a0074b
-- 
a0074b
2.14.3
a0074b