Browse Source

Enable the usb buffer in avalon driver.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
39ec9518d5
  1. 1
      driver-avalon.c

1
driver-avalon.c

@ -720,6 +720,7 @@ static bool avalon_detect_one(libusb_device *dev, struct usb_find_devices *found @@ -720,6 +720,7 @@ static bool avalon_detect_one(libusb_device *dev, struct usb_find_devices *found
* all ourselves so set it to std usb type */
avalon->usbdev->usb_type = USB_TYPE_STD;
usb_set_pps(avalon, AVALON_USB_PACKETSIZE);
usb_buffer_enable(avalon);
/* We have a real Avalon! */
avalon_initialise(avalon);

Loading…
Cancel
Save