mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 05:17:50 +00:00
Mention the f75375s driver. Reported by Christian Emmerich.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5007 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
e98e32cb36
commit
6ece4889ce
1
CHANGES
1
CHANGES
@ -3,6 +3,7 @@ lm-sensors CHANGES file
|
||||
|
||||
SVN HEAD
|
||||
sensors-detect: Add Texas Instruments TMP401 detection
|
||||
Mention the f75375s driver
|
||||
|
||||
3.0.0-rc3 (2007-10-28)
|
||||
libsensors: Add a default configuration file
|
||||
|
@ -1427,13 +1427,13 @@ use vars qw(@pci_adapters_sis5595 @pci_adapters_sis645 @pci_adapters_sis96x);
|
||||
},
|
||||
{
|
||||
name => "Fintek F75373S/SG",
|
||||
driver => "to-be-written",
|
||||
driver => "f75375s",
|
||||
i2c_addrs => [0x2d..0x2e],
|
||||
i2c_detect => sub { fintek_detect(3, @_); },
|
||||
},
|
||||
{
|
||||
name => "Fintek F75375S/SP",
|
||||
driver => "to-be-written",
|
||||
driver => "f75375s",
|
||||
i2c_addrs => [0x2d..0x2e],
|
||||
i2c_detect => sub { fintek_detect(4, @_); },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user