Don't use the same completion_event for both directions. This could cause problems...
commit09b3ed7c8326c05c29bb19b6fe7697e85c096d2b
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 15 Nov 2009 21:58:25 +0000 (15 21:58 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Sun, 15 Nov 2009 21:58:25 +0000 (15 21:58 +0000)
tree837d7b944673e66e5e877b0ed672ba3a5a15ce0f
parente52bb73ea1ef5556915bb4da6e0692174cb0cad3
Don't use the same completion_event for both directions. This could cause problems on USB controllers that have IN and OUT endpoints with the same endpoint number (such as the arc controller)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23639 a1c6a512-1295-4272-9138-f99709370657
firmware/usbstack/usb_core.c