2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 23:35:57 +00:00

Add ITE IT8720 detection. No datasheet available yet.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5308 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-08-09 12:52:05 +00:00
parent 744a5d0178
commit 790bd11ca3
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ SVN-HEAD
Add Maxim MAX6646/MAX6647/MAX6649 support Add Maxim MAX6646/MAX6647/MAX6649 support
Add VIA VT1212 support Add VIA VT1212 support
Add SMSC EMC2700LPC support Add SMSC EMC2700LPC support
Add ITE IT8720 support
3.0.2 (2008-05-18) 3.0.2 (2008-05-18)
documentation: Delete the FAQ, now maintained on the wiki documentation: Delete the FAQ, now maintained on the wiki

View File

@@ -2077,6 +2077,12 @@ use vars qw(@chip_kern24_ids @chip_kern26_ids
devid => 0x8718, devid => 0x8718,
logdev => 0x04, logdev => 0x04,
}, },
{
name => "ITE IT8720 Super IO Sensors",
driver => "to-be-written",
devid => 0x8720,
logdev => 0x04,
},
{ {
name => "ITE IT8726F Super IO Sensors", name => "ITE IT8726F Super IO Sensors",
driver => "it87", driver => "it87",