mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
MMQ turn on cps delays
This commit is contained in:
parent
e8bbb49b5b
commit
c8a647edeb
@ -128,6 +128,9 @@ static bool modminer_detect_one(struct libusb_device *dev, struct usb_find_devic
|
||||
if (!usb_init(modminer, dev, found))
|
||||
goto shin;
|
||||
|
||||
usb_set_cps(modminer, 11520);
|
||||
usb_enable_cps(modminer);
|
||||
|
||||
do_ping(modminer);
|
||||
|
||||
if ((err = usb_write(modminer, MODMINER_GET_VERSION, 1, &amount, C_REQUESTVERSION)) < 0 || amount != 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user