mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-03 15:55:15 +00:00
Add detection of IT8731F and IT8732F
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -28,6 +28,7 @@ SVN HEAD
|
||||
Add detection of TMP400 and TMP435
|
||||
Add detection of IT8786E
|
||||
Add detection of IT8780F
|
||||
Add detection of IT8731F and IT8732F
|
||||
|
||||
3.3.5 "Happy Birthday Beddy" (2014-01-22)
|
||||
libsensors: Improve documentation of two functions
|
||||
|
@@ -2352,6 +2352,18 @@ use constant FEAT_SMBUS => (1 << 7);
|
||||
devid => 0x8728,
|
||||
logdev => 0x04,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "ITE IT8731F Super IO Sensors",
|
||||
driver => "to-be-written", # it87
|
||||
devid => 0x8731,
|
||||
logdev => 0x04,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "ITE IT8732F Super IO Sensors",
|
||||
driver => "to-be-written", # it87
|
||||
devid => 0x8732,
|
||||
logdev => 0x04,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "ITE IT8752F Super IO Sensors",
|
||||
driver => "to-be-written", # it87
|
||||
|
Reference in New Issue
Block a user