1
0
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:
Kano 2013-03-03 16:04:47 +11:00
parent 47c6f91ccf
commit 00489f4c14

View File

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