Browse Source

hashfast: Bump default thermal cutoff temperature to 100 C

Luke Dashjr 12 years ago
parent
commit
1ef85e229f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-hashfast.c

+ 1 - 0
driver-hashfast.c

@@ -252,6 +252,7 @@ bool hashfast_detect_one(const char * const devpath)
 		.procs = (pmsg->chipaddr * pmsg->coreaddr),
 		.threads = 1,
 		.device_data = pmsg,
+		.cutofftemp = 100,
 	};
 	return add_cgpu(cgpu);