1
0
Fork 0
forked from len0rd/rockbox

Add experimental support for isochronous transfers in the usb ARC driver. There are several details to tweaks however.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25130 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2010-03-12 10:59:34 +00:00
parent 263e4d5cbf
commit c7517f5662
2 changed files with 27 additions and 7 deletions

View file

@ -882,6 +882,10 @@ Lyre prototype 1 */
//#define USB_HAS_INTERRUPT -- seems to be broken
#endif /* CONFIG_USBOTG */
#if CONFIG_USBOTG == USBOTG_ARC
#define USB_HAS_ISOCHRONOUS
#endif
/* define the class drivers to enable */
#ifdef BOOTLOADER