From e369d787e0e17f2390ca8c7d4db735b8ebb67c3e Mon Sep 17 00:00:00 2001 From: Kano Date: Mon, 23 Apr 2012 18:06:30 +1000 Subject: [PATCH 1/3] Ensure everyone sees the same screen/api name as the previous version for Icarus --- driver-icarus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-icarus.c b/driver-icarus.c index 87c5fbc1..5a220cd1 100644 --- a/driver-icarus.c +++ b/driver-icarus.c @@ -381,7 +381,7 @@ static void icarus_shutdown(struct thr_info *thr) struct device_api icarus_api = { .dname = "icarus", - .name = "PGA", + .name = "ICA", .api_detect = icarus_detect, .thread_prepare = icarus_prepare, .scanhash = icarus_scanhash, From 20676694f3847dd7af1055c73d5ae9d682ebdf49 Mon Sep 17 00:00:00 2001 From: Kano Date: Mon, 23 Apr 2012 18:07:13 +1000 Subject: [PATCH 2/3] Ensure everyone sees the same screen/api name as the previous version for Bitforce --- driver-bitforce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-bitforce.c b/driver-bitforce.c index d7f7d8bb..4306235f 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, From cad0855ba81dd7098cca3c89b85c21da130a7668 Mon Sep 17 00:00:00 2001 From: Kano Date: Mon, 23 Apr 2012 18:10:21 +1000 Subject: [PATCH 3/3] Ensure everyone sees the same screen/api name as the previous version for ZTex --- driver-ztex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver-ztex.c b/driver-ztex.c index 03b409f1..a63b4a7f 100644 --- a/driver-ztex.c +++ b/driver-ztex.c @@ -313,7 +313,7 @@ static void ztex_disable(struct thr_info *thr) struct device_api ztex_api = { .dname = "ztex", - .name = "PGA", + .name = "ZTX", .api_detect = ztex_detect, .get_statline_before = ztex_statline_before, .thread_prepare = ztex_prepare,