2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 05:17:50 +00:00

Add Fintek F71858DG and F81216D detection.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5108 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare 2008-01-22 12:22:47 +00:00
parent 7ab0e911cc
commit 134aa5bd3f
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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",