mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 05:48:07 +00:00
The Maxim MAX6646, MAX6647 and MAX6649 will be supported by the lm90
driver. git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5310 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
790bd11ca3
commit
4e1862cfa7
@ -1111,19 +1111,19 @@ use vars qw(@pci_adapters_sis5595 @pci_adapters_sis645 @pci_adapters_sis96x);
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => "Maxim MAX6646",
|
name => "Maxim MAX6646",
|
||||||
driver => "to-be-written",
|
driver => "lm90",
|
||||||
i2c_addrs => [0x4d],
|
i2c_addrs => [0x4d],
|
||||||
i2c_detect => sub { lm90_detect(6, @_); },
|
i2c_detect => sub { lm90_detect(6, @_); },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => "Maxim MAX6647",
|
name => "Maxim MAX6647",
|
||||||
driver => "to-be-written",
|
driver => "lm90",
|
||||||
i2c_addrs => [0x4e],
|
i2c_addrs => [0x4e],
|
||||||
i2c_detect => sub { lm90_detect(6, @_); },
|
i2c_detect => sub { lm90_detect(6, @_); },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => "Maxim MAX6648/MAX6649/MAX6692",
|
name => "Maxim MAX6648/MAX6649/MAX6692",
|
||||||
driver => "to-be-written",
|
driver => "lm90",
|
||||||
i2c_addrs => [0x4c],
|
i2c_addrs => [0x4c],
|
||||||
i2c_detect => sub { lm90_detect(6, @_); },
|
i2c_detect => sub { lm90_detect(6, @_); },
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user