summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-06-08 00:19:16 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-06-08 00:19:16 +0000
commit4a483bb1bf69a0f0a1bf99aaa9bb47c6f79ab990 (patch)
tree974333299e937024bcd8b34ab998ceb137011d56 /firmware/SOURCES
parentf8a861961582c2809a8267ad0918d9c74072a440 (diff)
downloadrockbox-4a483bb1bf69a0f0a1bf99aaa9bb47c6f79ab990.tar.gz
rockbox-4a483bb1bf69a0f0a1bf99aaa9bb47c6f79ab990.zip
M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets about 2 MB/s writes vs 1.1 MB/s on the OF. Mostly tested against Linux, preliminary testing in Windows appears to work. There is currently a bug in the attach process where it only works once per boot that needs to be fixed. There are a few other minor M:Robe 500 changes as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21208 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 3ee805eedd..f4705d9694 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -271,7 +271,9 @@ usbstack/usb_charging_only.c
271#ifdef USB_ENABLE_HID 271#ifdef USB_ENABLE_HID
272usbstack/usb_hid.c 272usbstack/usb_hid.c
273#endif 273#endif
274#if CONFIG_USBOTG == USBOTG_ARC 274#if CONFIG_USBOTG == USBOTG_M66591
275drivers/m66591.c
276#elif CONFIG_USBOTG == USBOTG_ARC
275target/arm/usb-drv-arc.c 277target/arm/usb-drv-arc.c
276#elif CONFIG_USBOTG == USBOTG_ISP1583 278#elif CONFIG_USBOTG == USBOTG_ISP1583
277drivers/isp1583.c 279drivers/isp1583.c