summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-03-18 09:42:22 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-03-18 09:42:22 +0000
commitb781fa4d6ea321f03a768e3056f39259ce8a19fb (patch)
tree214d0eecb2214e612dce5792f49d8099dbc31faf
parent8174938b71bb5400a52ed98944f955e4831b6eec (diff)
downloadlm-sensors-b781fa4d6ea321f03a768e3056f39259ce8a19fb.tar.gz
Add detection of ITE IT8623E
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6242 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES2
-rwxr-xr-xprog/detect/sensors-detect6
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 1348ada1..a780dba7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +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
+ Add detection of ITE IT8620E and IT8623E
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 0115d387..5fc9e0b0 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2236,6 +2236,12 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+ name => "ITE IT8623E Super IO Sensors",
+ driver => "it87",
+ devid => 0x8623,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "ITE IT8702F Super IO Fan Sensors",
driver => "to-be-written",
devid => 0x8702,