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 PULL for 3.12] New gspca webcam driver + misc fixes
Date: Tue, 20 Aug 2013 16:41:39 +0200	[thread overview]
Message-ID: <52138023.2090205@redhat.com> (raw)

Hi Mauro,

Please pull from my gspca tree for a new webcam driver + misc fixes.

The following changes since commit bfd22c490bc74f9603ea90c37823036660a313e2:

   v4l2-common: warning fix (W=1): add a missed function prototype (2013-08-18 10:18:30 -0300)

are available in the git repository at:

   git://linuxtv.org/hgoede/gspca.git media-for_v3.12

for you to fetch changes up to b5ad203a7dc1546a20e615504621adcb0124a9b4:

   introduce gspca-stk1135: Syntek STK1135 driver (2013-08-20 15:35:16 +0200)

----------------------------------------------------------------
Alexey Khoroshilov (1):
       gspca: fix dev_open() error path

Antonio Ospite (1):
       gspca-ov534: don't call sd_start() from sd_init()

Hans de Goede (1):
       radio-si470x-usb: Remove software version check

Ondrej Zary (1):
       introduce gspca-stk1135: Syntek STK1135 driver

  drivers/media/radio/si470x/radio-si470x-usb.c |  11 -
  drivers/media/usb/gspca/Kconfig               |   9 +
  drivers/media/usb/gspca/Makefile              |   2 +
  drivers/media/usb/gspca/gspca.c               |   6 +-
  drivers/media/usb/gspca/ov534.c               |   3 +-
  drivers/media/usb/gspca/stk1135.c             | 685 ++++++++++++++++++++++++++
  drivers/media/usb/gspca/stk1135.h             |  57 +++
  7 files changed, 759 insertions(+), 14 deletions(-)
  create mode 100644 drivers/media/usb/gspca/stk1135.c
  create mode 100644 drivers/media/usb/gspca/stk1135.h

Thanks & Regards,

Hans

                 reply	other threads:[~2013-08-20 14:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=52138023.2090205@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.