2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 22:35:23 +00:00

Detect ADT7473 at 0x2c and 0x2d.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5799 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2009-11-23 09:17:55 +00:00
parent 57c69770e7
commit 74425eb8fc
2 changed files with 3 additions and 2 deletions

View File

@@ -569,7 +569,7 @@ use vars qw(@i2c_adapter_names);
}, {
name => "Analog Devices ADT7473",
driver => "adt7473",
i2c_addrs => [0x2e],
i2c_addrs => [0x2c..0x2e],
i2c_detect => sub { adt7473_detect(@_, 0); },
}, {
name => "Analog Devices ADT7475",