safe/jmp/linux-2.6
15 years agoV4L/DVB (10099): soc-camera: add support for MT9T031 CMOS camera sensor from Micron
Guennadi Liakhovetski [Mon, 29 Dec 2008 09:04:59 +0000 (06:04 -0300)]
V4L/DVB (10099): soc-camera: add support for MT9T031 CMOS camera sensor from Micron

This camera is rather similar to MT9M001, but also has a couple of
enhanced features, like pixel binning.

 create mode 100644 drivers/media/video/mt9t031.c

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10098): ov772x: fix try_fmt calculation method
Kuninori Morimoto [Mon, 29 Dec 2008 09:04:44 +0000 (06:04 -0300)]
V4L/DVB (10098): ov772x: fix try_fmt calculation method

Don't modify driver's state in try_fmt, just verify format acceptability
or adjust it to driver's capabilities.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10097): ov772x: clear i2c client data on error and remove
Kuninori Morimoto [Mon, 29 Dec 2008 09:04:37 +0000 (06:04 -0300)]
V4L/DVB (10097): ov772x: clear i2c client data on error and remove

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10096): ov772x: change dev_info to dev_dbg
Kuninori Morimoto [Mon, 29 Dec 2008 09:04:22 +0000 (06:04 -0300)]
V4L/DVB (10096): ov772x: change dev_info to dev_dbg

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10095): The failure of set_fmt is solved in tw9910
Kuninori Morimoto [Mon, 29 Dec 2008 09:04:16 +0000 (06:04 -0300)]
V4L/DVB (10095): The failure of set_fmt is solved in tw9910

priv->scale is checked in start_capture.
Therefore, it should be NULL if failing in set_fmt.
This patch resolve this problem.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10094): Add tw9910 driver
Kuninori Morimoto [Mon, 29 Dec 2008 09:04:06 +0000 (06:04 -0300)]
V4L/DVB (10094): Add tw9910 driver

This patch adds tw9910 driver that use soc_camera framework.
It was tested on SH Migo-r board and mplayer.

 create mode 100644 drivers/media/video/tw9910.c
 create mode 100644 include/media/tw9910.h

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10093): soc-camera: add new bus width and signal polarity flags
Guennadi Liakhovetski [Fri, 19 Dec 2008 13:07:49 +0000 (10:07 -0300)]
V4L/DVB (10093): soc-camera: add new bus width and signal polarity flags

In preparation for i.MX31 camera host driver add flags for 4 and 15 bit bus
widths and for data lines polarity inversion.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10092): Change V4L2 field to ANY from NONE on sh_mobile_ceu_camera.c
Kuninori Morimoto [Thu, 18 Dec 2008 16:50:40 +0000 (13:50 -0300)]
V4L/DVB (10092): Change V4L2 field to ANY from NONE on sh_mobile_ceu_camera.c

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10091): mt9m001 mt9v022: simplify pointer derefernces
Guennadi Liakhovetski [Thu, 18 Dec 2008 15:54:33 +0000 (12:54 -0300)]
V4L/DVB (10091): mt9m001 mt9v022: simplify pointer derefernces

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10090): soc-camera: let drivers decide upon supported field values
Guennadi Liakhovetski [Thu, 18 Dec 2008 15:52:08 +0000 (12:52 -0300)]
V4L/DVB (10090): soc-camera: let drivers decide upon supported field values

sh_mobile_ceu_camera.c is already prepared to support interlaced format, this
patch moves the choice of a field type down to host and / or camera drivers.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10089): Add interlace support to sh_mobile_ceu_camera.c
Kuninori Morimoto [Thu, 18 Dec 2008 15:51:21 +0000 (12:51 -0300)]
V4L/DVB (10089): Add interlace support to sh_mobile_ceu_camera.c

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Acked-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10088): video: sh_mobile_ceu cleanups and comments
Magnus Damm [Thu, 18 Dec 2008 15:50:30 +0000 (12:50 -0300)]
V4L/DVB (10088): video: sh_mobile_ceu cleanups and comments

This patch cleans up the sh_mobile_ceu driver and adds comments and
constants to clarify the magic sequence in sh_mobile_ceu_capture().

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10087): Add new enum_input function on soc_camera
Kuninori Morimoto [Thu, 18 Dec 2008 15:47:46 +0000 (12:47 -0300)]
V4L/DVB (10087): Add new enum_input function on soc_camera

