Browse Source

Revert "ModMiner use valid .name" bug

This reverts commit 86034f87df3f2aba230c94beb45260548e566052.
Luke Dashjr 13 years ago
parent
commit
4cc3070056
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -504,7 +504,7 @@ modminer_fpga_shutdown(struct thr_info *thr)
 
 
 struct device_api modminer_api = {
 struct device_api modminer_api = {
 	.dname = "modminer",
 	.dname = "modminer",
-	.name = "MMQ",
+	.name = "PGA",
 	.api_detect = modminer_detect,
 	.api_detect = modminer_detect,
 	.get_statline_before = get_modminer_statline_before,
 	.get_statline_before = get_modminer_statline_before,
 	.thread_prepare = modminer_fpga_prepare,
 	.thread_prepare = modminer_fpga_prepare,