mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +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 = {
|
||||
.drv_id = DRIVER_ZTEX,
|
||||
.dname = "ztex",
|
||||
.name = "ZTX",
|
||||
.drv_detect = ztex_detect,
|
||||
|
Loading…
Reference in New Issue
Block a user