From 75402f9efcdaa3bcb1f257a93166524e2e0aca05 Mon Sep 17 00:00:00 2001 From: khali Date: Mon, 19 Jan 2009 14:13:27 +0000 Subject: 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 --- CHANGES | 1 + etc/sensors.conf.default | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) 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" -- cgit v1.2.1