All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Francois Moine <moinejf@free.fr>
To: linux-media@vger.kernel.org
Subject: [GIT PATCHES FOR 2.6.37] gspca for_2.6.37
Date: Mon, 13 Sep 2010 12:48:36 +0200	[thread overview]
Message-ID: <20100913124836.637de309@tele> (raw)

The following changes since commit
991403c594f666a2ed46297c592c60c3b9f4e1e2:

  V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0) (2010-09-11 11:58:01 -0300)

are available in the git repository at:
  git://linuxtv.org/jfrancois/gspca.git for_2.6.37

Alexander Goncharov (1):
      gspca - sonixj: Add webcam 0c45:612b

Andy Walls (3):
      gspca_cpia1: Add basic v4l2 illuminator controls for the Intel Play QX3
      gspca_cpia1: Restore QX3 illuminators' state on resume
      gspca_cpia1: Disable illuminator controls if not an Intel Play QX3

Jean-François Moine (9):
      gspca - all modules: Remove useless module load/unload messages.
      gspca - all modules: Display error messages when gspca debug disabled.
      gspca - sn9c20x: Bad transfer size of Bayer images.
      gspca - sn9c20x: Fix the number of bytes per line.
      gspca - sn9c20x: Better image sizes.
      gspca - main: New video control mechanism.
      gspca - stk014: Use the new video control mechanism.
      gspca - sonixj: Webcam 0c45:6102 added.
      v4l2: Add illuminator controls.

 Documentation/DocBook/v4l/controls.xml             |    9 +-
 Documentation/video4linux/gspca.txt                |    2 +
 drivers/media/video/gspca/conex.c                  |    8 +-
 drivers/media/video/gspca/cpia1.c                  |  127 +++++++++++++--
 drivers/media/video/gspca/etoms.c                  |    8 +-
 drivers/media/video/gspca/finepix.c                |   15 +--
 drivers/media/video/gspca/gl860/gl860.c            |    6 +-
 drivers/media/video/gspca/gspca.c                  |  118 +++++++++-----
 drivers/media/video/gspca/gspca.h                  |   12 ++-
 drivers/media/video/gspca/jeilinj.c                |   15 +--
 drivers/media/video/gspca/konica.c                 |   19 +--
 drivers/media/video/gspca/m5602/m5602_core.c       |    8 +-
 drivers/media/video/gspca/mars.c                   |   11 +-
 drivers/media/video/gspca/mr97310a.c               |   29 +--
 drivers/media/video/gspca/ov519.c                  |   51 +++----
 drivers/media/video/gspca/ov534.c                  |   19 +--
 drivers/media/video/gspca/ov534_9.c                |   19 +--
 drivers/media/video/gspca/pac207.c                 |   16 +--
 drivers/media/video/gspca/pac7302.c                |   25 +--
 drivers/media/video/gspca/pac7311.c                |   25 +--
 drivers/media/video/gspca/sn9c2028.c               |   19 +--
 drivers/media/video/gspca/sn9c20x.c                |   49 +++---
 drivers/media/video/gspca/sonixb.c                 |    8 +-
 drivers/media/video/gspca/sonixj.c                 |   15 +-
 drivers/media/video/gspca/spca1528.c               |   15 +--
 drivers/media/video/gspca/spca500.c                |   14 +-
 drivers/media/video/gspca/spca501.c                |   10 +-
 drivers/media/video/gspca/spca505.c                |   14 +--
 drivers/media/video/gspca/spca508.c                |   13 +-
 drivers/media/video/gspca/spca561.c                |   10 +-
 drivers/media/video/gspca/sq905.c                  |   21 +--
 drivers/media/video/gspca/sq905c.c                 |   15 +--
 drivers/media/video/gspca/sq930x.c                 |   23 +--
 drivers/media/video/gspca/stk014.c                 |  176 +++++--------------
 drivers/media/video/gspca/stv0680.c                |   13 +-
 drivers/media/video/gspca/stv06xx/stv06xx.c        |   10 +-
 drivers/media/video/gspca/stv06xx/stv06xx_st6422.c |    2 +-
 drivers/media/video/gspca/sunplus.c                |   18 +--
 drivers/media/video/gspca/t613.c                   |   10 +-
 drivers/media/video/gspca/tv8532.c                 |    8 +-
 drivers/media/video/gspca/vc032x.c                 |   19 +--
 drivers/media/video/gspca/w996Xcf.c                |    6 +-
 drivers/media/video/gspca/xirlink_cit.c            |   17 +--
 drivers/media/video/gspca/zc3xx.c                  |   17 +--
 drivers/media/video/sn9c102/sn9c102_devtable.h     |    2 +
 drivers/media/video/v4l2-ctrls.c                   |    4 +
 include/linux/videodev2.h                          |    5 +-
 47 files changed, 458 insertions(+), 617 deletions(-)

-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

             reply	other threads:[~2010-09-13 10:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13 10:48 Jean-Francois Moine [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-09-20  7:38 [GIT PATCHES FOR 2.6.37] gspca for_2.6.37 Jean-Francois Moine
2010-09-25  9:18 Jean-Francois Moine
2010-09-30 12:14 ` Mauro Carvalho Chehab
2010-10-01 11:12 Jean-Francois Moine
2010-10-02 10:32 Jean-Francois Moine
2010-10-16 17:23 Jean-Francois Moine
2010-10-19  8:58 Jean-Francois Moine
2010-10-29 17:58 Jean-Francois Moine

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=20100913124836.637de309@tele \
    --to=moinejf@free.fr \
    --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.