From e4a46c8d8805e7a0e7a49de00bd52d9e5681f429 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 26 Oct 2017 16:32:53 -0400 Subject: Fix a few missed things in 16454efc (and hopefully clear the red). Change-Id: I2ce88e4c41e6e08efbfbdf261122318dfb0f8b0f --- firmware/usb.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/usb.c') diff --git a/firmware/usb.c b/firmware/usb.c index 5e3795dd48..562734c84a 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -45,10 +45,13 @@ /* Conditions under which we want the entire driver */ #if !defined(BOOTLOADER) || (CONFIG_CPU == SH7034) || \ (defined(HAVE_USBSTACK) && defined(HAVE_BOOTLOADER_USB_MODE)) || \ + (defined(HAVE_USBSTACK) && defined(IPOD_NANO2G)) || \ (defined(HAVE_USBSTACK) && (defined(CREATIVE_ZVx))) || \ (defined(HAVE_USBSTACK) && (defined(OLYMPUS_MROBE_500))) || \ defined(CPU_TCC77X) || defined(CPU_TCC780X) || \ (CONFIG_USBOTG == USBOTG_JZ4740) +/* TODO: condition should be reset to be only the original + (defined(HAVE_USBSTACK) && defined(HAVE_BOOTLOADER_USB_MODE)) */ #define USB_FULL_INIT #endif -- cgit v1.2.3