CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2021/11/28 06:57:37
Modified files: sys/dev/usb : utvfu.c Log message: utvfu(4) only has one frame size, either for PAL or NTSC. Therefore return EINVAL after the first frame size has been returned in the VIDIOC_ENUM_FRAMESIZES ioctl. ok mpi@