• Simon Evans's avatar
    [PATCH] add callback for VIDIOCSWIN ioctl to usbvideo · bb556409
    Simon Evans authored
    This patch adds a callback for VIDIOCSWIN ioctl to usbvideo so
    the webcam miniport drivers can implement handling for the ioctl.
    
    It also makes VIDIOCGWIN return the frame size for the current
    mode rather than the canvas size. For current drivers
    uvd->canvas == uvd->videosize since the frame size is set
    when the module is loaded.
    bb556409
usbvideo.c 65.4 KB