summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2009-10-20 07:21:08 +0000
committerMichael Sparmann <theseven@rockbox.org>2009-10-20 07:21:08 +0000
commit218314eb51a072af56efb49d6420a8e501d52a2b (patch)
treea55d4a448308461b01a8ce63f9c54c35bad64b00
parentd03fe64dcf80633c7ec78f122682e78fb59fe2d8 (diff)
downloadrockbox-218314eb51a072af56efb49d6420a8e501d52a2b.tar.gz
rockbox-218314eb51a072af56efb49d6420a8e501d52a2b.zip
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23286 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/usb.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index bac1258d50..62a335f712 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -48,9 +48,10 @@
48/* Conditions under which we want the entire driver */ 48/* Conditions under which we want the entire driver */
49#if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) || \ 49#if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) || \
50 (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_ENABLE_STORAGE)) || \ 50 (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_ENABLE_STORAGE)) || \
51 (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx)) || \ 51 (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx))) || \
52 (defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500)) || \ 52 (defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500))) || \
53 defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \ 53 (defined(HAVE_USBSTACK) && (defined(IPOD_NANO2G))) || \
54 defined(CPU_TCC77X) || defined(CPU_TCC780X) || \
54 (CONFIG_USBOTG == USBOTG_JZ4740) 55 (CONFIG_USBOTG == USBOTG_JZ4740)
55#define USB_FULL_INIT 56#define USB_FULL_INIT
56#endif 57#endif