Browse Source

Enable the usb buffer in avalon driver.

Con Kolivas 12 years ago
parent
commit
39ec9518d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-avalon.c

+ 1 - 0
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 */
 	 * all ourselves so set it to std usb type */
 	avalon->usbdev->usb_type = USB_TYPE_STD;
 	avalon->usbdev->usb_type = USB_TYPE_STD;
 	usb_set_pps(avalon, AVALON_USB_PACKETSIZE);
 	usb_set_pps(avalon, AVALON_USB_PACKETSIZE);
+	usb_buffer_enable(avalon);
 
 
 	/* We have a real Avalon! */
 	/* We have a real Avalon! */
 	avalon_initialise(avalon);
 	avalon_initialise(avalon);