mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 15:27:53 +00:00
Merge branch 'master' of github.com:ckolivas/cgminer
This commit is contained in:
commit
8c65897d1b
@ -1567,8 +1567,12 @@ void usb_cleanup()
|
|||||||
struct cgpu_info *cgpu;
|
struct cgpu_info *cgpu;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
hotplug_time = 0;
|
||||||
|
|
||||||
|
nmsleep(10);
|
||||||
|
|
||||||
for (i = 0; i < total_devices; i++) {
|
for (i = 0; i < total_devices; i++) {
|
||||||
cgpu = get_devices(i);
|
cgpu = devices[i];
|
||||||
switch (cgpu->drv->drv_id) {
|
switch (cgpu->drv->drv_id) {
|
||||||
case DRIVER_BFLSC:
|
case DRIVER_BFLSC:
|
||||||
case DRIVER_BITFORCE:
|
case DRIVER_BITFORCE:
|
||||||
|
Loading…
Reference in New Issue
Block a user