mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
(mds) add in name of thmc50/adm1022 driver.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@590 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -292,13 +292,13 @@ use subs qw(lm78_detect lm78_isa_detect lm78_alias_detect lm75_detect
|
||||
},
|
||||
{
|
||||
name => "Analog Devices ADM1022",
|
||||
# driver to be written
|
||||
driver => "thmc50",
|
||||
i2c_addrs => [0x2c..0x2f],
|
||||
i2c_detect => sub { adm1022_detect 0, @_ },
|
||||
},
|
||||
{
|
||||
name => "Texas Instruments THMC50",
|
||||
# driver to be written
|
||||
driver => "thmc50",
|
||||
i2c_addrs => [0x2c..0x2f],
|
||||
i2c_detect => sub { adm1022_detect 1, @_ },
|
||||
},
|
||||
|
Reference in New Issue
Block a user