Changeset 5947
- Timestamp:
- 03/25/11 16:40:42 (14 months ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (2 diffs)
-
etc/sensors.conf.default (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5945 r5947 7 7 Compute MAX_SUBFEATURES at run-time (#2378) 8 8 Compute MAX_*_SENSOR_TYPES at build time (#2378) 9 Add support for new sysfs attributes 9 Add support for new sysfs attributes (#2379) 10 10 Add support for humidity sensors 11 11 Limit symbol visibility … … 13 13 Add a section for the SCH5127 14 14 Add a section for the W83627UHG 15 Add a section for the W83795G/ADG 15 16 sensors: Display 3 decimal places in raw output 16 17 Add support for intrusion detection (#2370) 17 18 Fix automatic unit selection of 0 value 18 Added support for additional sensor attributes 19 Added support for additional sensor attributes (#2379) 19 20 sensors-detect: Improve LM90 and W83L771 detection 20 21 Fix error seen if I2C bus numbers are not sequential -
lm-sensors/trunk/etc/sensors.conf.default
r5913 r5947 50 50 51 51 52 chip "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 52 66 chip "via686a-*" 53 67