This patch presents new method to be able to select V4L2 input type

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10086): Add new set_std function on soc_camera
Kuninori Morimoto [Thu, 18 Dec 2008 15:46:45 +0000 (12:46 -0300)]
V4L/DVB (10086): Add new set_std function on soc_camera

This patch presents new method to be able to check v4l2_std_id

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10085): sh_mobile_ceu: add NV16 and NV61 support
Magnus Damm [Thu, 18 Dec 2008 15:45:33 +0000 (12:45 -0300)]
V4L/DVB (10085): sh_mobile_ceu: add NV16 and NV61 support

This patch adds NV16/NV61 support to the sh_mobile_ceu driver.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10084): sh_mobile_ceu: add NV12 and NV21 support
Magnus Damm [Thu, 18 Dec 2008 15:38:06 +0000 (12:38 -0300)]
V4L/DVB (10084): sh_mobile_ceu: add NV12 and NV21 support

This patch adds NV12/NV21 support to the sh_mobile_ceu driver.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10083): soc-camera: unify locking, play nicer with videobuf locking
Guennadi Liakhovetski [Thu, 18 Dec 2008 15:28:54 +0000 (12:28 -0300)]
V4L/DVB (10083): soc-camera: unify locking, play nicer with videobuf locking

Move mutex from host drivers to camera device object, take into account
videobuf locking.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10081): pxa-camera: call try_fmt() camera device method with correct pixel...
Guennadi Liakhovetski [Thu, 18 Dec 2008 14:53:51 +0000 (11:53 -0300)]
V4L/DVB (10081): pxa-camera: call try_fmt() camera device method with correct pixel format

With the introduction of the format conversion support in soc-camera, we now
also have to take care to pass the correct pixel format to the camera driver
when calling its try_fmt() method.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10080): soc-camera: readability improvements, more strict operations checks
Guennadi Liakhovetski [Thu, 18 Dec 2008 14:51:55 +0000 (11:51 -0300)]
V4L/DVB (10080): soc-camera: readability improvements, more strict operations checks

Simplify multiple drivers by replacing f->fmt.pix.* with a single pointer
dereference, merge some needlessly broken lines, verify host and camera
operations pointers on registration.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10079): sh_mobile_ceu: use new pixel format translation code
Magnus Damm [Thu, 18 Dec 2008 14:49:06 +0000 (11:49 -0300)]
V4L/DVB (10079): sh_mobile_ceu: use new pixel format translation code

This patch converts the sh_mobile_ceu driver to make use
of the new pixel format translation code. Only pass-though
mode at this point.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10078): video: add NV16 and NV61 pixel formats
Magnus Damm [Thu, 18 Dec 2008 14:45:00 +0000 (11:45 -0300)]
V4L/DVB (10078): video: add NV16 and NV61 pixel formats

This patch adds support for NV16 and NV61 pixel formats.

These pixel formats use two planes; one for 8-bit Y values and
one for interleaved 8-bit U and V values. NV16/NV61 formats are
very similar to NV12/NV21 with the exception that NV16/NV61 are
using the same number of lines for both planes. The difference
between NV16 and NV61 is the U and V byte order.

The fourcc values are extrapolated from the NV12/NV21 case.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10077): mt9m111: add support for mt9m112 since sensors seem identical
Mike Rapoport [Thu, 18 Dec 2008 14:44:15 +0000 (11:44 -0300)]
V4L/DVB (10077): mt9m111: add support for mt9m112 since sensors seem identical

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10076): v4l: add chip ID for MT9M112 camera sensor from Micron
Mike Rapoport [Thu, 18 Dec 2008 14:42:54 +0000 (11:42 -0300)]
V4L/DVB (10076): v4l: add chip ID for MT9M112 camera sensor from Micron

The chip is largely compatible with MT9M111 and is going to be supported by the
same driver.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10075): pxa-camera: setup the FIFO inactivity time-out register
Guennadi Liakhovetski [Thu, 18 Dec 2008 14:38:03 +0000 (11:38 -0300)]
V4L/DVB (10075): pxa-camera: setup the FIFO inactivity time-out register

Using PXA270's FIFO inactivity time-out register (CITOR) reduces FIFO overruns.
The time-out is calculated in CICLK / LCDCLK ticks and has to be longer than
one pixel time. For this we have to know the pixel clock frequency, which
usually is provided by the camera. We use the struct soc_camera_sense to
request PCLK frequency from the camera driver upon each data format change.

Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10074): soc-camera: add camera sense data
Guennadi Liakhovetski [Thu, 18 Dec 2008 14:34:20 +0000 (11:34 -0300)]
V4L/DVB (10074): soc-camera: add camera sense data

