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

Fix Andigilog aSC7621 detection.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5276 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-06-08 10:19:13 +00:00
parent 83c47f9a5e
commit 16d97a6f01
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ SVN-HEAD
Add National Semiconductor LM95231 support Add National Semiconductor LM95231 support
Add Analog Devices ADT7481 support Add Analog Devices ADT7481 support
Refactor alias detection functions Refactor alias detection functions
Fix Andigilog aSC7621 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

@@ -4396,7 +4396,7 @@ sub andigilog_detect
} }
if ($chip == 2) { if ($chip == 2) {
return if $cid != 0x6C; return if ($cid != 0x6C && $cid != 0x6D);
return 5; return 5;
} }