Browse Source

Avalon usb interface should be 0.

nfactor-troky
Con Kolivas 12 years ago committed by Kano
parent
commit
8e117050e3
  1. 2
      usbutils.c

2
usbutils.c

@ -154,7 +154,7 @@ static struct usb_find_devices find_dev[] = { @@ -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 },

Loading…
Cancel
Save