summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2015-01-23 15:58:21 +0000
committerGuenter Roeck <linux@roeck-us.net>2015-01-23 15:58:21 +0000
commitb0d6963810ce9ba7f86dd8f2708f587edffd0d3b (patch)
tree21f3de9a70499c3f6ec5be9ef9c01b3e4514ef1a
parent241441edaae4ea2ee46204999967f0d666fb5904 (diff)
downloadlm-sensors-git-b0d6963810ce9ba7f86dd8f2708f587edffd0d3b.tar.gz
Add detection of IT8786E
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect6
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e462aeaa..03eb7fbb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,7 @@ SVN HEAD
Add detection of EMC1422
Document driver support for TMP431 and TMP432
Add detection of TMP400 and TMP435
+ Add detection of IT8786E
3.3.5 "Happy Birthday Beddy" (2014-01-22)
libsensors: Improve documentation of two functions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index ebdc439e..9b7ba8f4 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2388,6 +2388,12 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x8783,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
+ name => "ITE IT8786E Super IO Sensors",
+ driver => "to-be-written", # it87
+ devid => 0x8786,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}
);