summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgroeck <groeck@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-01-23 15:58:47 +0000
committergroeck <groeck@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-01-23 15:58:47 +0000
commit20820de4ea2b4f27830c3554716f276097f10e8e (patch)
tree97503484bb5ba5062159ac2cda37e7f98bc2b0e0
parent1db8596dfa79fece257ee957b7605631f3fbe5a8 (diff)
downloadlm-sensors-20820de4ea2b4f27830c3554716f276097f10e8e.tar.gz
Add detection of IT8780F
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6264 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 03eb7fbb..9304ce20 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,7 @@ SVN HEAD
Document driver support for TMP431 and TMP432
Add detection of TMP400 and TMP435
Add detection of IT8786E
+ Add detection of IT8780F
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 9b7ba8f4..c5a49f50 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2371,6 +2371,12 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+ name => "ITE IT8780F Super IO Sensors",
+ driver => "to-be-written", # it87
+ devid => 0x8780,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "ITE IT8781F Super IO Sensors",
driver => "to-be-written", # it87
devid => 0x8781,