2
0
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:
Guenter Roeck
2016-02-28 07:48:20 -08:00
parent feabab994e
commit ff36ee04b8
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

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