Changeset 1021

Show
Ignore:
Timestamp:
02/10/01 23:07:17 (12 years ago)
Author:
mds
Message:

fix temp2 max initialization (70 instead of 7)

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r1020 r1021  
    3434  Module lm78: Recognize chipid=0x20 
    3535  Module lm87: Fix in0, in1 (2.5V and Vccp1) calculations 
     36  Module mtp008: Fix temp2 max initialization 
    3637  Module sensors: Disabled, moved to i2c package as i2c-proc.c 
    3738  Module via686a: Allow force=9191,address (for A7V/K7V boards) 
  • lm-sensors/trunk/kernel/chips/mtp008.c

    r1015 r1021  
    242242#define MTP008_INIT_TEMP_OVER   700                             /* 70 Celsius */ 
    243243#define MTP008_INIT_TEMP_HYST   50                              /* 5 Celsius */ 
    244 #define MTP008_INIT_TEMP2_OVER  70                              /* 70 Celsius */ 
     244#define MTP008_INIT_TEMP2_OVER  700                             /* 70 Celsius */ 
    245245#define MTP008_INIT_TEMP2_HYST  50                              /* 5 Celsius */ 
    246246