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:
@@ -4396,7 +4396,7 @@ sub andigilog_detect
|
||||
}
|
||||
|
||||
if ($chip == 2) {
|
||||
return if $cid != 0x6C;
|
||||
return if ($cid != 0x6C && $cid != 0x6D);
|
||||
return 5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user