don't start waiting for the new command in send_csw(). Although on the USB level...
commit3df54f63f77e0827540d1d5bb9f258859c84f92a
authorgevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Mon, 25 Jan 2010 22:33:53 +0000 (25 22:33 +0000)
committergevaerts <gevaerts@a1c6a512-1295-4272-9138-f99709370657>
Mon, 25 Jan 2010 22:33:53 +0000 (25 22:33 +0000)
tree4009b1e85ca9026980882262b7aff6c636428a49
parenta6cd26c5be4ed047d3467bb592840ef52a4c9cb1
don't start waiting for the new command in send_csw(). Although on the USB level this is entirely correct, and about 10% to 15% faster, usb_storage_transfer_complete() could get slightly confused by this.
The proper fix is obviously to make usb_storage_transfer_complete() not get confused, but that's a lot more work, and I prefer things to be correct to them being a bit faster right now

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