summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2013-09-12 19:03:31 +0000
committerJean Delvare <khali@linux-fr.org>2013-09-12 19:03:31 +0000
commitb2368a967c5194c8ddb30bab6d30a526850a13ff (patch)
tree922ffd81efd0d24945cc7e76472d6658ddac47e9
parent9cd0cb32faeb26ca94c518713693512eb1463b92 (diff)
downloadlm-sensors-git-lm-sensors-2.10.tar.gz
Report the SMSC EMC6D103 as detected. Patch from Phil Perry.lm-sensors-2.10
-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 2e2752c0..a8e906cd 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -681,7 +681,7 @@ use vars qw(@pci_adapters_sis5595 @pci_adapters_sis645 @pci_adapters_sis96x);
i2c_detect => sub { lm85_detect(0x41, @_); },
},
{
- name => "SMSC EMC6D100, EMC6D101 or EMC6D102",
+ name => "SMSC EMC6D100, EMC6D101, EMC6D102 or EMC6D103",
driver => "lm85",
i2c_addrs => [0x2c..0x2e],
i2c_detect => sub { lm85_detect(0x5c, @_); },