Re: [PATCH v2 2/3] usb: gadget: uvc: remove delay usb status phase

2018-05-21 Thread Laurent Pinchart
Hi Paul, Thank you for the patch. On Tuesday, 24 April 2018 23:59:35 EEST Paul Elder wrote: > The completion of the usb status phase doesn't need to be delayed > from uvc_function_set_alt to uvc_v4l2_streamon/off. > Remove USB_GADGET_DELAYED_STATUS and usb_composite_setup_delay from > these two,

Re: [PATCH v2 2/3] usb: gadget: uvc: remove delay usb status phase

2018-04-25 Thread Roger Quadros
Hi Paul, On 24/04/18 23:59, Paul Elder wrote: > The completion of the usb status phase doesn't need to be delayed > from uvc_function_set_alt to uvc_v4l2_streamon/off. > Remove USB_GADGET_DELAYED_STATUS and usb_composite_setup_delay from > these two, respectively. > > Signed-off-by: Paul Elder

[PATCH v2 2/3] usb: gadget: uvc: remove delay usb status phase

2018-04-24 Thread Paul Elder
The completion of the usb status phase doesn't need to be delayed from uvc_function_set_alt to uvc_v4l2_streamon/off. Remove USB_GADGET_DELAYED_STATUS and usb_composite_setup_delay from these two, respectively. Signed-off-by: Paul Elder --- Changes in v2: 1.