Add a struct soc_camera_sense, that can be used by camera host drivers to
request additional information from a camera driver, for example, when
changing data format. This struct can be extended in the future, its first use
is to request the camera driver whether the pixel-clock frequency has changed.

Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10073): mt9m111: Add automatic white balance control
Robert Jarzmik [Thu, 18 Dec 2008 14:29:05 +0000 (11:29 -0300)]
V4L/DVB (10073): mt9m111: Add automatic white balance control

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10072): soc-camera: Add signal inversion flags to be used by camera drivers
Guennadi Liakhovetski [Tue, 23 Dec 2008 08:54:45 +0000 (05:54 -0300)]
V4L/DVB (10072): soc-camera: Add signal inversion flags to be used by camera drivers

As reported by Antonio Ospite <ospite@studenti.unina.it> two platforms with a
mt9m111 camera require opposite pixel clock polarity, which means one of them
inverts it. This patch adds support for inversion flags and switches all
available camera drivers to using them.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB: pxa-camera: use memory mapped IO access for camera (QCI) registers
Eric Miao [Thu, 18 Dec 2008 14:15:50 +0000 (11:15 -0300)]
V4L/DVB: pxa-camera: use memory mapped IO access for camera (QCI) registers

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10107): More than one driver defines the same var name (dump_bridge). Add
Mauro Carvalho Chehab [Mon, 29 Dec 2008 21:35:51 +0000 (18:35 -0300)]
V4L/DVB (10107): More than one driver defines the same var name (dump_bridge). Add

"static" on stv06xx for all static functions and parameters to avoid
such troubles.

Cc: Erik Andren <erik.andren@gmail.com>
Cc: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10106): gscpa - stv06xx: Fix compilation with kernel tree
Mauro Carvalho Chehab [Mon, 29 Dec 2008 21:06:09 +0000 (18:06 -0300)]
V4L/DVB (10106): gscpa - stv06xx: Fix compilation with kernel tree

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10069): Add ov7725 support to ov772x driver
Kuninori Morimoto [Thu, 18 Dec 2008 14:07:11 +0000 (11:07 -0300)]
V4L/DVB (10069): Add ov7725 support to ov772x driver

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10068): Change device ID selection method on ov772x driver
Kuninori Morimoto [Thu, 18 Dec 2008 14:05:49 +0000 (11:05 -0300)]
V4L/DVB (10068): Change device ID selection method on ov772x driver

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10067): Remove ov772x_default_regs from ov772x driver
Kuninori Morimoto [Wed, 17 Dec 2008 17:05:45 +0000 (14:05 -0300)]
V4L/DVB (10067): Remove ov772x_default_regs from ov772x driver

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10066): mt9m001 mt9v022: fix bus-width switch GPIO availability test
Guennadi Liakhovetski [Wed, 17 Dec 2008 17:05:38 +0000 (14:05 -0300)]
V4L/DVB (10066): mt9m001 mt9v022: fix bus-width switch GPIO availability test

Testing for non-NULL platform-data is not enough, we have to check if the GPIO
in the platform data is valid or not. Also see my earlier patch:

[ARM] pxa/pcm990: use negative number for an invalid GPIO in camera data

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10065): mt9m111: add all yuv format combinations.
Robert Jarzmik [Wed, 17 Dec 2008 17:05:31 +0000 (14:05 -0300)]
V4L/DVB (10065): mt9m111: add all yuv format combinations.

The Micron mt9m111 offers 4 byte orders for YCbCr
output. This patchs adds all possible outputs capabilities
to the mt9m111 driver.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10064): mt9m111: mt9m111_get_global_gain() - unsigned >= 0 is always true
roel kluin [Wed, 17 Dec 2008 17:01:07 +0000 (14:01 -0300)]
V4L/DVB (10064): mt9m111: mt9m111_get_global_gain() - unsigned >= 0 is always true

unsigned >= 0 is always true and fix formula

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10062): dsbr100: change return values in 3 functions
Alexey Klimov [Sun, 28 Dec 2008 01:40:57 +0000 (22:40 -0300)]
V4L/DVB (10062): dsbr100: change return values in 3 functions

