summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgroeck <groeck@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-01-23 15:59:14 +0000
committergroeck <groeck@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-01-23 15:59:14 +0000
commit645c8e583074142b899e8ac254cdcef1856f172d (patch)
tree1bf3d94d4ad7d6f2b7b14c18a95caed865a1469f
parent20820de4ea2b4f27830c3554716f276097f10e8e (diff)
downloadlm-sensors-645c8e583074142b899e8ac254cdcef1856f172d.tar.gz
Add detection of IT8731F and IT8732F
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6265 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect12
2 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9304ce20..128699b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,7 @@ SVN HEAD
Add detection of TMP400 and TMP435
Add detection of IT8786E
Add detection of IT8780F
+ Add detection of IT8731F and IT8732F
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 c5a49f50..6fb92187 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2353,6 +2353,18 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+ name => "ITE IT8731F Super IO Sensors",
+ driver => "to-be-written", # it87
+ devid => 0x8731,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
+ name => "ITE IT8732F Super IO Sensors",
+ driver => "to-be-written", # it87
+ devid => 0x8732,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "ITE IT8752F Super IO Sensors",
driver => "to-be-written", # it87
devid => 0x8752,