2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

Add detection of ITE IT8620E

This commit is contained in:
Jean Delvare
2014-03-16 09:48:49 +00:00
parent d70aec7eac
commit 9a91bf414b
2 changed files with 7 additions and 0 deletions

View File

@@ -2229,6 +2229,12 @@ use constant FEAT_SMBUS => (1 << 7);
devid => 0x8603,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8620E Super IO Sensors",
driver => "to-be-written", # it87
devid => 0x8620,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "ITE IT8702F Super IO Fan Sensors",
driver => "to-be-written",