Patch replace return -1; with return retval; in 3 functions.
And we also change if-checks for this returned values.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10061): dsbr100: increase driver version
Alexey Klimov [Sun, 28 Dec 2008 01:35:21 +0000 (22:35 -0300)]
V4L/DVB (10061): dsbr100: increase driver version

Due to a lot of patches for dsbr100 last time we should update version
of driver.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10060): dsbr100: fix and add right comments
Alexey Klimov [Sun, 28 Dec 2008 01:33:54 +0000 (22:33 -0300)]
V4L/DVB (10060): dsbr100: fix and add right comments

Fix and add right comments. Few empty lines removed.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10059): dsbr100: dev_err instead of dev_warn
Alexey Klimov [Sun, 28 Dec 2008 01:31:52 +0000 (22:31 -0300)]
V4L/DVB (10059): dsbr100: dev_err instead of dev_warn

We should use dev_err (not dev_warn) if video_register_device fails.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10058): dsbr100: fix codingstyle, add dev_err messages
Alexey Klimov [Sun, 28 Dec 2008 01:30:29 +0000 (22:30 -0300)]
V4L/DVB (10058): dsbr100: fix codingstyle, add dev_err messages

We should make if-constructions more clear. Introduce int retval
variables in some functions to make it this way. Also a lot of useful
dev_err messages added. And now we check every returned value after
usb_control_msg.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10057): dsbr100: place dev_warn instead of printk
Alexey Klimov [Sun, 28 Dec 2008 00:42:39 +0000 (21:42 -0300)]
V4L/DVB (10057): dsbr100: place dev_warn instead of printk

Remove printk in one line and place dev_warn there.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10056): em28xx: Add snapshot button on Pixelview Prolink PlayTV USB 2.0
Douglas Schilling Landgraf [Sun, 28 Dec 2008 00:39:35 +0000 (21:39 -0300)]
V4L/DVB (10056): em28xx: Add snapshot button on Pixelview Prolink PlayTV USB 2.0

Added snapshot feature for Pixelview Prolink PlayTV USB 2.0

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10055): em28xx: Add entry for PixelView PlayTV Box 4
Douglas Schilling Landgraf [Sun, 28 Dec 2008 00:38:14 +0000 (21:38 -0300)]
V4L/DVB (10055): em28xx: Add entry for PixelView PlayTV Box 4

Added board PixelView PlayTV Box 4
Thanks to Vildenei Negrao Pereira <neodarkaman@brturbo.com.br> for testing and data collection.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10054): dsbr100: fix unplug oops
Alexey Klimov [Sun, 28 Dec 2008 00:32:49 +0000 (21:32 -0300)]
V4L/DVB (10054): dsbr100: fix unplug oops

This patch corrects unplug procedure. Patch adds
usb_dsbr100_video_device_release, new macros - videodev_to_radio, mutex
lock and a lot of safety checks.
Struct video_device videodev is embedded in dsbr100_device structure.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10053): radio-mr800: disable autosuspend support
Alexey Klimov [Sun, 28 Dec 2008 00:31:49 +0000 (21:31 -0300)]
V4L/DVB (10053): radio-mr800: disable autosuspend support

Because this device doesn't provide any powermanagment capabilities(may
be they exist but unknown to me yet, so they are not implemented), we
should turn them off. Patch sets support_autosuspend equal to 0.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10052): radio-mr800: correct unplug, fix to previous patch
Alexey Klimov [Sun, 28 Dec 2008 00:30:34 +0000 (21:30 -0300)]
V4L/DVB (10052): radio-mr800: correct unplug, fix to previous patch

This patch corrects unplug procedure, that was implemented wrong in
previous patch. New function usb_amradio_device_release added.
Disconnect lock removed.

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10050): gspca - vc032x: Webcam 046d:0897 added.
Jean-Francois Moine [Mon, 29 Dec 2008 12:06:09 +0000 (09:06 -0300)]
V4L/DVB (10050): gspca - vc032x: Webcam 046d:0897 added.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10049): gspca - many subdrivers: Set 'const' the pixel format table.
Jean-Francois Moine [Mon, 29 Dec 2008 10:49:41 +0000 (07:49 -0300)]
V4L/DVB (10049): gspca - many subdrivers: Set 'const' the pixel format table.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10048): gspca - stv06xx: New subdriver.
Erik Andren [Mon, 29 Dec 2008 10:35:23 +0000 (07:35 -0300)]
V4L/DVB (10048): gspca - stv06xx: New subdriver.

