From a60d30785e60e3ad9f56dd5aa1e6e10f23390c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Wed, 23 Jan 2019 10:13:09 +0100 Subject: [PATCH] sensors-detect: Add detection of AMD Family 16h Model 30h power sensors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Support in fam15h_power was added in mainline commit 0bd52941586b3. Signed-off-by: Ondřej Lysoněk --- prog/detect/sensors-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 61087bb8..5f270d2d 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -2783,7 +2783,7 @@ use vars qw(@cpu_ids); }, { name => "AMD Family 16h power sensors", driver => "fam15h_power", - detect => sub { amd_pci_detect('1534') }, + detect => sub { amd_pci_detect('1534', '1584') }, }, { name => "Intel digital thermal sensor", driver => "coretemp",