rockbox/firmware/target
Rafaël Carré d985d65907 usb-drv-as3525v2: make it look more like usb-s3c6400
use 0, 1, 3 as input endpoints instead of 0, 3, 5 (0, 1, 3, 5 doesn't work)
use a helper to know the number of endpoints (could be hardcoded since we have 3 input and 3 outputs)
    previous check was not correct (sizeof(if?a:b))

change endpoint reset/request
set packet size at enumdone interrupt
we don't have isochronous or interrupt endpoints, remove that table
reverse usb_drv_transfer direction argument (in -> out)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31251 a1c6a512-1295-4272-9138-f99709370657
2011-12-14 17:12:52 +00:00
..
arm usb-drv-as3525v2: make it look more like usb-s3c6400 2011-12-14 17:12:52 +00:00
coldfire thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00
hosted thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00
mips thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00
sh thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00