Browse Source

Merge pull request #220 from kanoi/master

ModMiner use valid .name
Con Kolivas 13 years ago
parent
commit
ca8f12dc76
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 = {
 	.dname = "modminer",
-	.name = "PGA",
+	.name = "MMQ",
 	.api_detect = modminer_detect,
 	.get_statline_before = get_modminer_statline_before,
 	.thread_prepare = modminer_fpga_prepare,