Changeset 1021
- Timestamp:
- 02/10/01 23:07:17 (12 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/chips/mtp008.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1020 r1021 34 34 Module lm78: Recognize chipid=0x20 35 35 Module lm87: Fix in0, in1 (2.5V and Vccp1) calculations 36 Module mtp008: Fix temp2 max initialization 36 37 Module sensors: Disabled, moved to i2c package as i2c-proc.c 37 38 Module via686a: Allow force=9191,address (for A7V/K7V boards) -
lm-sensors/trunk/kernel/chips/mtp008.c
r1015 r1021 242 242 #define MTP008_INIT_TEMP_OVER 700 /* 70 Celsius */ 243 243 #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 */ 245 245 #define MTP008_INIT_TEMP2_HYST 50 /* 5 Celsius */ 246 246
