On Thursday 23 July 2009, Weng, Wending wrote: > + // Stop rescheduling any URB in case the connection is shutdown > + if ((urb->status == -ESHUTDOWN) || (urb->status == -EPROTO)) > + return; EPROTO is not signaling shutdown; remove that case. Also, verify with a current mainline kernel, not the now-quite-old (2.6.22.18) one TI provided to you. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html