summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
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/export/config.h
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/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5cdf46dcfd..696c923bb6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -250,6 +250,7 @@ Lyre prototype 1*/
250#define RTC_JZ47XX 16 /* Ingenic Jz47XX */ 250#define RTC_JZ47XX 16 /* Ingenic Jz47XX */
251 251
252/* USB On-the-go */ 252/* USB On-the-go */
253#define USBOTG_M66591 6591 /* M:Robe 500 */
253#define USBOTG_ISP1362 1362 /* iriver H300 */ 254#define USBOTG_ISP1362 1362 /* iriver H300 */
254#define USBOTG_ISP1583 1583 /* Creative Zen Vision:M */ 255#define USBOTG_ISP1583 1583 /* Creative Zen Vision:M */
255#define USBOTG_M5636 5636 /* iAudio X5 */ 256#define USBOTG_M5636 5636 /* iAudio X5 */
@@ -775,7 +776,7 @@ Lyre prototype 1*/
775#elif CONFIG_USBOTG == USBOTG_JZ4740 776#elif CONFIG_USBOTG == USBOTG_JZ4740
776#define USB_HAS_BULK 777#define USB_HAS_BULK
777#define USB_HAS_INTERRUPT 778#define USB_HAS_INTERRUPT
778#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) 779#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) || defined(MROBE_500)
779#define USB_HAS_BULK 780#define USB_HAS_BULK
780#endif /* CONFIG_USBOTG */ 781#endif /* CONFIG_USBOTG */
781 782