mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 22:35:23 +00:00
Fix W83627HF detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2025 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -2687,7 +2687,7 @@ sub w83781d_detect
|
||||
return if $chip == 0 and ($reg1 != 0x10 && $reg1 != 0x11);
|
||||
return if $chip == 1 and $reg1 != 0x30;
|
||||
return if $chip == 2 and $reg1 != 0x40;
|
||||
return if $chip == 3 and $reg1 != 0x20;
|
||||
return if $chip == 3 and $reg1 != 0x21;
|
||||
return if $chip == 4 and $reg1 != 0x31;
|
||||
return if $chip == 5 and $reg1 != 0x31;
|
||||
return if $chip == 6 and $reg1 != 0x31;
|
||||
|
Reference in New Issue
Block a user