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

Add driver for Fintek F75387SG/RG to sensors-detect

Support for the Fintek F75387SG/RG was added to driver f75375s back in 2013.
This commit is contained in:
Prism Tutaj
2019-06-24 01:19:25 -05:00
committed by GitHub
parent 2c8cca3d6c
commit d03b3e3156

View File

@@ -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); },
}, {