mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
We have a driver for the ADT7475 now.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5599 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -544,7 +544,7 @@ use vars qw(@i2c_adapter_names);
|
||||
i2c_detect => sub { adt7473_detect(@_, 0); },
|
||||
}, {
|
||||
name => "Analog Devices ADT7475",
|
||||
driver => "to-be-written",
|
||||
driver => "adt7475",
|
||||
i2c_addrs => [0x2e],
|
||||
i2c_detect => sub { adt7473_detect(@_, 1); },
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user