On Sat, Aug 21, 2010 at 4:31 PM, Matthew Dempsky <[email protected]> wrote: > for (usb_run_tasks) {
Should be "while (usb_run_tasks) {" of course...
On Sat, Aug 21, 2010 at 4:31 PM, Matthew Dempsky <[email protected]> wrote: > for (usb_run_tasks) {
Should be "while (usb_run_tasks) {" of course...