summaryrefslogtreecommitdiff
path: root/prog
diff options
context:
space:
mode:
authorOndřej Lysoněk <olysonek@redhat.com>2019-01-23 10:13:09 +0100
committerOndřej Lysoněk <olysonek@redhat.com>2019-01-23 11:04:04 +0100
commita60d30785e60e3ad9f56dd5aa1e6e10f23390c4e (patch)
tree700d041cbcc544e2737b55f910529c0b84332836 /prog
parent6a585cf1e1089f2b41124fcf906a53226d65724f (diff)
downloadlm-sensors-git-a60d30785e60e3ad9f56dd5aa1e6e10f23390c4e.tar.gz
sensors-detect: Add detection of AMD Family 16h Model 30h power sensors
Support in fam15h_power was added in mainline commit 0bd52941586b3. 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 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",