Commit whole Creative Zen Vision:M target tree + all related firmware/

changes.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-04-24 20:08:28 +00:00
parent 46b4928611
commit 95167e0177
41 changed files with 2940 additions and 75 deletions

View file

@ -359,7 +359,7 @@ void usb_storage_init_connection(int interface,int endpoint)
/* prime rx endpoint. We only need room for commands */
state = WAITING_FOR_COMMAND;
#if CONFIG_CPU == IMX31L
#if CONFIG_CPU == IMX31L || CONFIG_USBOTG == USBOTG_ISP1583
static unsigned char _transfer_buffer[BUFFER_SIZE*2]
USBDEVBSS_ATTR __attribute__((aligned(32)));
tb.transfer_buffer = (void *)_transfer_buffer;