1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Make the USB polling thread poll every second to potentially aid longer timeout transfers.

This commit is contained in:
Con Kolivas 2013-10-16 20:34:51 +11:00
parent f821d0fbf3
commit bec75b61a6

View File

@ -7795,7 +7795,7 @@ static void probe_pools(void)
#ifdef USE_USBUTILS #ifdef USE_USBUTILS
static void *libusb_poll_thread(void __maybe_unused *arg) static void *libusb_poll_thread(void __maybe_unused *arg)
{ {
struct timeval tv_end = {0, 200000}; struct timeval tv_end = {1, 0};
RenameThread("usbpoll"); RenameThread("usbpoll");