mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25: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:
@@ -4022,7 +4022,7 @@ sub lm90_detect
|
||||
return if ($conf & 0x1b) != 0;
|
||||
return if $rate > 0x0a;
|
||||
return if $mid != 0x41; # Analog Devices
|
||||
return 8 if $cid == 0x61; # ADT7461
|
||||
return 8 if $cid == 0x51; # ADT7461
|
||||
}
|
||||
if ($chip == 6) {
|
||||
return if ($conf & 0x3f) != 0;
|
||||
|
Reference in New Issue
Block a user