2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 07:15:39 +00:00

Fix Analog Devices ADT7461 detection.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5282 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-06-15 08:42:14 +00:00
parent 04b9a162b9
commit 4a79587695
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ SVN-HEAD
Refactor alias detection functions Refactor alias detection functions
Fix Andigilog aSC7621 support Fix Andigilog aSC7621 support
Add Texas Instruments THMC51 support Add Texas Instruments THMC51 support
Fix Analog Devices ADT7461 support
3.0.2 (2008-05-18) 3.0.2 (2008-05-18)
documentation: Delete the FAQ, now maintained on the wiki documentation: Delete the FAQ, now maintained on the wiki

View File

@@ -4022,7 +4022,7 @@ sub lm90_detect
return if ($conf & 0x1b) != 0; return if ($conf & 0x1b) != 0;
return if $rate > 0x0a; return if $rate > 0x0a;
return if $mid != 0x41; # Analog Devices return if $mid != 0x41; # Analog Devices
return 8 if $cid == 0x61; # ADT7461 return 8 if $cid == 0x51; # ADT7461
} }
if ($chip == 6) { if ($chip == 6) {
return if ($conf & 0x3f) != 0; return if ($conf & 0x3f) != 0;