summaryrefslogtreecommitdiff
path: root/prog
diff options
context:
space:
mode:
authorPrism Tutaj <derektutaj@gmail.com>2019-06-24 01:19:25 -0500
committerGitHub <noreply@github.com>2019-06-24 01:19:25 -0500
commitd03b3e3156f74ba3e90f4590ecc760965983a27b (patch)
tree0f95dcc36d931a398b8394900f407a161d266f14 /prog
parent2c8cca3d6cd60121b401734c1a24cfec7daed4fc (diff)
downloadlm-sensors-git-d03b3e3156f74ba3e90f4590ecc760965983a27b.tar.gz
Add driver for Fintek F75387SG/RG to sensors-detect
Support for the Fintek F75387SG/RG was added to driver f75375s back in 2013.
Diffstat (limited to 'prog')
-rwxr-xr-xprog/detect/sensors-detect2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 5c771485..bb2e93d3 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -1441,7 +1441,7 @@ use vars qw(@i2c_adapter_names);
i2c_detect => sub { fintek_detect(@_, 4); },
}, {
name => "Fintek F75387SG/RG",
- driver => "to-be-written",
+ driver => "f75375s",
i2c_addrs => [0x2d..0x2e],
i2c_detect => sub { fintek_detect(@_, 5); },
}, {