diff --git a/CHANGES b/CHANGES index 04cfa63b..232bf356 100644 --- a/CHANGES +++ b/CHANGES @@ -17,6 +17,7 @@ SVN HEAD Add detection of SMSC EMC1423 Add detection of the Analog Devices ADT7410 Add detection of the National Semiconductor LM94 + Add detection of the ITE IT8728F 3.2.0 (2010-10-10) libsensors: Increase MAX_SENSORS_PER_TYPE to 24 diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 5e304c80..a83e2ff8 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -1952,6 +1952,12 @@ use constant FEAT_SMBUS => (1 << 7); devid => 0x8726, logdev => 0x04, features => FEAT_IN | FEAT_FAN | FEAT_TEMP, + }, { + name => "ITE IT8728F Super IO Sensors", + driver => "it87", + devid => 0x8728, + logdev => 0x04, + features => FEAT_IN | FEAT_FAN | FEAT_TEMP, } );