summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-07-06 12:11:15 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2015-07-06 12:11:15 +0000
commit5bddc72c5ae3d206f6c2eedebe5c611280c9e89b (patch)
tree1e863996684bb053b42c5927a5f6bd57926f8b9e
parent0624a34840bb55a7a46f2489a0add31534119f89 (diff)
downloadlm-sensors-5bddc72c5ae3d206f6c2eedebe5c611280c9e89b.tar.gz
sensors-detect: Add detection of Fintek F81768
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@6304 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES1
-rwxr-xr-xprog/detect/sensors-detect6
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9a761f58..4028004c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@ lm-sensors CHANGES file
SVN HEAD
sensors-detect: Fix systemd paths
+ Add detection of Fintek F81768
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 6c0c5664..475b68f3 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2264,6 +2264,12 @@ use constant FEAT_SMBUS => (1 << 7);
driver => "not-a-sensor",
devid => 0x0206,
}, {
+ name => "Fintek F81768 Super IO Sensors",
+ driver => "to-be-written",
+ devid => 0x1210, # To be confirmed
+ logdev => 0x04, # To be confirmed
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "Fintek F81865F Super IO Sensors",
driver => "f71882fg",
devid => 0x0704,