public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCHES FOR 2.6.38] gspca for_2.6.38
@ 2011-01-13 10:59 Jean-Francois Moine
  2011-01-13 11:38 ` Antonio Ospite
  0 siblings, 1 reply; 10+ messages in thread
From: Jean-Francois Moine @ 2011-01-13 10:59 UTC (permalink / raw)
  To: linux-media

The following changes since commit
353b61709a555fab9745cb7aea18e1c376c413ce:

  [media] radio-si470x: Always report support for RDS (2011-01-11 14:44:28 -0200)

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

Jean-François Moine (9):
      gspca: Version change.
      gspca: Remove __devinit, __devinitconst and __devinitdata
      gspca: Remove useless instructions
      gspca - ov519: Cleanup source and add a comment
      gspca - ov534: Clearer debug messages
      gspca - ov534: Propagate errors to higher level
      gspca - ov534: Use the new video control mechanism
      gspca - sonixj: Infrared bug fix and enhancement
      gspca - sonixj: Add LED (illuminator) control to the webcam 0c45:614a.

 drivers/media/video/gspca/benq.c             |    2 +-
 drivers/media/video/gspca/conex.c            |    4 +-
 drivers/media/video/gspca/cpia1.c            |    2 +-
 drivers/media/video/gspca/etoms.c            |    4 +-
 drivers/media/video/gspca/finepix.c          |    2 +-
 drivers/media/video/gspca/gl860/gl860.c      |    2 +-
 drivers/media/video/gspca/gspca.c            |    2 +-
 drivers/media/video/gspca/jeilinj.c          |    2 +-
 drivers/media/video/gspca/jpeg.h             |    4 +-
 drivers/media/video/gspca/konica.c           |    2 +-
 drivers/media/video/gspca/m5602/m5602_core.c |    2 +-
 drivers/media/video/gspca/mars.c             |    2 +-
 drivers/media/video/gspca/mr97310a.c         |    2 +-
 drivers/media/video/gspca/ov519.c            |    8 +-
 drivers/media/video/gspca/ov534.c            |  473 +++++++-------------------
 drivers/media/video/gspca/ov534_9.c          |    2 +-
 drivers/media/video/gspca/pac207.c           |    2 +-
 drivers/media/video/gspca/pac7302.c          |    4 +-
 drivers/media/video/gspca/pac7311.c          |    4 +-
 drivers/media/video/gspca/sn9c2028.c         |    2 +-
 drivers/media/video/gspca/sn9c20x.c          |    2 +-
 drivers/media/video/gspca/sonixb.c           |    4 +-
 drivers/media/video/gspca/sonixj.c           |   92 +++---
 drivers/media/video/gspca/spca1528.c         |    2 +-
 drivers/media/video/gspca/spca500.c          |    2 +-
 drivers/media/video/gspca/spca501.c          |    2 +-
 drivers/media/video/gspca/spca505.c          |    2 +-
 drivers/media/video/gspca/spca508.c          |    2 +-
 drivers/media/video/gspca/spca561.c          |    2 +-
 drivers/media/video/gspca/sq905.c            |    2 +-
 drivers/media/video/gspca/sq905c.c           |    2 +-
 drivers/media/video/gspca/sq930x.c           |    2 +-
 drivers/media/video/gspca/stk014.c           |    2 +-
 drivers/media/video/gspca/stv0680.c          |    2 +-
 drivers/media/video/gspca/stv06xx/stv06xx.c  |    2 +-
 drivers/media/video/gspca/sunplus.c          |    2 +-
 drivers/media/video/gspca/t613.c             |    2 +-
 drivers/media/video/gspca/tv8532.c           |    2 +-
 drivers/media/video/gspca/vc032x.c           |    2 +-
 drivers/media/video/gspca/xirlink_cit.c      |    2 +-
 drivers/media/video/gspca/zc3xx.c            |    2 +-
 41 files changed, 218 insertions(+), 443 deletions(-)

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [GIT PATCHES FOR 2.6.38] gspca for_2.6.38
@ 2010-12-28 10:42 Jean-Francois Moine
  0 siblings, 0 replies; 10+ messages in thread
From: Jean-Francois Moine @ 2010-12-28 10:42 UTC (permalink / raw)
  To: linux-media

The following changes since commit
fc43dd115e1c07af122440971177451cef5c45c0:

  [media] MEDIA: RC: Provide full scancodes for TT-1500 remote control (2010-12-27 19:26:56 -0200)

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

Jean-François Moine (9):
      gspca - main: Fix some warnings
      gspca - pac7302/pac7311: Fix some warnings
      gspca: Bad comment
      gspca - zc3xx: Keep sorted the device table
      gspca - zc3xx: Use the new video control mechanism
      gspca - zc3xx: The sensor of the VF0250 is a GC0303
      gspca - vc032x: Cleanup source
      gspca - stv06xx/st6422: Use the new video control mechanism
      gspca - sonixj: Bad clock for om6802 in 640x480

 drivers/media/video/gspca/gspca.c                  |   10 +-
 drivers/media/video/gspca/gspca.h                  |    2 +-
 drivers/media/video/gspca/pac7302.c                |    2 +-
 drivers/media/video/gspca/pac7311.c                |    2 +-
 drivers/media/video/gspca/sonixj.c                 |    2 +-
 drivers/media/video/gspca/stv06xx/stv06xx_st6422.c |  272 ++++++++-----------
 drivers/media/video/gspca/stv06xx/stv06xx_st6422.h |   10 -
 drivers/media/video/gspca/vc032x.c                 |   74 +++---
 drivers/media/video/gspca/zc3xx.c                  |  290 ++++++--------------
 9 files changed, 251 insertions(+), 413 deletions(-)

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [GIT PATCHES FOR 2.6.38] gspca for_2.6.38
@ 2010-12-25 17:11 Jean-Francois Moine
  0 siblings, 0 replies; 10+ messages in thread
From: Jean-Francois Moine @ 2010-12-25 17:11 UTC (permalink / raw)
  To: linux-media

The following changes since commit
884d09f0d9f2eb6848c71fd024c250816f835572:

  [media] drivers:media:dvb: add USB PIDs for Elgato EyeTV Sat (2010-12-22 15:57:42 -0200)

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

Jean-François Moine (7):
      gspca - sq930x: Don't register a webcam when there are USB errors
      gspca - sq930x: Some detected sensors are not handled yet
      gspca - sq930x: Fix a bad comment
      gspca - main: Check the isoc packet status before its length
      gspca: Use the global error status for get/set streamparm
      gspca - ov519: Bad detection of some ov7670 sensors
      gspca - ov534_9: Remove a useless instruction

Theodore Kilgore (1):
      gspca - sq905c: Adds the Lego Bionicle

 Documentation/video4linux/gspca.txt |    1 +
 drivers/media/video/gspca/gspca.c   |   34 ++++++++++++++++++----------------
 drivers/media/video/gspca/gspca.h   |    2 +-
 drivers/media/video/gspca/ov519.c   |    4 ++--
 drivers/media/video/gspca/ov534.c   |   14 ++------------
 drivers/media/video/gspca/ov534_9.c |    1 -
 drivers/media/video/gspca/sq905c.c  |    1 +
 drivers/media/video/gspca/sq930x.c  |   28 ++++++++++++++++++++--------
 8 files changed, 45 insertions(+), 40 deletions(-)

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [GIT PATCHES FOR 2.6.38] gspca for_2.6.38
@ 2010-11-13  9:46 Jean-Francois Moine
  2010-11-13 12:16 ` Anca Emanuel
  0 siblings, 1 reply; 10+ messages in thread
