Commit 20676694f3847dd7af1055c73d5ae9d682ebdf49

Kano 2012-04-23T18:07:13

Ensure everyone sees the same screen/api name as the previous version for Bitforce

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-bitforce.c b/driver-bitforce.c
index d7f7d8b..4306235 100644
--- a/driver-bitforce.c
+++ b/driver-bitforce.c
@@ -365,7 +365,7 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
 
 struct device_api bitforce_api = {
 	.dname = "bitforce",
-	.name = "PGA",
+	.name = "BFL",
 	.api_detect = bitforce_detect,
 	.get_statline_before = get_bitforce_statline_before,
 	.thread_prepare = bitforce_thread_prepare,