1
0
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:
Con Kolivas 2013-04-08 22:29:32 +10:00
parent 5c7a32fde8
commit c2a6392a9d

View File

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