mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 13:28:01 +00:00
The ADM1030 and ADM1031 now have a driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2579 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
622abe745f
commit
2130cacf83
@ -1247,13 +1247,13 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
|
||||
},
|
||||
{
|
||||
name => "Analog Devices ADM1030",
|
||||
driver => "to-be-written",
|
||||
driver => "adm1031",
|
||||
i2c_addrs => [0x2c..0x2e],
|
||||
i2c_detect => sub { adm1031_detect 0, @_ },
|
||||
},
|
||||
{
|
||||
name => "Analog Devices ADM1031",
|
||||
driver => "to-be-written",
|
||||
driver => "adm1031",
|
||||
i2c_addrs => [0x2c..0x2e],
|
||||
i2c_detect => sub { adm1031_detect 1, @_ },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user