Browse Source

Merge commit '821a81f' into bfgminer

Conflicts:
	deviceapi.c
Luke Dashjr 12 years ago
parent
commit
01802dd3ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deviceapi.c

+ 1 - 1
deviceapi.c

@@ -713,7 +713,7 @@ void *miner_thread(void *userdata)
 		goto out;
 		goto out;
 	}
 	}
 
 
-	if (drv_ready(cgpu))
+	if (drv_ready(cgpu) && !cgpu->already_set_defaults)
 		cgpu_set_defaults(cgpu);
 		cgpu_set_defaults(cgpu);
 	
 	
 	thread_reportout(mythr);
 	thread_reportout(mythr);