Signed-off-by: Erik Andren <erik.andren@gmail.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10046): gspca - ov534: Use the gspca usb buf for usb control messages.
Jean-Francois Moine [Mon, 29 Dec 2008 09:19:43 +0000 (06:19 -0300)]
V4L/DVB (10046): gspca - ov534: Use the gspca usb buf for usb control messages.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10045): gspca - ov534: Remove empty line in trace.
Jean-Francois Moine [Sun, 28 Dec 2008 09:51:37 +0000 (06:51 -0300)]
V4L/DVB (10045): gspca - ov534: Remove empty line in trace.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10044): gspca - pac7311: Webcam 093a:2620 added.
Hans de Goede [Sat, 27 Dec 2008 06:43:53 +0000 (03:43 -0300)]
V4L/DVB (10044): gspca - pac7311: Webcam 093a:2620 added.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10041): m5602 - rework parts of the resolution initialization
Erik Andrén [Tue, 23 Dec 2008 21:06:37 +0000 (18:06 -0300)]
V4L/DVB (10041): m5602 - rework parts of the resolution initialization

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10040): m5602 - ov9650: Activate variopixel
Erik Andrén [Tue, 23 Dec 2008 20:15:19 +0000 (17:15 -0300)]
V4L/DVB (10040): m5602 - ov9650: Activate variopixel

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10039): m5602 - ov9650: Add CIF mode
Erik Andrén [Tue, 23 Dec 2008 20:07:58 +0000 (17:07 -0300)]
V4L/DVB (10039): m5602 - ov9650: Add CIF mode

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10038): m5602: tweak the hsync. Remove redundant init sequence
Erik Andrén [Tue, 23 Dec 2008 17:08:07 +0000 (14:08 -0300)]
V4L/DVB (10038): m5602: tweak the hsync. Remove redundant init sequence

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10037): m5602: add QVGA mode for the ov9650 sensor
Erik Andrén [Mon, 22 Dec 2008 19:06:29 +0000 (16:06 -0300)]
V4L/DVB (10037): m5602: add QVGA mode for the ov9650 sensor

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10036): m5602 - ov9650: Prepare the sensor to set multiple resolutions
Erik Andrén [Sun, 21 Dec 2008 21:07:59 +0000 (18:07 -0300)]
V4L/DVB (10036): m5602 - ov9650: Prepare the sensor to set multiple resolutions

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10035): m5602: add a start sending hook in the sensor struct
Erik Andrén [Sun, 21 Dec 2008 20:25:25 +0000 (17:25 -0300)]
V4L/DVB (10035): m5602: add a start sending hook in the sensor struct

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10034): m5602: fixup offset in order to align image
Erik Andrén [Fri, 19 Dec 2008 16:29:21 +0000 (13:29 -0300)]
V4L/DVB (10034): m5602: fixup offset in order to align image

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10033): m5602: add some comments
Erik Andrén [Fri, 19 Dec 2008 16:12:04 +0000 (13:12 -0300)]
V4L/DVB (10033): m5602: add some comments

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10032): m5602: add vflip quirk for Alienware m9700
Erik Andrén [Fri, 19 Dec 2008 06:29:31 +0000 (03:29 -0300)]
V4L/DVB (10032): m5602: add vflip quirk for Alienware m9700

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10031): m5602: correct the name of the Pascal Stangs library
Erik Andrén [Mon, 1 Dec 2008 06:32:59 +0000 (03:32 -0300)]
V4L/DVB (10031): m5602: correct the name of the Pascal Stangs library

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10030): m5602: Use read/modify/write when toggling vflip on the po1030
Erik Andrén [Thu, 27 Nov 2008 17:07:24 +0000 (14:07 -0300)]
V4L/DVB (10030): m5602: Use read/modify/write when toggling vflip on the po1030

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10029): m5602: remove uneeded test on po1030
Erik Andrén [Thu, 27 Nov 2008 16:58:20 +0000 (13:58 -0300)]
V4L/DVB (10029): m5602: remove uneeded test on po1030

The po1030 never sends long i2c messages, no need to test for that in
the init phase.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10028): mt5602: Remove the s5k83a specific read_sensor function
Erik Andrén [Thu, 27 Nov 2008 16:55:07 +0000 (13:55 -0300)]
V4L/DVB (10028): mt5602: Remove the s5k83a specific read_sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10027): m5602: convert the s5k83a sensor to use the common function
Erik Andrén [Thu, 27 Nov 2008 16:54:13 +0000 (13:54 -0300)]
V4L/DVB (10027): m5602: convert the s5k83a sensor to use the common function

