CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2025/03/01 05:30:19
Modified files: sys/dev/usb : uvideo.c Log message: Copy frames directly in to the mmap'ed buffer. This saves us one bcopy() down the frame queuing path. Original idea and diff from kirill@, with some modifications. ok kirill@