forked from len0rd/rockbox
FiiO M3K: disable USB DMA
Although data transfer is reliable with DMA, it seems to cause hangs and lockups during the early stages of connection and it's not clear what the cause might be. Change-Id: I9a83089c31d28309f0534dcdedf3c8c8348e6e3d
This commit is contained in:
parent
a544c8467d
commit
79d1b68fe2
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@
|
|||
/* USB support */
|
||||
#ifndef SIMULATOR
|
||||
#define CONFIG_USBOTG USBOTG_DESIGNWARE
|
||||
#define USB_DW_ARCH_SLAVE
|
||||
#define USB_DW_TURNAROUND 5
|
||||
#define HAVE_USBSTACK
|
||||
#define USB_VENDOR_ID 0x2972
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue