1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Avalon usb interface should be 0.

This commit is contained in:
Con Kolivas 2013-05-04 20:19:46 +10:00 committed by Kano
parent 4a39f03919
commit 8e117050e3

View File

@ -154,7 +154,7 @@ static struct usb_find_devices find_dev[] = {
.idProduct = 0x6001,
.kernel = 0,
.config = 1,
.interface = 1,
.interface = 0,
.timeout = AVALON_TIMEOUT_MS,
.epcount = ARRAY_SIZE(ava_eps),
.eps = ava_eps },