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:
@@ -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); },
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user