Don't use the same completion_event for both directions. This could cause problems...
commit27eed6724d589954088155cab002bbd3514a9c84
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
parent46589a224e7f1bf84322d730282ab839826c1012
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