Index: /lm-sensors/trunk/CHANGES
===================================================================
--- /lm-sensors/trunk/CHANGES	(revision 5901)
+++ /lm-sensors/trunk/CHANGES	(revision 5902)
@@ -10,4 +10,5 @@
   sensors.conf.default: Add a section for the W83627THF
                         Add a section for the SCH5127
+                        Add a section for the W83627UHG
   sensors: Display 3 decimal places in raw output
            Add support for intrusion detection (#2370)
Index: /lm-sensors/trunk/etc/sensors.conf.default
===================================================================
--- /lm-sensors/trunk/etc/sensors.conf.default	(revision 5889)
+++ /lm-sensors/trunk/etc/sensors.conf.default	(revision 5902)
@@ -304,4 +304,21 @@
 
 
+chip "w83627uhg-*"
+
+    label in2 "AVCC"
+    label in3 "+5V"
+    label in7 "5VSB"
+    label in8 "Vbat"
+
+    set in2_min  5.0 * 0.90
+    set in2_max  5.0 * 1.10
+    set in3_min  5.0 * 0.90
+    set in3_max  5.0 * 1.10
+    set in7_min  5.0 * 0.90
+    set in7_max  5.0 * 1.10
+    set in8_min  3.0 * 0.90
+    set in8_max  3.0 * 1.10
+
+
 chip "f71805f-*"
 
