Browse Source

Merge branch 'hashfast' into bfgminer

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

+ 1 - 0
driver-hashfast.c

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