From 79d1b68fe29a4963fb17ef47426b6df3847212c1 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Fri, 23 Apr 2021 00:30:52 +0100 Subject: 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 --- firmware/export/config/fiiom3k.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h index eec1de6740..86f41fca46 100644 --- a/firmware/export/config/fiiom3k.h +++ b/firmware/export/config/fiiom3k.h @@ -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 -- cgit v1.2.3