summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-03-16 09:48:49 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-03-16 09:48:49 +0000
commit8174938b71bb5400a52ed98944f955e4831b6eec (patch)
tree7495e499e5de2d6bee27f6067fc0fc54e5cbe467
parentf69681194d4b2da086648e9fe812a662cd1cc28f (diff)
downloadlm-sensors-8174938b71bb5400a52ed98944f955e4831b6eec.tar.gz
Add detection of ITE IT8620E
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6241 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect6
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2eb4480b..1348ada1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,7 @@ SVN HEAD
fancontrol: Deal with moving hwmon attributes
sensors-detect: Add detection of ADC128D818
Add detection of AMD family 16h Kabini and Mullins
+ Add detection of ITE IT8620E
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 6702cd95..0115d387 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2230,6 +2230,12 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+ name => "ITE IT8620E Super IO Sensors",
+ driver => "to-be-written", # it87
+ devid => 0x8620,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "ITE IT8702F Super IO Fan Sensors",
driver => "to-be-written",
devid => 0x8702,