Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | V4L/DVB: uvc: Move constants and structures definitions to linux/usb/video.h | Laurent Pinchart | 2010-08-02 | 1 | -351/+1 |
| | | | | | | | | | | | The UVC host and gadget drivers both define constants and structures in private header files. Move all those definitions to linux/usb/video.h where they can be shared by the two drivers (and be available for userspace applications). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> | ||||
* | USB gadget: video class function driver | Laurent Pinchart | 2010-05-20 | 1 | -0/+376 |
This USB video class function driver implements a video capture device from the host's point of view. It creates a V4L2 output device on the gadget's side to transfer data from a userspace application over USB. The UVC-specific descriptors are passed by the gadget driver to the UVC function driver, making them completely configurable without any modification to the function's driver code. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |