[GIT PATCH for 2.6.26] V4L/DVB: Addition of UVC driver



Linus,

Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master

For USB Video Class (UVC) driver.

I know that we are very late on 2.6.26 cycle. However,
1) most of modern webcams are based on USB Video Class (UVC). So, this
driver is important to suport those cams.
2) This is a driver-only addition. There aren't any changes at V4L/DVB
core. No risk of causing regressions on the already supported devices;
3) The driver were already reviewed by V4L and USB people;
4) The driver is already widely used, since it is merged as an
out-of-tree driver on several distros.

So, on my opinion, we should merge it for 2.6.26.

Cheers,
Mauro.

---

MAINTAINERS | 8 +
drivers/media/video/Kconfig | 8 +
drivers/media/video/Makefile | 2 +
drivers/media/video/uvc/Makefile | 3 +
drivers/media/video/uvc/uvc_ctrl.c | 1256 ++++++++++++++++++++++
drivers/media/video/uvc/uvc_driver.c | 1955 ++++++++++++++++++++++++++++++++++
drivers/media/video/uvc/uvc_isight.c | 134 +++
drivers/media/video/uvc/uvc_queue.c | 477 +++++++++
drivers/media/video/uvc/uvc_status.c | 207 ++++
drivers/media/video/uvc/uvc_v4l2.c | 1105 +++++++++++++++++++
drivers/media/video/uvc/uvc_video.c | 934 ++++++++++++++++
drivers/media/video/uvc/uvcvideo.h | 796 ++++++++++++++
12 files changed, 6885 insertions(+), 0 deletions(-)
create mode 100644 drivers/media/video/uvc/Makefile
create mode 100644 drivers/media/video/uvc/uvc_ctrl.c
create mode 100644 drivers/media/video/uvc/uvc_driver.c
create mode 100644 drivers/media/video/uvc/uvc_isight.c
create mode 100644 drivers/media/video/uvc/uvc_queue.c
create mode 100644 drivers/media/video/uvc/uvc_status.c
create mode 100644 drivers/media/video/uvc/uvc_v4l2.c
create mode 100644 drivers/media/video/uvc/uvc_video.c
create mode 100644 drivers/media/video/uvc/uvcvideo.h

Laurent Pinchart (1):
V4L/DVB (8145a): USB Video Class driver

---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: Still image capture with a UVC driver
    ... implement in their camera controller. ... the USB Video Class spec, then you don't NEED to write a driver. ... want to use the UVC "still image transfer method 3" (which uses USB ...
    (microsoft.public.win32.programmer.directx.video)
  • RE: Video Driver Stack question from the Noob
    ... only be necessary if the device wasn't USB Video Class compliant? ... You do not have to write a driver if your device is USB Video Class ... AVStream minidriver. ...
    (microsoft.public.development.device.drivers)
  • Re: More USB Video questions from the noob
    ... \par We only support a subset of the USB Video Class standard 1.0 in our driver as specified by these KBs: ...
    (microsoft.public.development.device.drivers)
  • Re: [GIT PATCH for 2.6.26] V4L/DVB: Addition of UVC driver
    ... For USB Video Class (UVC) driver. ... most of modern webcams are based on USB Video Class. ... There aren't any changes at V4L/DVB ...
    (Linux-Kernel)
  • Re: Vendor Format in DirectShow
    ... newsgroups and MSDN I decided after posting here to re-read it in case ... The USB video class driver does not support the video data to send back ...
    (microsoft.public.win32.programmer.directx.video)