Skip to content

Commit

Permalink
USB gadget: video class function driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laurent Pinchart authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 910f8d0 commit cdda479
Show file tree
Hide file tree
Showing 7 changed files with 2,710 additions and 0 deletions.
Loading

0 comments on commit cdda479

Please sign in to comment.