From: Jean-Francois Moine @ 2010-11-13  9:46 UTC (permalink / raw)
  To: linux-media

The following changes since commit
af9f14f7fc31f0d7b7cdf8f7f7f15a3c3794aea3:

  [media] IR: add tv power scancode to rc6 mce keymap (2010-11-10 00:58:49 -0200)

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

Jean-François Moine (16):
      gspca - ov519: Handle the snapshot on capture stop when CONFIG_INPUT=m
      gspca - ov519: Don't do USB exchanges after disconnection
      gspca - ov519: Change types '__xx' to 'xx'
      gspca - ov519: Reduce the size of some variables
      gspca - ov519: Define the sensor types in an enum
      gspca - ov519: Cleanup source
      gspca - ov519: Set their numbers in the ov519 and ov7670 register names
      gspca - ov519: Define the disabled controls in a table
      gspca - ov519: Propagate errors to higher level
      gspca - ov519: Clearer debug and error messages
      gspca - ov519: Check the disabled controls at start time only
      gspca - ov519: Simplify the LED control functions
      gspca - ov519: Change the ov519 start and stop sequences
      gspca - ov519: Initialize the ov519 snapshot register
      gspca - ov519: Re-initialize the webcam at resume time
      gspca - ov519: New sensor ov7660 with bridge ov530 (ov519)

Nicolas Kaiser (1):
      gspca - cpia1: Fix error check

 drivers/media/video/gspca/cpia1.c   |    2 +-
 drivers/media/video/gspca/ov519.c   | 1671 +++++++++++++++++++++--------------
 drivers/media/video/gspca/w996Xcf.c |  325 +++----
 3 files changed, 1131 insertions(+), 867 deletions(-)

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

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

end of thread, other threads:[~2011-01-16 14:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13 10:59 [GIT PATCHES FOR 2.6.38] gspca for_2.6.38 Jean-Francois Moine
2011-01-13 11:38 ` Antonio Ospite
2011-01-13 16:30   ` Jean-Francois Moine
2011-01-14 15:05     ` Antonio Ospite
2011-01-16 16:38     ` Mauro Carvalho Chehab
  -- strict thread matches above, loose matches on Subject: below --
2010-12-28 10:42 Jean-Francois Moine
2010-12-25 17:11 Jean-Francois Moine
2010-11-13  9:46 Jean-Francois Moine
2010-11-13 12:16 ` Anca Emanuel
2010-11-13 14:18   ` Mauro Carvalho Chehab

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