summaryrefslogtreecommitdiff
path: root/prog/detect/sensors-detect
diff options
context:
space:
mode:
Diffstat (limited to 'prog/detect/sensors-detect')
-rwxr-xr-xprog/detect/sensors-detect4
1 files changed, 2 insertions, 2 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 11091938..7d875d64 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -4482,8 +4482,8 @@ sub w83781d_detect
return if $chip == 6 and $reg1 != 0x31;
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 == 9 and ($reg1 != 0x88 && $reg1 != 0xa1);
+ return if $chip == 10 and $reg1 != 0xc1;
# Default address is 0x2d
@res = ($addr != 0x2d) ? (7) : (8);
return @res if $chip >= 9; # No subclients