2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +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

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