mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
sensors-detect: Mark F81866D as supported by the f71882fg driver
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -9,6 +9,7 @@ SVN HEAD
|
||||
Add detection of Nuvoton NCT6793D
|
||||
Mark F71868A as supported by the f71882fg driver
|
||||
Mark F81768D as supported by the f71882fg driver
|
||||
Mark F81866D as supported by the f71882fg driver
|
||||
|
||||
3.4.0 (2015-06-25)
|
||||
documentation: Update the note about libsensors license
|
||||
|
@@ -2289,7 +2289,7 @@ use constant FEAT_SMBUS => (1 << 7);
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
}, {
|
||||
name => "Fintek F81866D Super IO Sensors",
|
||||
driver => "to-be-written",
|
||||
driver => "f71882fg",
|
||||
devid => 0x1010,
|
||||
logdev => 0x04,
|
||||
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
|
||||
|
Reference in New Issue
Block a user