--- 1.15/drivers/usb/core/urb.c Thu Mar 13 10:45:40 2003 +++ edited/drivers/usb/core/urb.c Thu Mar 20 11:17:55 2003 @@ -384,11 +384,11 @@ /* FIXME * We should not care about the state here, but the host controllers * die a horrible death if we unlink a urb for a device that has been - * physically removed. + * physically removed. (after driver->disconnect returns...) */ if (urb && urb->dev && - (urb->dev->state >= USB_STATE_DEFAULT) && + // (urb->dev->state >= USB_STATE_DEFAULT) && urb->dev->bus && urb->dev->bus->op) return urb->dev->bus->op->unlink_urb(urb);