summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2011-03-25 15:40:42 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2011-03-25 15:40:42 +0000
commitcb1844f8f49cf46b117a58550acdb8e840064346 (patch)
treef222a5652d5cf0c0c7e07ca3f1b5be916ddf4a33
parent050c71342cf4df857bfc3a696b30854fbe05393c (diff)
downloadlm-sensors-cb1844f8f49cf46b117a58550acdb8e840064346.tar.gz
Add a default configuration section for the W83795G/ADG.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5947 7894878c-1315-0410-8ee3-d5d059ff63e0
-rw-r--r--CHANGES5
-rw-r--r--etc/sensors.conf.default14
2 files changed, 17 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index c4d89fb8..d64da80e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,16 +6,17 @@ SVN HEAD
libsensors: Add support for intrusion detection (#2370)
Compute MAX_SUBFEATURES at run-time (#2378)
Compute MAX_*_SENSOR_TYPES at build time (#2378)
- Add support for new sysfs attributes
+ Add support for new sysfs attributes (#2379)
Add support for humidity sensors
Limit symbol visibility
sensors.conf.default: Add a section for the W83627THF
Add a section for the SCH5127
Add a section for the W83627UHG
+ Add a section for the W83795G/ADG
sensors: Display 3 decimal places in raw output
Add support for intrusion detection (#2370)
Fix automatic unit selection of 0 value
- Added support for additional sensor attributes
+ Added support for additional sensor attributes (#2379)
sensors-detect: Improve LM90 and W83L771 detection
Fix error seen if I2C bus numbers are not sequential
Add detection of SMSC EMC1423
diff --git a/etc/sensors.conf.default b/etc/sensors.conf.default
index 03849e65..8dbb15b6 100644
--- a/etc/sensors.conf.default
+++ b/etc/sensors.conf.default
@@ -49,6 +49,20 @@ chip "w83793-*"
set in9_max 3.0 * 1.10
+chip "w83795g-*" "w83795adg-*"
+
+ label in12 "+3.3V"
+ label in13 "3VSB"
+ label in14 "Vbat"
+
+ set in12_min 3.3 * 0.90
+ set in12_max 3.3 * 1.10
+ set in13_min 3.3 * 0.90
+ set in13_max 3.3 * 1.10
+ set in14_min 3.0 * 0.90
+ set in14_max 3.3 * 1.10
+
+
chip "via686a-*"
label in0 "Vcore"