summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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