summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-01-19 14:13:27 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-01-19 14:13:27 +0000
commit75402f9efcdaa3bcb1f257a93166524e2e0aca05 (patch)
treecee8feebbe47b4785ebeca6d58834be84ee4ba1d
parent55e445435c67eea5538e10561710788141dbfdb9 (diff)
downloadlm-sensors-75402f9efcdaa3bcb1f257a93166524e2e0aca05.tar.gz
Add sections for the SMSC SCH311x and SCH5027.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5604 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES1
-rw-r--r--etc/sensors.conf.default43
2 files changed, 44 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7755bf56..3ed3c7a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,7 @@ SVN-HEAD
Add support for current sensors
sensors.conf.8: Lots of additions and reworks
sensors.conf.default: New, minimum version of sensors.conf.eg
+ Add sections for the SMSC SCH311x and SCH5027
sensors.conf.eg: The LM99 offset is now handled in the lm90 driver
Move help section to sensors.conf.5
Add a section for the Asus/Fintek F8000
diff --git a/etc/sensors.conf.default b/etc/sensors.conf.default
index 507f46a1..96db52f8 100644
--- a/etc/sensors.conf.default
+++ b/etc/sensors.conf.default
@@ -292,6 +292,49 @@ chip "dme1737-*"
set in6_max 3.0 * 1.10
+chip "sch311x-*"
+
+ label in1 "Vcore"
+ label in2 "+3.3V"
+ label in3 "+5V"
+ label in4 "+12V"
+ label in5 "3VSB"
+ label in6 "Vbat"
+
+ label temp2 "SIO Temp"
+
+ set in2_min 3.3 * 0.90
+ set in2_max 3.3 * 1.10
+ set in3_min 5.0 * 0.90
+ set in3_max 5.0 * 1.10
+ set in4_min 12.0 * 0.90
+ set in4_max 12.0 * 1.10
+ set in5_min 3.3 * 0.90
+ set in5_max 3.3 * 1.10
+ set in6_min 3.0 * 0.90
+ set in6_max 3.0 * 1.10
+
+
+chip "sch5027-*"
+
+ label in0 "5VSB"
+ label in1 "Vcore"
+ label in2 "+3.3V"
+ label in5 "3VSB"
+ label in6 "Vbat"
+
+ label temp2 "SIO Temp"
+
+ set in0_min 5.0 * 0.90
+ set in0_max 5.0 * 1.10
+ set in2_min 3.3 * 0.90
+ set in2_max 3.3 * 1.10
+ set in5_min 3.3 * 0.90
+ set in5_max 3.3 * 1.10
+ set in6_min 3.0 * 0.90
+ set in6_max 3.0 * 1.10
+
+
chip "f71882fg-*"
label in0 "+3.3V"