Commit 39ec9518d554d10798f6afa5f502c5276d6bc05e

Con Kolivas 2013-10-08T21:33:29

Enable the usb buffer in avalon driver.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-avalon.c b/driver-avalon.c
index 6abdaeb..341a635 100644
--- a/driver-avalon.c
+++ b/driver-avalon.c
@@ -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);