Hi Martin

>It works around the USB errors by
> retrying control requests up to three times.

> +               if(ret >= 0 || ret != -EPIPE)
> +                       break;

Thank you for your work. The only question is what happens when ret == 
ETIMEOUT ? The camera usually becomes unaccessable after this error

Regards, Evgeny
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to