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

Add detection of IT8752F

This commit is contained in:
Guenter Roeck
2013-02-04 23:55:13 +00:00
parent 1b77fd669b
commit 9bec02f075
2 changed files with 7 additions and 0 deletions

View File

@@ -2223,6 +2223,12 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x8728,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8752F Super IO Sensors",
driver => "to-be-written", # it87
devid => 0x8752,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8771E Super IO Sensors",
driver => "it87",