mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
ZTX bug set missing drv_id
This commit is contained in:
parent
47c6f91ccf
commit
00489f4c14
@ -398,6 +398,7 @@ static void ztex_disable(struct thr_info *thr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct device_drv ztex_drv = {
|
struct device_drv ztex_drv = {
|
||||||
|
.drv_id = DRIVER_ZTEX,
|
||||||
.dname = "ztex",
|
.dname = "ztex",
|
||||||
.name = "ZTX",
|
.name = "ZTX",
|
||||||
.drv_detect = ztex_detect,
|
.drv_detect = ztex_detect,
|
||||||
|
Loading…
Reference in New Issue
Block a user