2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

sensors-detect: Mark F71868A 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:40:47 -08:00
parent eb3910bdf4
commit 5a71627a80
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ SVN HEAD
Add detection of Fintek F81768
Only probe I/O ports on x86
Add detection of Nuvoton NCT6793D
Mark F71868A as supported by the f71882fg driver
3.4.0 (2015-06-25)
documentation: Update the note about libsensors license

View File

@@ -2215,7 +2215,7 @@ use constant FEAT_SMBUS => (1 << 7);
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
name => "Fintek F71868A Super IO Sensors",
driver => "to-be-written",
driver => "f71882fg",
devid => 0x1106,
logdev => 0x04,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,