Commit ca8f12dc76c61c6c1fb2e5a89fdcec531a6951c0

Con Kolivas 2012-06-12T03:23:57

Merge pull request #220 from kanoi/master ModMiner use valid .name

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-modminer.c b/driver-modminer.c
index 29015dc..aabf893 100644
--- a/driver-modminer.c
+++ b/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,