CVSROOT: /cvs Module name: src Changes by: kir...@cvs.openbsd.org 2024/12/07 10:23:27
Modified files: sys/dev/usb : uvideo.c Log 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@