mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Add avalon driver to hotplug.
This commit is contained in:
parent
a10371b98e
commit
502c7bcb4e
@ -7148,6 +7148,10 @@ static void *hotplug_thread(void __maybe_unused *userdata)
|
|||||||
icarus_drv.drv_detect();
|
icarus_drv.drv_detect();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_AVALON
|
||||||
|
avalon_drv.drv_detect();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_BFLSC
|
#ifdef USE_BFLSC
|
||||||
bflsc_drv.drv_detect();
|
bflsc_drv.drv_detect();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user