FROMGIT: usb: gadget: uvc: fix dropped frame after missed isoc
With the re-use of the previous completion status in 0d1c407b ("usb: dwc3: gadget: Return proper request status") it could be possible that the next frame would also get dropped if the current frame has a missed isoc error. Ensure that an interrupt is requested for the start of a new frame. Fixes: fc78941d ("usb: gadget: uvc: decrease the interrupt load to a quarter") Cc: <stable@vger.kernel.org> Signed-off-by:Dan Vacura <w36195@motorola.com> Link: https://lore.kernel.org/r/20221018215044.765044-2-w36195@motorola.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Bug: 249635012 (cherry picked from commit 8e8e923a https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-linus) Change-Id: Ie02e2b8a8ac577232a04e4315158e0b8357460a6 Signed-off-by:
Dan Vacura <w36195@motorola.com>
Loading
Please sign in to comment