summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-04-23 00:30:52 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-04-23 00:30:52 +0100
commit79d1b68fe29a4963fb17ef47426b6df3847212c1 (patch)
tree36929fdc10fb95f2a02fed3158bfe2c9988cd85b
parenta544c8467d109d8c831929c3fcc8579beb9201b1 (diff)
downloadrockbox-79d1b68fe29a4963fb17ef47426b6df3847212c1.tar.gz
rockbox-79d1b68fe29a4963fb17ef47426b6df3847212c1.zip
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
-rw-r--r--firmware/export/config/fiiom3k.h1
1 files changed, 1 insertions, 0 deletions
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 @@
104/* USB support */ 104/* USB support */
105#ifndef SIMULATOR 105#ifndef SIMULATOR
106#define CONFIG_USBOTG USBOTG_DESIGNWARE 106#define CONFIG_USBOTG USBOTG_DESIGNWARE
107#define USB_DW_ARCH_SLAVE
107#define USB_DW_TURNAROUND 5 108#define USB_DW_TURNAROUND 5
108#define HAVE_USBSTACK 109#define HAVE_USBSTACK
109#define USB_VENDOR_ID 0x2972 110#define USB_VENDOR_ID 0x2972