Changeset 5336

Show
Ignore:
Timestamp:
09/10/08 09:35:44 (5 years ago)
Author:
khali
Message:

Change default for MINTEMP from 0 to 20 degrees C. Computers never run
below 20 degrees C, so setting MINTEMP to 0 uselessly reduces the control
range.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5334 r5336  
    88  Module i2c-piix4: Minor cleanups (2.6 backport) 
    99  Program pwmconfig: Fix MINSTOP and MINSTART test functions 
     10                     Change default for MINTEMP from 0 to 20 degrees C 
    1011  Program sensors-detect: Add VIA VT1212 support 
    1112                          Add SMSC EMC2700LPC support 
  • lm-sensors/trunk/prog/pwm/pwmconfig

    r5335 r5336  
    628628INTERVAL=10 
    629629PS3='select (1-n): ' 
    630 DEFMINTEMP=0 
     630DEFMINTEMP=20 
    631631DEFMAXTEMP=60 
    632632DEFMINSTART=150