Author :
kirill
Date :
2024-12-07 17:23:27
Hash :33d389b5 Message :sys/uvideo: add missed usbd_get_xfer_status
Without usbd_get_xfer_status the code is built on the assumption that
usbd_transfer always reads dwMaxPayloadTransferSize bytes from a device.
If this assumption doesn't hold, it produces broken frames which has
unexpected zeros.
OK mglocker@ kn@