summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/usb_storage.c')
-rw-r--r--firmware/usbstack/usb_storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index c42cc830ee..39ccb9a6e5 100644
--- a/firmware/usbstack/usb_storage.c
+++ b/firmware/usbstack/usb_storage.c
@@ -47,7 +47,7 @@
47#endif 47#endif
48 48
49#ifndef USBSTOR_WRITE_SECTORS_FILTER 49#ifndef USBSTOR_WRITE_SECTORS_FILTER
50#define USBSTOR_WRITE_SECTORS_FILTER() ({ 0; }) 50#define USBSTOR_WRITE_SECTORS_FILTER() ({ 0; })
51#endif 51#endif
52 52
53/* the ARC driver currently supports up to 64k USB transfers. This is 53/* the ARC driver currently supports up to 64k USB transfers. This is
@@ -433,7 +433,7 @@ void usb_storage_init_connection(void)
433 /* prime rx endpoint. We only need room for commands */ 433 /* prime rx endpoint. We only need room for commands */
434 state = WAITING_FOR_COMMAND; 434 state = WAITING_FOR_COMMAND;
435 435
436#if (CONFIG_CPU == IMX31L || defined(CPU_TCC77X) || defined(CPU_TCC780X) || \ 436#if (CONFIG_CPU == IMX31L || defined(CPU_TCC780X) || \
437 CONFIG_CPU == S5L8702 || CONFIG_CPU == S5L8701 || CONFIG_CPU == AS3525v2 || \ 437 CONFIG_CPU == S5L8702 || CONFIG_CPU == S5L8701 || CONFIG_CPU == AS3525v2 || \
438 defined(BOOTLOADER) || CONFIG_CPU == DM320) && !defined(CPU_PP502x) 438 defined(BOOTLOADER) || CONFIG_CPU == DM320) && !defined(CPU_PP502x)
439 static unsigned char _cbw_buffer[MAX_CBW_SIZE] 439 static unsigned char _cbw_buffer[MAX_CBW_SIZE]