Convert the s5k83a sensor to use the common read_sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10026): m5602: remove the s5k4aa implementation of the read_sensor
Erik Andrén [Thu, 27 Nov 2008 16:52:53 +0000 (13:52 -0300)]
V4L/DVB (10026): m5602: remove the s5k4aa implementation of the read_sensor

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10025): m5602: convert the s5k4aa sensor to use the common function
Erik Andrén [Thu, 27 Nov 2008 16:51:11 +0000 (13:51 -0300)]
V4L/DVB (10025): m5602: convert the s5k4aa sensor to use the common function

Convert the s5k4aa sensor to use the common read_sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10024): m5602: Remove the mt9m111 implementation of the read_sensor function.
Erik Andrén [Thu, 27 Nov 2008 16:50:17 +0000 (13:50 -0300)]
V4L/DVB (10024): m5602: Remove the mt9m111 implementation of the read_sensor function.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10023): m5602: Convert the mt9m111 to use the common read_sensor function
Erik Andrén [Thu, 27 Nov 2008 16:48:33 +0000 (13:48 -0300)]
V4L/DVB (10023): m5602: Convert the mt9m111 to use the common read_sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10022): m5602: Remove the po1030 read_sensor function
Erik Andrén [Thu, 27 Nov 2008 16:47:21 +0000 (13:47 -0300)]
V4L/DVB (10022): m5602: Remove the po1030 read_sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10021): m5602: Let the po1030 use the common read_sensor function
Erik Andrén [Thu, 27 Nov 2008 16:46:39 +0000 (13:46 -0300)]
V4L/DVB (10021): m5602: Let the po1030 use the common read_sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10020): m5602: Remove the ov9650 implementation of the read sensor function
Erik Andrén [Thu, 27 Nov 2008 16:44:19 +0000 (13:44 -0300)]
V4L/DVB (10020): m5602: Remove the ov9650 implementation of the read sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10019): m5602: Let the ov9650 use the common read sensor function
Erik Andrén [Thu, 27 Nov 2008 16:42:45 +0000 (13:42 -0300)]
V4L/DVB (10019): m5602: Let the ov9650 use the common read sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10018): gspca - m5602 - ov9650: Use generic read_sensor function
Erik Andrén [Thu, 27 Nov 2008 16:41:55 +0000 (13:41 -0300)]
V4L/DVB (10018): gspca - m5602 - ov9650: Use generic read_sensor function

Toggle read sensor sequence depending on type of sensor. Check that no
more than max width of a sensor is read.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10015): gspca - m5602: Add initial read sensor implementation
Erik Andrén [Wed, 26 Nov 2008 16:15:35 +0000 (13:15 -0300)]
V4L/DVB (10015): gspca - m5602: Add initial read sensor implementation

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10014): gspca - m5602: Remove all sensor specific write functions.
Erik Andrén [Wed, 26 Nov 2008 07:12:59 +0000 (04:12 -0300)]
V4L/DVB (10014): gspca - m5602: Remove all sensor specific write functions.

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10013): Convert all sensors to use the unified write sensor function
Erik Andrén [Wed, 26 Nov 2008 07:08:10 +0000 (04:08 -0300)]
V4L/DVB (10013): Convert all sensors to use the unified write sensor function

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10012): m5602: Start to unify read/write sensor functions
Erik Andrén [Wed, 26 Nov 2008 07:01:40 +0000 (04:01 -0300)]
V4L/DVB (10012): m5602: Start to unify read/write sensor functions

