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

@@ -7,6 +7,7 @@ SVN HEAD
fancontrol: Deal with moving hwmon attributes
sensors-detect: Add detection of ADC128D818
Add detection of AMD family 16h Kabini and Mullins
Add detection of ITE IT8620E
3.3.5 "Happy Birthday Beddy" (2014-01-22)
libsensors: Improve documentation of two functions

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",