* [GIT PATCHES FOR 3.3] gspca: fixes and new driver, pwc: large cleanup
@ 2012-01-06 10:39 Hans de Goede
0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2012-01-06 10:39 UTC (permalink / raw)
To: Linux Media Mailing List
Hi Mauro (et all),
Please pull from my tree for various gspca fixes, a new gspca sub driver and
some major pwc driver cleanups, removing a lot of old driver specific API,
per feature-removal-schedule.txt.
The following changes since commit 6cb393c82255c448a92754f2a2a6b715bd9418dc:
[media] drxk_hard: fix locking issues when changing the delsys (2012-01-05 16:44:10 -0200)
are available in the git repository at:
git://linuxtv.org/hgoede/gspca.git media-for_v3.3
Hans de Goede (17):
gspca: Fix falling back to lower isoc alt settings
gspca_sonixb: Fix exposure control min/max value for coarse expo sensors
gspca_pac7302: Add usb-id for 145f:013c
gscpa_ov519: Fix the bandwidth calc for enabling compression
gscpa_t613: Add support for the camera button
pwc: Use v4l2-device and v4l2-fh
pwc: Properly mark device_hint as unused in all probe error paths
pwc: Make auto white balance speed and delay available as v4l2 controls
pwc: Rework locking
pwc: Read new preset values when changing awb control to a preset
pwc: Remove driver specific sysfs interface
pwc: Remove driver specific use of pixfmt.priv in the pwc driver
pwc: Remove dead snapshot code
pwc: Remove driver specific ioctls
pwc: Remove software emulation of arbritary resolutions
pwc: Get rid of compression module parameter
pwc: Properly fill all fields on try_fmt
Theodore Kilgore (1):
gspca: Add jl2005bcd sub driver
Documentation/DocBook/media/v4l/pixfmt.xml | 5 +
Documentation/feature-removal-schedule.txt | 35 --
Documentation/video4linux/gspca.txt | 1 +
drivers/media/video/gspca/Kconfig | 10 +
drivers/media/video/gspca/Makefile | 2 +
drivers/media/video/gspca/gspca.c | 2 +-
drivers/media/video/gspca/jl2005bcd.c | 554 +++++++++++++++++++++
drivers/media/video/gspca/ov519.c | 4 +-
drivers/media/video/gspca/pac7302.c | 1 +
drivers/media/video/gspca/sonixb.c | 15 +-
drivers/media/video/gspca/t613.c | 25 +
drivers/media/video/pwc/pwc-ctrl.c | 723 ++--------------------------
drivers/media/video/pwc/pwc-dec23.c | 288 ++----------
drivers/media/video/pwc/pwc-dec23.h | 5 +-
drivers/media/video/pwc/pwc-if.c | 297 ++++--------
drivers/media/video/pwc/pwc-kiara.h | 2 +-
drivers/media/video/pwc/pwc-misc.c | 87 +---
drivers/media/video/pwc/pwc-timon.h | 2 +-
drivers/media/video/pwc/pwc-uncompress.c | 46 +--
drivers/media/video/pwc/pwc-v4l.c | 258 +++++-----
drivers/media/video/pwc/pwc.h | 66 ++--
include/linux/videodev2.h | 1 +
include/media/pwc-ioctl.h | 323 -------------
23 files changed, 997 insertions(+), 1755 deletions(-)
create mode 100644 drivers/media/video/gspca/jl2005bcd.c
delete mode 100644 include/media/pwc-ioctl.h
Thanks & Regards,
Hans
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-06 10:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-06 10:39 [GIT PATCHES FOR 3.3] gspca: fixes and new driver, pwc: large cleanup Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).