mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-30 22:05:11 +00:00
fix temp2 max initialization (70 instead of 7)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1021 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -33,6 +33,7 @@ ask CVS about it:
|
||||
Module i2c-i801: Chip detection cleanup
|
||||
Module lm78: Recognize chipid=0x20
|
||||
Module lm87: Fix in0, in1 (2.5V and Vccp1) calculations
|
||||
Module mtp008: Fix temp2 max initialization
|
||||
Module sensors: Disabled, moved to i2c package as i2c-proc.c
|
||||
Module via686a: Allow force=9191,address (for A7V/K7V boards)
|
||||
Program mkpatch.pl: Fix adm9240 typos, add more chips to Configure.help
|
||||
|
@@ -241,7 +241,7 @@ extern inline u8 FAN_TO_REG(long rpm, int div)
|
||||
|
||||
#define MTP008_INIT_TEMP_OVER 700 /* 70 Celsius */
|
||||
#define MTP008_INIT_TEMP_HYST 50 /* 5 Celsius */
|
||||
#define MTP008_INIT_TEMP2_OVER 70 /* 70 Celsius */
|
||||
#define MTP008_INIT_TEMP2_OVER 700 /* 70 Celsius */
|
||||
#define MTP008_INIT_TEMP2_HYST 50 /* 5 Celsius */
|
||||
|
||||
#ifdef MODULE
|
||||
|
Reference in New Issue
Block a user