mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
USB BFL transfer is only 64 bytes in a USB1.1 socket
This commit is contained in:
parent
24525edbef
commit
ea807cf0c7
@ -48,14 +48,10 @@
|
||||
#endif
|
||||
|
||||
#ifdef USE_BITFORCE
|
||||
// N.B. transfer size is 512 with USB2.0, but only 64 with USB1.1
|
||||
static struct usb_endpoints bfl_eps[] = {
|
||||
#ifdef WIN32
|
||||
{ LIBUSB_TRANSFER_TYPE_BULK, 64, EPI(1), 0 },
|
||||
{ LIBUSB_TRANSFER_TYPE_BULK, 64, EPO(2), 0 }
|
||||
#else
|
||||
{ LIBUSB_TRANSFER_TYPE_BULK, 512, EPI(1), 0 },
|
||||
{ LIBUSB_TRANSFER_TYPE_BULK, 512, EPO(2), 0 }
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user