Hi Daniel, On Saturday 16 February 2008, daniel-linux wrote: > Hi.. my cam just freeze.. and when i went to dmesg.. i saw this. > > uvcvideo: Failed to resubmit video URB (-45).
Basically, the EHCI scheduler says that the time slot that the URBs should be queued for has already elapsed. This is a valid error when a device driver specifies a time slot, but not when asking the EHCI scheduler to queue URBs ASAP. I believe this is a bug in the EHCI scheduler. A proper solution requires fixing the EHCI driver. This should be discussed on the linux-usb mailing list. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
