Index: /lm-sensors/trunk/lib/chips.c
===================================================================
--- /lm-sensors/trunk/lib/chips.c	(revision 4752)
+++ /lm-sensors/trunk/lib/chips.c	(revision 4753)
@@ -4834,10 +4834,10 @@
                                           SENSORS_SMSC47M192_TEMP(3), NOMAP, R }, 
                                           NOSYSCTL, VALUE(1), 0 },
-    { { SENSORS_SMSC47M192_TEMP_FAULT(2), "temp2_input_fault", 
+    { { SENSORS_SMSC47M192_TEMP_FAULT(2), "temp2_fault", 
                                           SENSORS_SMSC47M192_TEMP(2), NOMAP, R }, 
-                                          NOSYSCTL, VALUE(1), 0 },
-    { { SENSORS_SMSC47M192_TEMP_FAULT(3), "temp3_input_fault", 
+                                          NOSYSCTL, VALUE(1), 0, "temp2_fault", 0, "temp2_input_fault" },
+    { { SENSORS_SMSC47M192_TEMP_FAULT(3), "temp3_fault", 
                                           SENSORS_SMSC47M192_TEMP(3), NOMAP, R }, 
-                                          NOSYSCTL, VALUE(1), 0 },
+                                          NOSYSCTL, VALUE(1), 0, "temp3_fault", 0, "temp3_input_fault" },
     { { SENSORS_SMSC47M192_VID, "vid", NOMAP, NOMAP, R }, 
                                 NOSYSCTL, VALUE(1), 3 },
Index: /lm-sensors/trunk/CHANGES
===================================================================
--- /lm-sensors/trunk/CHANGES	(revision 4752)
+++ /lm-sensors/trunk/CHANGES	(revision 4753)
@@ -12,4 +12,5 @@
            Fix magnitude of temperature offsets in Linux 2.6
            Fix adm1026 critical temperature limits for Linux 2.6
+           Fix smsc47m192 temperature faults
   Makefile: Fix kernel version detection (#2187)
   Module fscher: Add missing read of control register (2.6 backport)
