summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-04-21 01:47:02 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-04-21 18:31:55 +0000
commit75cb8ba8a4c3b5f2a5bd7195ef3d61089151a6f5 (patch)
treec528789d595a3f410baaa595229094932c05d7ff /firmware/SOURCES
parent088ebb5fac02932178fe0da31dd8966472225bdf (diff)
downloadrockbox-75cb8ba8a4c3b5f2a5bd7195ef3d61089151a6f5.tar.gz
rockbox-75cb8ba8a4c3b5f2a5bd7195ef3d61089151a6f5.zip
FiiO M3K/X1000: add USB support
This only required a minor patch to the usb-designware driver due to DMA requiring physical addresses -- on the X1000, these differ from virtual addresses so we have to do the usual conversion. Both the mass storage and HID drivers work, but there are a few issues so this can't be considered 100% stable yet. - Mass storage might not be detected properly on insertion, and USB has to be replugged before it shows up - HID driver may occasionally panic or hang the machine Change-Id: Ia3ce7591d5928ec7cbca7953abfef01bdbd873ef
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index d306f0b8e8..463933b8c5 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1741,6 +1741,7 @@ target/mips/ingenic_x1000/pwm-x1000.c
1741target/mips/ingenic_x1000/sfc-x1000.c 1741target/mips/ingenic_x1000/sfc-x1000.c
1742target/mips/ingenic_x1000/system-x1000.c 1742target/mips/ingenic_x1000/system-x1000.c
1743target/mips/ingenic_x1000/timer-x1000.c 1743target/mips/ingenic_x1000/timer-x1000.c
1744target/mips/ingenic_x1000/usb-x1000.c
1744#if (CONFIG_STORAGE & (STORAGE_SD|STORAGE_MMC|STORAGE_ATA)) 1745#if (CONFIG_STORAGE & (STORAGE_SD|STORAGE_MMC|STORAGE_ATA))
1745target/mips/ingenic_x1000/msc-x1000.c 1746target/mips/ingenic_x1000/msc-x1000.c
1746#endif 1747#endif