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:
1
CHANGES
1
CHANGES
@@ -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
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user