summaryrefslogtreecommitdiff
path: root/prog
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2018-05-03 12:41:41 +0200
committerGuenter Roeck <linux@roeck-us.net>2018-05-03 06:15:09 -0700
commitc874e11639b6fd4002b155f7414f54f632465ec1 (patch)
tree1d792555f8c3ba06741c972155f50f98113e5662 /prog
parent6d970e5eb196061605c138c9dcbc833b052c4f3a (diff)
downloadlm-sensors-git-c874e11639b6fd4002b155f7414f54f632465ec1.tar.gz
Add detection of AMD Ryzen w/ Vega graphics
Kernel support was added in commit https://github.com/torvalds/linux/commit/877d8948d0aa402fb
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 9b399e74..0d1cbb5d 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') },
+ detect => sub { amd_pci_detect('1463', '15d0') },
}, {
name => "AMD Family 15h power sensors",
driver => "fam15h_power",