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