summaryrefslogtreecommitdiff
path: root/prog
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2017-12-27 09:52:14 -0800
committerGuenter Roeck <linux@roeck-us.net>2017-12-27 09:52:14 -0800
commitdf12836f485cbc584c7121fbecc6cbc4865e0c4e (patch)
treeddb383ae6750e3d6cf57a8049befe8f9e6894eba /prog
parent3b4a15d898cb2fe35b8188458f5a895574d9346b (diff)
downloadlm-sensors-git-df12836f485cbc584c7121fbecc6cbc4865e0c4e.tar.gz
Add detection of AMD Family 15h Model 60+ temperature sensors
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 191af68f..05b8fa83 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2758,7 +2758,7 @@ use vars qw(@cpu_ids);
}, {
name => "AMD Family 15h thermal sensors",
driver => "k10temp",
- detect => sub { amd_pci_detect('1603', '1403', '141d') },
+ detect => sub { amd_pci_detect('1603', '1403', '141d', '1573') },
}, {
name => "AMD Family 16h thermal sensors",
driver => "k10temp",