public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCHES FOR 2.6.39] gspca for_v2.6.39
@ 2011-03-22  9:57 Jean-Francois Moine
  0 siblings, 0 replies; 3+ messages in thread
From: Jean-Francois Moine @ 2011-03-22  9:57 UTC (permalink / raw)
  To: linux-media

The following changes since commit
d2803205ff3be8e8ea4634709799606c5d5294b5:

  [media] via-camera: Fix OLPC serial check (2011-03-21 21:48:25 -0300)

are available in the git repository at:
  git://linuxtv.org/jfrancois/gspca.git for_v2.6.39

Jean-François Moine (9):
      gspca - nw80x: Cleanup source
      gspca - nw80x: The webcam dsb-c110 is the same as the twinkle
      gspca - nw80x: Do some initialization at probe time
      gspca - nw80x: Fix the gain, exposure and autogain
      gspca - nw80x: Check the bridge from the webcam type
      gspca - nw80x: Fix some image resolutions
      gspca - nw80x: Get the sensor ID when bridge et31x110
      gspca - nw80x: Fix exposure for some webcams
      gspca - zc3xx: Add exposure control for sensor hv7131r

Patrice Chotard (1):
      gspca - main: Add endpoint direction test in alt_xfer

 drivers/media/video/gspca/gspca.c |    3 +-
 drivers/media/video/gspca/nw80x.c |  858 ++++++++++++-------------------------
 drivers/media/video/gspca/zc3xx.c |   76 +++-
 3 files changed, 351 insertions(+), 586 deletions(-)
-- 
Ken ar c'hentañ	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [GIT PATCHES FOR 2.6.39] gspca for_v2.6.39
@ 2011-03-14 11:54 Jean-Francois Moine
  0 siblings, 0 replies; 3+ messages in thread
From: Jean-Francois Moine @ 2011-03-14 11:54 UTC (permalink / raw)
  To: linux-media

The following changes since commit
41f3becb7bef489f9e8c35284dd88a1ff59b190c:

  [media] V4L DocBook: update V4L2 version (2011-03-11 18:09:02 -0300)

are available in the git repository at:
  git://linuxtv.org/jfrancois/gspca.git for_v2.6.39

Hans de Goede (1):
      gspca - sonixb: Update inactive flags to reflect autogain setting

Jean-François Moine (9):
      gspca - zc3xx: Remove double definition
      gspca - zc3xx: Cleanup source
      gspca: New file autogain_functions.h
      gspca - sonixb: Use the new control mechanism
      gspca - sonixb: Clenup source
      gspca - jeilinj / stv06xx: Fix some warnings
      gspca - ov519: Add exposure and autogain controls for ov2610/2610ae
      gspca - main: Cleanup source
      gspca - nw80x: New subdriver for Divio based webcams

 Documentation/video4linux/gspca.txt            |    9 +
 drivers/media/video/gspca/Kconfig              |    9 +
 drivers/media/video/gspca/Makefile             |    2 +
 drivers/media/video/gspca/autogain_functions.h |  179 ++
 drivers/media/video/gspca/gspca.c              |   13 +-
 drivers/media/video/gspca/jeilinj.c            |    2 -
 drivers/media/video/gspca/nw80x.c              | 2443 ++++++++++++++++++++++++
 drivers/media/video/gspca/ov519.c              |  120 +-
 drivers/media/video/gspca/sonixb.c             |  306 ++--
 drivers/media/video/gspca/stv06xx/stv06xx.c    |    2 -
 drivers/media/video/gspca/zc3xx-reg.h          |    2 -
 drivers/media/video/gspca/zc3xx.c              |   48 +-
 include/linux/videodev2.h                      |    1 +
 13 files changed, 2888 insertions(+), 248 deletions(-)
 create mode 100644 drivers/media/video/gspca/autogain_functions.h
 create mode 100644 drivers/media/video/gspca/nw80x.c

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

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [GIT PATCHES FOR 2.6.39] gspca for_v2.6.39
@ 2011-02-10 17:08 Jean-Francois Moine
  0 siblings, 0 replies; 3+ messages in thread
From: Jean-Francois Moine @ 2011-02-10 17:08 UTC (permalink / raw)
  To: linux-media

The following changes since commit
6148a47ac3872092d4bc4888838bec6dff16654d:

  Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 (2011-02-09 16:56:33 -0800)

are available in the git repository at:

  git://linuxtv.org/jfrancois/gspca.git for_v2.6.39

Jean-François Moine (16):
      gspca - sonixj: Move the avg lum computation to a separate function
      gspca - sonixj: Better scanning of isochronous packets
      gspca - sonixj: Have the same JPEG quality for encoding and decoding
      gspca - sonixj: Update the JPEG quality for best image transfer
      gspca - sonixj: Fix start sequence of sensor mt9v111
      gspca - sonixj: Adjust autogain for sensor mt9v111
      gspca - sonixj: Simplify GPIO setting when audio present
      gspca - sonixj: Same init for all bridges but the sn9c102p
      gspca - sonixj: Set both pins for infrared of mt9v111 webcams
      gspca - sonixj, zc3xx: Let some bandwidth for audio when USB 1.1
      gspca - ov534: Use the new control mechanism
      gspca - ov534: Add the webcam 06f8:3002 and sensor ov767x
      gspca - ov534: Add saturation control for ov767x
      gspca - sonixj: The pin S_PWR_DN is inverted for sensor mi0360
      gspca - ov519: Add the sensor ov2610ae
      gspca - ov519: Add the 800x600 resolution for sensors ov2610/2610ae

 Documentation/video4linux/gspca.txt |    1 +
 drivers/media/video/gspca/ov519.c   |   90 +++-
 drivers/media/video/gspca/ov534.c   |  980 +++++++++++++++++++++--------------
 drivers/media/video/gspca/sonixj.c  |  353 ++++++++-----
 drivers/media/video/gspca/zc3xx.c   |    4 +
 5 files changed, 912 insertions(+), 516 deletions(-)

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-22  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22  9:57 [GIT PATCHES FOR 2.6.39] gspca for_v2.6.39 Jean-Francois Moine
  -- strict thread matches above, loose matches on Subject: below --
2011-03-14 11:54 Jean-Francois Moine
2011-02-10 17:08 Jean-Francois Moine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox