Index: lm-sensors/trunk/prog/detect/sensors-detect
===================================================================
--- lm-sensors/trunk/prog/detect/sensors-detect	(revision 5095)
+++ lm-sensors/trunk/prog/detect/sensors-detect	(revision 5096)
@@ -5308,5 +5308,5 @@
 # $_[1]: A reference to the file descriptor to access this chip.
 # $_[2]: Address
-# Returns: undef if not detected, 4 if detected.
+# Returns: undef if not detected, 3 if detected.
 #
 # The max6650 has no device ID register. However, a few registers have
@@ -5335,5 +5335,5 @@
   return if ($conf & 0xC0) or ($conf & 0x07) > 4;
 
-  return 4;
+  return 3;
 }
 
