From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-dvb-maintainer@linuxtv.org, video4linux-list@redhat.com,
linux-kernel@vger.kernel.org, Greg KH <gregkh@suse.de>,
Brandon Philips <bphilips@suse.de>
Subject: [GIT PATCH for 2.6.26] V4L/DVB: Addition of UVC driver
Date: Mon, 30 Jun 2008 17:56:05 -0300 [thread overview]
Message-ID: <20080630175605.445b7672@gaivota> (raw)
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
next reply other threads:[~2008-06-30 20:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-30 20:56 Mauro Carvalho Chehab [this message]
2008-07-02 12:18 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080630175605.445b7672@gaivota \
--to=mchehab@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=bphilips@suse.de \
--cc=gregkh@suse.de \
--cc=linux-dvb-maintainer@linuxtv.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=video4linux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®