CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
