1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-23 04:54:26 +00:00

Add avalon driver to hotplug.

This commit is contained in:
Con Kolivas 2013-05-29 23:06:18 +10:00
parent a10371b98e
commit 502c7bcb4e

View File

@ -7148,6 +7148,10 @@ static void *hotplug_thread(void __maybe_unused *userdata)
icarus_drv.drv_detect();
#endif
#ifdef USE_AVALON
avalon_drv.drv_detect();
#endif
#ifdef USE_BFLSC
bflsc_drv.drv_detect();
#endif