mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-03 10:35:03 +00:00
Avalon driver is missing the drv_id.
This commit is contained in:
parent
5c7a32fde8
commit
c2a6392a9d
@ -995,6 +995,7 @@ static void avalon_shutdown(struct thr_info *thr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct device_drv avalon_drv = {
|
struct device_drv avalon_drv = {
|
||||||
|
.drv_id = DRIVER_AVALON,
|
||||||
.dname = "avalon",
|
.dname = "avalon",
|
||||||
.name = "AVA",
|
.name = "AVA",
|
||||||
.drv_detect = avalon_detect,
|
.drv_detect = avalon_detect,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user