summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--etc/sensors.conf.default19
2 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1b071ad3..2921f5cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ lm-sensors CHANGES file
SVN HEAD
Makefile: Check for bison and flex
libsensors: Add support for intrusion detection (#2370)
+ sensors.conf.defauit: Add a section for the W83627THF
sensors: Display 3 decimal places in raw output
Add support for intrusion detection (#2370)
sensors-detect: Improve LM90 and W83L771 detection
diff --git a/etc/sensors.conf.default b/etc/sensors.conf.default
index 35f4908d..d8a27edc 100644
--- a/etc/sensors.conf.default
+++ b/etc/sensors.conf.default
@@ -266,6 +266,25 @@ chip "adm1030-*" "adm1031-*"
label temp1 "M/B Temp"
+chip "w83627thf-*"
+
+ label in3 "+5V"
+ label in7 "5VSB"
+ label in8 "Vbat"
+
+ # Internal resistors
+ compute in3 @ * (1 + 34/51), @ / (1 + 34/51)
+ compute in7 @ * (1 + 34/51), @ / (1 + 34/51)
+
+ 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
+# The battery voltage may or may not be monitored.
+# set in8_min 3.0 * 0.90
+# set in8_max 3.0 * 1.10
+
+
chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*"
label in0 "Vcore"