mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
The LM94 and LM96194 are almost the same chip, and they have the same
device ID. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5998 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -657,7 +657,7 @@ use vars qw(@i2c_adapter_names);
|
||||
i2c_addrs => [0x2c..0x2e],
|
||||
i2c_detect => sub { lm93_detect(@_, 0); },
|
||||
}, {
|
||||
name => "National Semiconductor LM94",
|
||||
name => "National Semiconductor LM94 or LM96194",
|
||||
driver => "lm93",
|
||||
i2c_addrs => [0x2c..0x2e],
|
||||
i2c_detect => sub { lm93_detect(@_, 1); },
|
||||
|
Reference in New Issue
Block a user