Browse Source

Add avalon driver to hotplug.

Con Kolivas 13 years ago
parent
commit
502c7bcb4e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      cgminer.c

+ 4 - 0
cgminer.c

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