1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 20:21:01 +00:00

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

This commit is contained in:
Kano 2012-04-23 18:10:21 +10:00
parent 20676694f3
commit cad0855ba8

View File

@ -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,