CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2011/03/25 14:05:20

Modified files:
        sys/dev/usb    : uvideo.c 

Log message:
* empty the queue of frames in the mmap frame buffer and set the
index of the current frame to -1 when the mmap frame buffer is free'd
* set the index of the current frame to 0 when allocating the mmap
frame buffer
* paranoia: panic if a) the mmap frame buffer is already allocated when
we try to allocate it, or b) the mmap frame buffer is not allocated when
we try to add frames to it

tested by several

Reply via email to