OSDN Git Service

V4L/DVB (8145a): USB Video Class driver
authorLaurent Pinchart <laurent.pinchart@skynet.be>
Mon, 30 Jun 2008 18:04:50 +0000 (15:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 30 Jun 2008 20:31:13 +0000 (17:31 -0300)
commitc0efd232929c2cd87238de2cccdaf4e845be5b0c
tree46febbdb8d29e4e081628778740c206c20024e80
parente1441b9a41c33aa9236008a7cfe49a8e723fb397
V4L/DVB (8145a): USB Video Class driver

This driver supports video input devices compliant with the USB Video Class
specification. This means lots of currently manufactured webcams, and probably
most of the future ones.

Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
12 files changed:
MAINTAINERS
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/uvc/Makefile [new file with mode: 0644]
drivers/media/video/uvc/uvc_ctrl.c [new file with mode: 0644]
drivers/media/video/uvc/uvc_driver.c [new file with mode: 0644]
drivers/media/video/uvc/uvc_isight.c [new file with mode: 0644]
drivers/media/video/uvc/uvc_queue.c [new file with mode: 0644]
drivers/media/video/uvc/uvc_status.c [new file with mode: 0644]
drivers/media/video/uvc/uvc_v4l2.c [new file with mode: 0644]
drivers/media/video/uvc/uvc_video.c [new file with mode: 0644]
drivers/media/video/uvc/uvcvideo.h [new file with mode: 0644]