2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

We have a driver for the ADT7410 since kernel 3.7.

ADT7420 is register compatible with the ADT7410.
This commit is contained in:
Jean Delvare
2013-02-28 09:18:34 +00:00
parent fc22c02e65
commit ad51e05f16

View File

@@ -637,8 +637,8 @@ use vars qw(@i2c_adapter_names);
i2c_addrs => [0x2c..0x2e],
i2c_detect => sub { adt7490_detect(@_); },
}, {
name => "Analog Devices ADT7410",
driver => "to-be-written",
name => "Analog Devices ADT7410/ADT7420",
driver => "adt7410",
i2c_addrs => [0x48..0x4b],
i2c_detect => sub { adt7410_detect(@_); },
}, {