All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver
Date: Fri, 30 Dec 2011 10:29:56 +0100	[thread overview]
Message-ID: <4EFD8494.4050506@redhat.com> (raw)

Hi Mauro et all,

Please pull from my tree, for a few small gspca fixes
(including the bulk mode fix I send earlier for 3.2) and a
new gspca subdriver for jl2005bcd based cameras by
Theodore Kilgore.

The following changes since commit 1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2:

   [media] tda10021: Add support for DVB-C Annex C (2011-12-20 14:01:08 -0200)

are available in the git repository at:
   git://linuxtv.org/hgoede/gspca.git media-for_v3.3

Hans de Goede (3):
       gspca: Fix bulk mode cameras no longer working (regression fix)
       gspca_pac207: Raise max exposure + various autogain setting tweaks
       gscpa_vicam: Fix oops if unplugged while streaming

Theodore Kilgore (1):
       gspca: add jl2005bcd sub driver

  Documentation/video4linux/gspca.txt   |    1 +
  drivers/media/video/gspca/Kconfig     |   10 +
  drivers/media/video/gspca/Makefile    |    2 +
  drivers/media/video/gspca/gspca.c     |    4 +-
  drivers/media/video/gspca/gspca.h     |    2 +
  drivers/media/video/gspca/jl2005bcd.c |  571 +++++++++++++++++++++++++++++++++
  drivers/media/video/gspca/pac207.c    |   10 +-
  drivers/media/video/gspca/vicam.c     |    3 +-
  include/linux/videodev2.h             |    1 +
  9 files changed, 596 insertions(+), 8 deletions(-)
  create mode 100644 drivers/media/video/gspca/jl2005bcd.c

Thanks & Regards,

Hans

             reply	other threads:[~2011-12-30  9:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-30  9:29 Hans de Goede [this message]
2011-12-30 10:24 ` [GIT PATCHES FOR 3.3] gspca patches and new jl2005bcd driver Jean-Francois Moine
2011-12-30 10:56   ` Hans de Goede
2011-12-30 11:26     ` Jean-Francois Moine
2011-12-30 11:39       ` Hans de Goede

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=4EFD8494.4050506@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=linux-media@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.