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:
1
CHANGES
1
CHANGES
@@ -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
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user