summaryrefslogtreecommitdiff
path: root/prog
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2019-01-10 15:09:24 +0100
committerOndřej Lysoněk <olysonek@redhat.com>2019-01-10 15:09:24 +0100
commit782a2124b60837c981b61c2f6a5d4501d4e0f964 (patch)
tree1c0a0c4b717c3db81479b1274765f8e55e9ee831 /prog
parent097432dd0167d95b469ea1914f0bfd05bff76432 (diff)
downloadlm-sensors-git-782a2124b60837c981b61c2f6a5d4501d4e0f964.tar.gz
sensors-detect: Add detection of AMD Family 17h model 30h
Kernel support was added in mainline commit 210ba1201ff95. Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
Diffstat (limited to 'prog')
-rwxr-xr-xprog/detect/sensors-detect2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 0b3b0ff2..4fa4c03e 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2773,7 +2773,7 @@ use vars qw(@cpu_ids);
}, {
name => "AMD Family 17h thermal sensors",
driver => "k10temp",
- detect => sub { amd_pci_detect('1463', '15d0') },
+ detect => sub { amd_pci_detect('1463', '15d0', '1493') },
}, {
name => "AMD Family 15h power sensors",
driver => "fam15h_power",