All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCHES FOR 2.6.39] new vicam driver + gspca_sn9c20x fixes
@ 2011-02-22 16:44 Hans de Goede
  0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2011-02-22 16:44 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Jean-Francois Moine, Brian Johnson, Devin Heitmueller

Hi Mauro,

Please pull from my gspca tree, for a new driver for the vicam, removal of the
old vicam driver from staging, some gspca_sn9c20x fixes and a gspca_cpia1 fix.

Note this pull request supersedes my previous one.

The following changes since commit 5ed4bbdae09d207d141759e013a0f3c24ae76ecc:

   [media] tuner-core: Don't touch at standby during tuner_lookup (2011-02-15 10:31:01 -0200)

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

Hans de Goede (8):
       gspca_sn9c20x: Fix colored borders with ov7660 sensor
       gspca_sn9c20x: Add hflip and vflip controls for the ov7660 sensor
       gspca_sn9c20x: Add LED_REVERSE flag for 0c45:62bb
       gspca_sn9c20x: Make buffers slightly larger for JPEG frames
       gspca_sn9c20x: Add another MSI laptop to the sn9c20x upside down list
       gspca: Add new vicam subdriver
       gspca_cpia1: Don't allow the framerate divisor to go above 2
       staging-usbvideo: remove

  drivers/media/video/gspca/Kconfig   |   10 +
  drivers/media/video/gspca/Makefile  |    2 +
  drivers/media/video/gspca/cpia1.c   |    6 +-
  drivers/media/video/gspca/sn9c20x.c |   40 +-
  drivers/media/video/gspca/vicam.c   |  381 ++++++
  drivers/staging/Kconfig             |    2 -
  drivers/staging/Makefile            |    1 -
  drivers/staging/usbvideo/Kconfig    |   15 -
  drivers/staging/usbvideo/Makefile   |    2 -
  drivers/staging/usbvideo/TODO       |    5 -
  drivers/staging/usbvideo/usbvideo.c | 2230 -----------------------------------
  drivers/staging/usbvideo/usbvideo.h |  395 -------
  drivers/staging/usbvideo/vicam.c    |  952 ---------------
  drivers/staging/usbvideo/videodev.h |  318 -----
  14 files changed, 426 insertions(+), 3933 deletions(-)
  create mode 100644 drivers/media/video/gspca/vicam.c
  delete mode 100644 drivers/staging/usbvideo/Kconfig
  delete mode 100644 drivers/staging/usbvideo/Makefile
  delete mode 100644 drivers/staging/usbvideo/TODO
  delete mode 100644 drivers/staging/usbvideo/usbvideo.c
  delete mode 100644 drivers/staging/usbvideo/usbvideo.h
  delete mode 100644 drivers/staging/usbvideo/vicam.c
  delete mode 100644 drivers/staging/usbvideo/videodev.h

Thanks,

Hans

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-22 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 16:44 [GIT PATCHES FOR 2.6.39] new vicam driver + gspca_sn9c20x fixes Hans de Goede

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.