|
|
@ -2345,7 +2345,6 @@ int _usb_read(struct cgpu_info *cgpu, int intinfo, int epinfo, char *buf, size_t |
|
|
|
int endlen; |
|
|
|
int endlen; |
|
|
|
unsigned char *ptr, *usbbuf = cgpu->usbinfo.bulkbuf; |
|
|
|
unsigned char *ptr, *usbbuf = cgpu->usbinfo.bulkbuf; |
|
|
|
size_t usbbufread; |
|
|
|
size_t usbbufread; |
|
|
|
int lock_wait; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEVRLOCK(cgpu, pstate); |
|
|
|
DEVRLOCK(cgpu, pstate); |
|
|
|
|
|
|
|
|
|
|
@ -2620,7 +2619,6 @@ int _usb_write(struct cgpu_info *cgpu, int intinfo, int epinfo, char *buf, size_ |
|
|
|
double max, done; |
|
|
|
double max, done; |
|
|
|
__maybe_unused bool first = true; |
|
|
|
__maybe_unused bool first = true; |
|
|
|
int err, sent, tot, pstate; |
|
|
|
int err, sent, tot, pstate; |
|
|
|
int lock_wait; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DEVRLOCK(cgpu, pstate); |
|
|
|
DEVRLOCK(cgpu, pstate); |
|
|
|
|
|
|
|
|
|
|
|