Changeset 5336
- Timestamp:
- 09/10/08 09:35:44 (2 months ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/prog/pwm/pwmconfig (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r5334 r5336 8 8 Module i2c-piix4: Minor cleanups (2.6 backport) 9 9 Program pwmconfig: Fix MINSTOP and MINSTART test functions 10 Change default for MINTEMP from 0 to 20 degrees C 10 11 Program sensors-detect: Add VIA VT1212 support 11 12 Add SMSC EMC2700LPC support lm-sensors/trunk/prog/pwm/pwmconfig
r5335 r5336 628 628 INTERVAL=10 629 629 PS3='select (1-n): ' 630 DEFMINTEMP= 0630 DEFMINTEMP=20 631 631 DEFMAXTEMP=60 632 632 DEFMINSTART=150
