2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +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

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