summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 95fed99c..c2f69c05 100644
--- a/CHANGES
+++ b/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
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 03c323aa..9a8f10a5 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -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,