2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

LM85 and LM96000 identify the same.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2707 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2004-10-03 20:51:47 +00:00
parent 709cdd6b9c
commit de281e24b0

View File

@@ -914,7 +914,7 @@ use subs qw(mtp008_detect lm78_detect lm78_isa_detect lm78_alias_detect
i2c_detect => sub { lm80_detect @_} ,
},
{
name => "National Semiconductor LM85",
name => "National Semiconductor LM85 or LM96000",
driver => "lm85",
i2c_addrs => [0x2c..0x2e],
i2c_detect => sub { lm85_detect 0x01, @_},