First step into unifying the read and write sensor functions

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10011): m5602: Remove the write and read sensor from the main struct
Erik Andrén [Tue, 25 Nov 2008 06:50:05 +0000 (03:50 -0300)]
V4L/DVB (10011): m5602: Remove the write and read sensor from the main struct

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10010): gspca - m5602: Add vflip quirk for the ASUS A6Ja
Erik Andrén [Tue, 25 Nov 2008 06:15:15 +0000 (03:15 -0300)]
V4L/DVB (10010): gspca - m5602: Add vflip quirk for the ASUS A6Ja

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10009): gspca - m5602: Convert some functions to be static
Erik Andrén [Mon, 24 Nov 2008 17:21:29 +0000 (14:21 -0300)]
V4L/DVB (10009): gspca - m5602: Convert some functions to be static

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10008): gspca - m5602: Checkpatch.pl fixes on m5602_ov9650.c
Erik Andrén [Mon, 24 Nov 2008 17:12:46 +0000 (14:12 -0300)]
V4L/DVB (10008): gspca - m5602: Checkpatch.pl fixes on m5602_ov9650.c

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10007): gspca - m5602: Refactor the error handling in the s5k83a
Erik Andrén [Thu, 20 Nov 2008 17:11:58 +0000 (14:11 -0300)]
V4L/DVB (10007): gspca - m5602: Refactor the error handling in the s5k83a

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10006): gspca - m5602: Align some defines
Erik Andrén [Thu, 20 Nov 2008 17:03:22 +0000 (14:03 -0300)]
V4L/DVB (10006): gspca - m5602: Align some defines

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10005): m5602: Cleanup the s5k4aa error handling, cull some comments
Erik Andrén [Thu, 20 Nov 2008 07:02:44 +0000 (04:02 -0300)]
V4L/DVB (10005): m5602: Cleanup the s5k4aa error handling, cull some comments

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10004): m5602: Cleanup the po1030 sensor error handling
Erik Andrén [Thu, 20 Nov 2008 06:59:02 +0000 (03:59 -0300)]
V4L/DVB (10004): m5602: Cleanup the po1030 sensor error handling

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10003): m5602: Simplify the error handling in the ov9650 sensor
Erik Andrén [Thu, 20 Nov 2008 06:54:43 +0000 (03:54 -0300)]
V4L/DVB (10003): m5602: Simplify the error handling in the ov9650 sensor

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10002): m5602: Simplify error handling in the mt9m111 sensor code
Erik Andrén [Thu, 20 Nov 2008 06:46:55 +0000 (03:46 -0300)]
V4L/DVB (10002): m5602: Simplify error handling in the mt9m111 sensor code

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10001): gspca - m5602: Minor fixes
Erik Andrén [Thu, 20 Nov 2008 06:41:44 +0000 (03:41 -0300)]
V4L/DVB (10001): gspca - m5602: Minor fixes

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (10000): gspca - m5602: Add lost ampersand
Erik Andrén [Wed, 19 Nov 2008 20:58:55 +0000 (17:58 -0300)]
V4L/DVB (10000): gspca - m5602: Add lost ampersand

This restores the correct boolean expression

Signed-off-by: Erik Andrén <erik.andren@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (9999): gspca - zc3xx: Webcam 046d:089d added.
Fabio Rossi [Fri, 26 Dec 2008 17:41:48 +0000 (14:41 -0300)]
V4L/DVB (9999): gspca - zc3xx: Webcam 046d:089d added.

Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (9997): gspca - main: Don't lock the kernel on ioctl.
Jean-Francois Moine [Wed, 24 Dec 2008 08:50:04 +0000 (05:50 -0300)]
V4L/DVB (9997): gspca - main: Don't lock the kernel on ioctl.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (9995): gspca - ov534 and m5602: Set static some functions/variables.
Jean-Francois Moine [Sun, 21 Dec 2008 18:02:54 +0000 (15:02 -0300)]
V4L/DVB (9995): gspca - ov534 and m5602: Set static some functions/variables.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (9994): gspca: t613: Bad loop in om6802 reset.
Roel Kluin [Sun, 21 Dec 2008 14:58:05 +0000 (11:58 -0300)]
V4L/DVB (9994): gspca: t613: Bad loop in om6802 reset.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (9992): gspca - pac207: Webcam 093a:2461 added.
Hans de Goede [Sat, 20 Dec 2008 17:30:58 +0000 (14:30 -0300)]
V4L/DVB (9992): gspca - pac207: Webcam 093a:2461 added.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (9991): gspca - main: Check if a buffer has been queued on streamon.
Jean-Francois Moine [Fri, 19 Dec 2008 18:17:25 +0000 (15:17 -0300)]
V4L/DVB (9991): gspca - main: Check if a buffer has been queued on streamon.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
15 years agoV4L/DVB (9990): gspca - main: Remove useless tests of the buffer type.
Jean-Francois Moine [Fri, 19 Dec 2008 18:08:51 +0000 (15:08 -0300)]
V4L/DVB (9990): gspca - main: Remove useless tests of the buffer type.

The buffer type is already checked in v4l2-ioctl.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>