mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
We have support for the ADT7468 for quite some times now
(kernel 2.6.28). git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5832 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -568,7 +568,7 @@ use vars qw(@i2c_adapter_names);
|
||||
i2c_detect => sub { adt7467_detect(@_, 3); },
|
||||
}, {
|
||||
name => "Analog Devices ADT7467 or ADT7468",
|
||||
driver => "to-be-written",
|
||||
driver => "lm85",
|
||||
i2c_addrs => [0x2e],
|
||||
i2c_detect => sub { adt7467_detect(@_, 0); },
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user