Index: /lm-sensors/trunk/prog/detect/sensors-detect
===================================================================
--- /lm-sensors/trunk/prog/detect/sensors-detect	(revision 5398)
+++ /lm-sensors/trunk/prog/detect/sensors-detect	(revision 5406)
@@ -4483,6 +4483,6 @@
   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);
Index: /lm-sensors/trunk/CHANGES
===================================================================
--- /lm-sensors/trunk/CHANGES	(revision 5396)
+++ /lm-sensors/trunk/CHANGES	(revision 5406)
@@ -39,4 +39,5 @@
                           Fix detection of SMSC LPC47M292
                           Add SMSC LPC47M233 support
+                          Fix SMBus detection of W83627EHF and W83627DHG
 
 2.10.7 (20080701)
