• John Tyner's avatar
    [PATCH] drivers/usb/media/vicam.c: simplify vicam_read · fddc87bb
    John Tyner authored
    > The following patch removes the old framebuf_size and framebuf_read_start
    > values from the cam structure and simplifes the read function. It also
    > moves the needs dummy read check into the read_frame function. cp and dd
    > should both still work.
    
    This is in addition to the previous patch. It should allow any programs
    that read entire frames to receive a new frame with each successive read.
    Programs that read less than the entire frame will read until they reach
    the end of the frame. They will then read 0 bytes (signifying EOF). The
    next read will start the next frame.
    fddc87bb
vicam.c 36.3 KB