mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 21:38:17 +00:00
(Stephen) - Changed temperature threshold values to 70C for int. and 80C for ext.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@897 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
2bbd90fc40
commit
77bedf5510
@ -215,11 +215,11 @@ extern inline u8 FAN_TO_REG(long rpm, int div)
|
||||
#define LM87_INIT_IN_MAX_5 \
|
||||
(LM87_INIT_IN_5 + ((LM87_INIT_IN_5 * LM87_INIT_IN_PERCENTAGE) / 100))
|
||||
|
||||
#define LM87_INIT_FAN_MIN 3000
|
||||
#define LM87_INIT_FAN_MIN 4000
|
||||
|
||||
#define LM87_INIT_EXT_TEMP_MAX 600
|
||||
#define LM87_INIT_EXT_TEMP_MAX 800
|
||||
#define LM87_INIT_EXT_TEMP_MIN 50
|
||||
#define LM87_INIT_INT_TEMP_MAX 600
|
||||
#define LM87_INIT_INT_TEMP_MAX 700
|
||||
#define LM87_INIT_INT_TEMP_MIN 50
|
||||
|
||||
#ifdef MODULE
|
||||
|
Loading…
x
Reference in New Issue
Block a user