@@ -236,7 +236,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,
@@ -812,7 +812,7 @@ static void icarus_shutdown(struct thr_info *thr)
struct device_api icarus_api = {
.dname = "icarus",
+ .name = "ICA",
.api_detect = icarus_detect,
.get_extra_device_perf_stats = icarus_perf_stats,
.thread_prepare = icarus_prepare,
@@ -553,7 +553,7 @@ modminer_fpga_shutdown(struct thr_info *thr)
struct device_api modminer_api = {
.dname = "modminer",
+ .name = "MMQ",
.api_detect = modminer_detect,
.get_statline_before = get_modminer_statline_before,
.get_extra_device_status = get_modminer_extra_device_status,
@@ -1710,7 +1710,7 @@ static void opencl_thread_shutdown(struct thr_info *thr)
struct device_api opencl_api = {
.dname = "opencl",
- .name = "GPU",
+ .name = "OCL",
.api_detect = opencl_detect,
.reinit_device = reinit_opencl_device,
#ifdef HAVE_ADL
@@ -406,7 +406,7 @@ static void ztex_disable(struct thr_info *thr)
struct device_api ztex_api = {
.dname = "ztex",
+ .name = "ZTX",
.api_detect = ztex_detect,
.get_statline_before = ztex_statline_before,
.get_extra_device_status = get_ztex_extra_device_status,