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

Merge branch 'master' of github.com:ckolivas/cgminer

This commit is contained in:
Con Kolivas 2012-12-10 10:32:50 +11:00
commit 2b5467c44c

View File

@ -535,6 +535,7 @@ int libztex_selectFpga(struct libztex_device *ztex)
cnt = libusb_control_transfer(ztex->root->hndl, 0x40, 0x51, (uint16_t)number, 0, NULL, 0, 500); cnt = libusb_control_transfer(ztex->root->hndl, 0x40, 0x51, (uint16_t)number, 0, NULL, 0, 500);
if (unlikely(cnt < 0)) { if (unlikely(cnt < 0)) {
applog(LOG_ERR, "Ztex check device: Failed to set fpga with err %d", cnt); applog(LOG_ERR, "Ztex check device: Failed to set fpga with err %d", cnt);
ztex->root->selectedFpga = -1;
return cnt; return cnt;
} }
ztex->root->selectedFpga = number; ztex->root->selectedFpga = number;