Changeset 5947

Show
Ignore:
Timestamp:
03/25/11 16:40:42 (14 months ago)
Author:
khali
Message:

Add a default configuration section for the W83795G/ADG.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5945 r5947  
    77              Compute MAX_SUBFEATURES at run-time (#2378) 
    88              Compute MAX_*_SENSOR_TYPES at build time (#2378) 
    9               Add support for new sysfs attributes 
     9              Add support for new sysfs attributes (#2379) 
    1010              Add support for humidity sensors 
    1111              Limit symbol visibility 
     
    1313                        Add a section for the SCH5127 
    1414                        Add a section for the W83627UHG 
     15                        Add a section for the W83795G/ADG 
    1516  sensors: Display 3 decimal places in raw output 
    1617           Add support for intrusion detection (#2370) 
    1718           Fix automatic unit selection of 0 value 
    18            Added support for additional sensor attributes 
     19           Added support for additional sensor attributes (#2379) 
    1920  sensors-detect: Improve LM90 and W83L771 detection 
    2021                  Fix error seen if I2C bus numbers are not sequential 
  • lm-sensors/trunk/etc/sensors.conf.default

    r5913 r5947  
    5050 
    5151 
     52chip "w83795g-*" "w83795adg-*" 
     53 
     54    label in12 "+3.3V" 
     55    label in13 "3VSB" 
     56    label in14 "Vbat" 
     57 
     58    set in12_min  3.3 * 0.90 
     59    set in12_max  3.3 * 1.10 
     60    set in13_min  3.3 * 0.90 
     61    set in13_max  3.3 * 1.10 
     62    set in14_min  3.0 * 0.90 
     63    set in14_max  3.3 * 1.10 
     64 
     65 
    5266chip "via686a-*" 
    5367