Changeset 897

Show
Ignore:
Timestamp:
10/11/00 17:02:39 (8 years ago)
Author:
rock
Message:

(Stephen) - Changed temperature threshold values to 70C for int. and 80C for ext.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/kernel/chips/lm87.c

    r885 r897  
    216216        (LM87_INIT_IN_5 + ((LM87_INIT_IN_5 * LM87_INIT_IN_PERCENTAGE) / 100)) 
    217217 
    218 #define LM87_INIT_FAN_MIN 3000 
    219  
    220 #define LM87_INIT_EXT_TEMP_MAX 600 
     218#define LM87_INIT_FAN_MIN 4000 
     219 
     220#define LM87_INIT_EXT_TEMP_MAX 800 
    221221#define LM87_INIT_EXT_TEMP_MIN 50 
    222 #define LM87_INIT_INT_TEMP_MAX 600 
     222#define LM87_INIT_INT_TEMP_MAX 700 
    223223#define LM87_INIT_INT_TEMP_MIN 50 
    224224