summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2013-11-12 13:29:25 +0000
committerRudolf Marek <r.marek@assembler.cz>2013-11-12 13:29:25 +0000
commitcd345e7bef8757b18840a265373a89998d28fb6b (patch)
tree834d88bc0c67dff259346fe7b34e202e8fc446ae
parent3a10e755293478199d1ad9d5564c99662c4cd17b (diff)
downloadlm-sensors-git-cd345e7bef8757b18840a265373a89998d28fb6b.tar.gz
Add detection of IT8603E.
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect6
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9a24540d..7f2b3bdc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@ SVN HEAD
Add detection of NCT6791D
Add detection of NCT6681D, NCT6682D, and NCT6683D
Add detection of F71868A
+ Add detection of IT8603E
Add a PCI ID for new family 15h AMD processors
Introduce automatic mode (--auto)
Detect incorrect non-interactive runs
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 9d2a8b89..63104aaf 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2214,6 +2214,12 @@ use constant FEAT_SMBUS => (1 << 7);
@superio_ids_ite = (
{
+ name => "ITE IT8603E Super IO Sensors",
+ driver => "to-be-written",
+ devid => 0x8603,
+ logdev => 0x04,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "ITE IT8702F Super IO Fan Sensors",
driver => "to-be-written",
devid => 0x8702,