From 4a483bb1bf69a0f0a1bf99aaa9bb47c6f79ab990 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 8 Jun 2009 00:19:16 +0000 Subject: 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 --- firmware/export/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config.h') 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*/ #define RTC_JZ47XX 16 /* Ingenic Jz47XX */ /* USB On-the-go */ +#define USBOTG_M66591 6591 /* M:Robe 500 */ #define USBOTG_ISP1362 1362 /* iriver H300 */ #define USBOTG_ISP1583 1583 /* Creative Zen Vision:M */ #define USBOTG_M5636 5636 /* iAudio X5 */ @@ -775,7 +776,7 @@ Lyre prototype 1*/ #elif CONFIG_USBOTG == USBOTG_JZ4740 #define USB_HAS_BULK #define USB_HAS_INTERRUPT -#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) +#elif defined(CPU_TCC780X) || defined(CPU_TCC77X) || defined(MROBE_500) #define USB_HAS_BULK #endif /* CONFIG_USBOTG */ -- cgit v1.2.3