2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Add detection of the ITE IT8728F.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5904 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2011-01-18 17:20:42 +00:00
parent 7f35e8ed06
commit c81bfb4332
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -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,
}
);