2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Add LM86, MAX6657 and MAX6658 support to the lm90 driver.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2633 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-07-04 19:12:18 +00:00
parent ddd96c7499
commit d282a5f3be
8 changed files with 91 additions and 40 deletions

View File

@@ -1218,7 +1218,7 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
},
{
name => "Maxim MAX6657/MAX6658/MAX6659",
driver => "to-be-written",
driver => "lm90",
i2c_addrs => [0x4c],
i2c_detect => sub { lm90_detect 4, @_ },
},

View File

@@ -424,6 +424,8 @@ struct match matches[] = {
{ "lm90", print_lm90 },
{ "adm1032", print_lm90 },
{ "lm99", print_lm90 },
{ "lm86", print_lm90 },
{ "max6657", print_lm90 },
{ "xeontemp", print_xeontemp },
{ "max6650", print_max6650 },
{ "asb100", print_asb100 },