diff --git a/CHANGES b/CHANGES index a4616600..34c04d3a 100644 --- a/CHANGES +++ b/CHANGES @@ -35,6 +35,8 @@ SVN Add SMSC LPC47B367-NC detection (no sensors) Reduce w83781d/lm78 I2C address probing range Add Intel Celeron 4xx and Penryn (CPU on 45nm) detection + Add Fintek F71858DG detection + Add Fintek F81216D detection (no sensors) 3.0.0-rc3 (2007-10-28) libsensors: Add a default configuration file diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index 9239a960..a1b63164 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -2048,12 +2048,23 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids devid => 0x0341, logdev => 0x04, }, + { + name => "Fintek F71858DG Super IO Sensors", + driver => "to-be-written", + devid => 0x0507, + logdev => 0x02, + }, { name => "Fintek F71882FG/F71883FG Super IO Sensors", driver => "f71882fg", devid => 0x0541, logdev => 0x04, }, + { + name => "Fintek F81216D Super IO", + driver => "not-a-sensor", + devid => 0x0208, + }, { name => "Fintek F81218D Super IO", driver => "not-a-sensor",