From: Laurent Pinchart Date: Sun, 2 May 2010 18:57:41 +0000 (+0200) Subject: USB gadget: video class function driver X-Git-Tag: v2.6.35-rc1~471^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdda479f15cd13fa50a913ca85129c0437cc7b91;p=pandora-kernel.git USB gadget: video class function driver 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed