mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 06:15:15 +00:00
Fix the CHIPID for W83627DHG.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5403 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -4485,7 +4485,7 @@ sub w83781d_detect
|
||||
return if $chip == 7 and $reg1 != 0x71;
|
||||
return if $chip == 8 and $reg1 != 0x7a;
|
||||
return if $chip == 9 and $reg1 != 0xa1;
|
||||
return if $chip == 10 and $reg1 != 0xa2;
|
||||
return if $chip == 10 and $reg1 != 0xc1;
|
||||
# Default address is 0x2d
|
||||
@res = ($addr != 0x2d) ? (7) : (8);
|
||||
return @res if $chip >= 9; # No subclients
|
||||
|
Reference in New Issue
Block a user