Commit 890e4401e59cfa7aee872656d61cdf764e55c988

Con Kolivas 2013-12-10T10:04:11

Increase the BFLSC overtemp to 75 for fanspeed to maximum.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-bflsc.c b/driver-bflsc.c
index 9d812c2..c47afc3 100644
--- a/driver-bflsc.c
+++ b/driver-bflsc.c
@@ -1831,7 +1831,7 @@ static int64_t bflsc_scanwork(struct thr_info *thr)
 	return ret;
 }
 
-#define BFLSC_OVER_TEMP 60
+#define BFLSC_OVER_TEMP 75
 
 /* Set the fanspeed to auto for any valid value <= BFLSC_OVER_TEMP,
  * or max for any value > BFLSC_OVER_TEMP or if we don't know the temperature. */