2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 23:35:57 +00:00

Add support for the ADM1032.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2039 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2003-11-02 19:37:45 +00:00
parent cc6fd520e8
commit 9413c3153f
7 changed files with 103 additions and 38 deletions

View File

@@ -1131,7 +1131,7 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
},
{
name => "Analog Devices ADM1032",
driver => "to-be-written",
driver => "lm90",
i2c_addrs => [0x4c],
i2c_detect => sub { lm90_detect 3, @_ },
},