Browse Source

Add busy time to wait time.

nfactor-troky
Paul Sheppard 13 years ago
parent
commit
855d1bb3e3
  1. 1
      driver-bitforce.c

1
driver-bitforce.c

@ -258,6 +258,7 @@ re_send: @@ -258,6 +258,7 @@ re_send:
} else if (pdevbuf[0] == 'B') {
applog(LOG_DEBUG, "BFL%i: Busy", bitforce->device_id);
mutex_unlock(&bitforce->device_mutex);
bitforce->wait_ms += BITFORCE_CHECK_INTERVAL_MS;
usleep(BITFORCE_CHECK_INTERVAL_MS*1000);
goto re_send;
} else if (unlikely(pdevbuf[0] != 'O' || pdevbuf[1] != 'K')) {

Loading…
Cancel
Save