This series contains patches to improve signaling of transmit errors on gadget and host side. The gadget now will tag an frame with UVC_STREAM_ERROR in the header for the host to know that the transferred frame has errors. The gadget will also skip tagging the frame erroneous if the request that got not transmitted to the host did not contain any data. Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> --- Michael Grzeschik (2): usb: gadget: uvc: dont drop frames if zero length packages are late usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR drivers/usb/gadget/function/uvc_video.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- base-commit: 88bae831f3810e02c9c951233c7ee662aa13dc2c change-id: 20240214-uvc-error-tag-7b7d25c8eeff Best regards, -- Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx>