Linux UVC driver can not handle urb_submit error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dears,

in linux 2.6.34, we test uvc driver with MJPG-Streamer server via WiFi
network. After about half hour, web cam will hang,
because we can see the error from console:
"uvcvideo: Failed to resubmit video URB (-27)."
after checking code in detail, we find the error is reported from
ehci-sched.c iso_stream_schedule(), the check:
if (unlikely(((start - now) & (mod - 1)) + sched->span>= mod - 2 *
SCHEDULE_SLOP)) {
	status = -EFBIG;
	goto fail;
}
do you have any idea?
this is generic IPCam testing.
Best Regards,
Soho123
--
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


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux