mirror of
https://github.com/GOSTSec/sgminer
synced 2025-09-10 13:11:55 +00:00
Merge pull request #174 from kanoi/master
Ensure everyone sees the same screen/api name as the previous version
This commit is contained in:
commit
ce65e14d15
@ -365,7 +365,7 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
|
|||||||
|
|
||||||
struct device_api bitforce_api = {
|
struct device_api bitforce_api = {
|
||||||
.dname = "bitforce",
|
.dname = "bitforce",
|
||||||
.name = "PGA",
|
.name = "BFL",
|
||||||
.api_detect = bitforce_detect,
|
.api_detect = bitforce_detect,
|
||||||
.get_statline_before = get_bitforce_statline_before,
|
.get_statline_before = get_bitforce_statline_before,
|
||||||
.thread_prepare = bitforce_thread_prepare,
|
.thread_prepare = bitforce_thread_prepare,
|
||||||
|
@ -381,7 +381,7 @@ static void icarus_shutdown(struct thr_info *thr)
|
|||||||
|
|
||||||
struct device_api icarus_api = {
|
struct device_api icarus_api = {
|
||||||
.dname = "icarus",
|
.dname = "icarus",
|
||||||
.name = "PGA",
|
.name = "ICA",
|
||||||
.api_detect = icarus_detect,
|
.api_detect = icarus_detect,
|
||||||
.thread_prepare = icarus_prepare,
|
.thread_prepare = icarus_prepare,
|
||||||
.scanhash = icarus_scanhash,
|
.scanhash = icarus_scanhash,
|
||||||
|
@ -313,7 +313,7 @@ static void ztex_disable(struct thr_info *thr)
|
|||||||
|
|
||||||
struct device_api ztex_api = {
|
struct device_api ztex_api = {
|
||||||
.dname = "ztex",
|
.dname = "ztex",
|
||||||
.name = "PGA",
|
.name = "ZTX",
|
||||||
.api_detect = ztex_detect,
|
.api_detect = ztex_detect,
|
||||||
.get_statline_before = ztex_statline_before,
|
.get_statline_before = ztex_statline_before,
|
||||||
.thread_prepare = ztex_prepare,
|
.thread_prepare = ztex_prepare,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user