RE: [RFCv1 PATCH 3/6] videobuf2: only start streaming in poll() if so requested by the poll mask.

2011-07-17 Thread Marek Szyprowski
Hello, On Wednesday, July 13, 2011 11:39 AM Hans Verkuil wrote: > From: Hans Verkuil > > Signed-off-by: Hans Verkuil Acked-by: Marek Szyprowski > --- > drivers/media/video/videobuf2-core.c |7 +-- > 1 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/drivers/media/vi

RE: [RFCv1 PATCH 5/6] videobuf2-core: also test for pending events.

2011-07-17 Thread Marek Szyprowski
Hello, On Wednesday, July 13, 2011 11:39 AM Hans Verkuil wrote: > From: Hans Verkuil > > Signed-off-by: Hans Verkuil Acked-by: Marek Szyprowski > --- > drivers/media/video/videobuf2-core.c | 41 +++--- > --- > 1 files changed, 28 insertions(+), 13 deletions(-) >

Re: [PATCH] v4l: mt9v032: Fix Bayer pattern

2011-07-17 Thread Guennadi Liakhovetski
On Mon, 18 Jul 2011, Laurent Pinchart wrote: > On Monday 18 July 2011 00:14:21 Guennadi Liakhovetski wrote: > > On Sun, 17 Jul 2011, Laurent Pinchart wrote: > > > Hi Guennadi, > > > > > > On Saturday 16 July 2011 23:40:23 Guennadi Liakhovetski wrote: > > > > On Sat, 16 Jul 2011, Laurent Pinchart

Re: [PATCH] v4l: mt9v032: Fix Bayer pattern

2011-07-17 Thread Laurent Pinchart
On Monday 18 July 2011 00:14:21 Guennadi Liakhovetski wrote: > On Sun, 17 Jul 2011, Laurent Pinchart wrote: > > Hi Guennadi, > > > > On Saturday 16 July 2011 23:40:23 Guennadi Liakhovetski wrote: > > > On Sat, 16 Jul 2011, Laurent Pinchart wrote: > > > > On Saturday 16 July 2011 01:11:28 Guennadi

Re: [PATCH] v4l: mt9v032: Fix Bayer pattern

2011-07-17 Thread Guennadi Liakhovetski
On Sun, 17 Jul 2011, Laurent Pinchart wrote: > Hi Guennadi, > > On Saturday 16 July 2011 23:40:23 Guennadi Liakhovetski wrote: > > On Sat, 16 Jul 2011, Laurent Pinchart wrote: > > > On Saturday 16 July 2011 01:11:28 Guennadi Liakhovetski wrote: > > > > On Fri, 15 Jul 2011, Laurent Pinchart wrote:

Re: [PATCH] v4l: mt9v032: Fix Bayer pattern

2011-07-17 Thread Laurent Pinchart
Hi Guennadi, On Saturday 16 July 2011 23:40:23 Guennadi Liakhovetski wrote: > On Sat, 16 Jul 2011, Laurent Pinchart wrote: > > On Saturday 16 July 2011 01:11:28 Guennadi Liakhovetski wrote: > > > On Fri, 15 Jul 2011, Laurent Pinchart wrote: > > > > Compute crop rectangle boundaries to ensure a GRB

Re: [PATCH 1/2] libv4l2: add implicit conversion from single- to multi-plane api

2011-07-17 Thread Hans de Goede
Hi, On 07/06/2011 11:24 AM, Tomasz Stanislawski wrote: This patch add implicit conversion of single plane variant of ioctl to multiplane variant. The conversion is performed only in case if a driver implements only mplane api. The conversion is done by substituting SYS_IOCTL with a wrapper that

Re: [PATCH v4 1/1] libv4l: Add plugin support to libv4l

2011-07-17 Thread Hans de Goede
Hi, Sorry it took so long, but I've just merged the plugin support into v4l-utils git. I did make some minor mods / bugfixes before merging, see the commit message in git. Regards, Hans p.s. I think we should expand the plugin support with support for a output devices, iow add a write() dev_o

Start of v4l-utils-0.9.x devel cycle, break of libv4lconvert ABI

2011-07-17 Thread Hans de Goede
Hi All, With the upcoming support for libv4l2 plugins we need to break the ABI for libv4lconvert, this is a good moment to start a bit more unstable v4l-utils / libv4l tree where we can make some other changes as well. v4l-utils follows the classic odd unstable / even stable release numbering, t

PATCH add drx firmware extraction routine for hauppauge 930c

2011-07-17 Thread Eddi De Pieri
I'm trying to get this device supported starting from Mauro's work on H5 Here is the firmware extraction for hauppauge hvr930c hardware Signed-off-by: Eddi De Pieri get_dvb_firmware.diff Description: Binary data

[cron job] v4l-dvb daily build: ERRORS

2011-07-17 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Sun Jul 17 19:00:31 CEST 2011 git hash:9bc5f6fa12c9e3e1e73e66bfabe9d463ea779b08 gcc version: i686-linux-gcc (GCC) 4.5

Re: [PATCH v4 4/5] mt9m111: rewrite set_pixfmt

2011-07-17 Thread Guennadi Liakhovetski
On Tue, 12 Jul 2011, Michael Grzeschik wrote: > added new bit offset defines, > more supported BE colour formats > and also support BGR565 swapped pixel formats > > removed pixfmt helper functions and option flags > setting the configuration register directly in set_pixfmt > > added reg_mask fun

[PULL] V4L, soc-camera: second pull for 3.1

2011-07-17 Thread Guennadi Liakhovetski
Hi Mauro The following changes since commit bec969c908bb22931fd5ab8ecdf99de8702a6a31: [media] v4l: s5p-tv: add TV Mixer driver for Samsung S5P platform (2011-07-14 13:09:48 -0300) are available in the git repository at: git://linuxtv.org/gliakhovetski/v4l-dvb.git for-3.1 Bastian Hecht (1):

Re: [PATCH 5/5] mt9m111: make use of testpattern

2011-07-17 Thread Guennadi Liakhovetski
On Tue, 12 Jul 2011, Michael Grzeschik wrote: > Signed-off-by: Philipp Wiesner > Signed-off-by: Michael Grzeschik > --- > Changes v1 -> v2 > * removed ifdef DEBUG > > drivers/media/video/mt9m111.c | 57 > + > 1 files changed, 57 insertions(+), 0

Re: [PATCH 2/5] mt9m111: fix missing return value check mt9m111_reg_clear

2011-07-17 Thread Guennadi Liakhovetski
On Tue, 12 Jul 2011, Michael Grzeschik wrote: > Signed-off-by: Michael Grzeschik Applied, thanks > --- > drivers/media/video/mt9m111.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/drivers/media/video/mt9m111.c b/drivers/media/video/mt9m111.c > index f10dcf0

Re: [PATCH 3/5] mt9m111: move lastpage to struct mt9m111 for multi instances

2011-07-17 Thread Guennadi Liakhovetski
On Thu, 14 Jul 2011, Laurent Pinchart wrote: > Hi Michael, > > On Tuesday 12 July 2011 17:39:04 Michael Grzeschik wrote: > > Signed-off-by: Michael Grzeschik > > --- > > drivers/media/video/mt9m111.c |7 --- > > 1 files changed, 4 insertions(+), 3 deletions(-) > > > > diff --git a/driv

Re: [PATCH 1/5] mt9m111: set inital return values to zero

2011-07-17 Thread Guennadi Liakhovetski
On Thu, 14 Jul 2011, Laurent Pinchart wrote: > Hi Michael, > > There's no need to set initial return values to zero if they're assigned to > in > all code paths. > > [snip] > > > *client) static int mt9m111_enable(struct i2c_client *client) > > { > > struct mt9m111 *mt9m111 = to_mt9m111(

Announcing v4l-utils-0.8.5

2011-07-17 Thread Hans de Goede
Hi, I'm happy to announce the release of v4l-utils-0.8.5. We're back to our regular boring releases again :) Still this release contains some fixes / things which are good to get out there, hence a new release. Full changelog: v4l-utils-0.8.5 --- * Utils changes * parse_em28xx_drx

Smart card reader support for Anysee DVB devices

2011-07-17 Thread István Váradi
Hi, I have developed smart card reader support for the Anysee devices by extending Antti Palosaari's driver. I attached the patches for it. It registers a character device named /dev/anysee_scN for each Anysee device. The character device supports two ioctl's (see anysee_sc), one for detecting th

Re: Imon module Oops and kernel hang

2011-07-17 Thread Andy Walls
On Sun, 2011-07-17 at 11:38 +1000, Chris W wrote: > On 17/07/11 10:43, Andy Walls wrote: > > This is an obviously repeatable NULL pointer dereference in > > rc_g_keycode_from_table(). The faulting line of code in both cases > > disasembles to: > > > > 1e: 8b 80 dc 00 00 00 mov0x

Re: [PATCH 6/6] V4L: soc-camera: remove soc-camera bus and devices on it

2011-07-17 Thread Paul Mundt
On Sat, Jul 16, 2011 at 02:14:03AM +0200, Guennadi Liakhovetski wrote: > Now that v4l2 subdevices have got their own device objects, having > one more device in soc-camera clients became redundant and confusing. > This patch removes those devices and the soc-camera bus, they used to > reside on. >

Re: [PATCH 4/6] V4L: sh_mobile_csi2: switch away from using the soc-camera bus notifier

2011-07-17 Thread Paul Mundt
On Sat, Jul 16, 2011 at 02:13:54AM +0200, Guennadi Liakhovetski wrote: > This moves us one more step closer to eliminating the soc-camera bus > and devices on it. Besides, as a side effect, CSI-2 runtime PM on > sh-mobile secomes finer grained now: we only have to power on the > interface, when the

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-17 Thread Stas Sergeev
17.07.2011 15:51, Mauro Carvalho Chehab wrote: (Added Lennart to the c/c list) If pulseaudio is starting sound capture at startup, then it is either a pulseaudio miss-configuration or a bug there. Why? I think that this is not the default for pulseaudio, though, as you're the only one complain

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-17 Thread Mauro Carvalho Chehab
Hi Stas, Em 17-07-2011 06:44, Stas Sergeev escreveu: > 15.07.2011 05:38, Mauro Carvalho Chehab wrote: >> If you want, feel free to propose a patch fixing that logic at saa7134, >> instead >> of just removing it. > Hi, I've just verified that pulseaudio indeed does > the sound capturing on startup

Re: [PATCH 0/5] Driver support for cards based on Digital Devices bridge (ddbridge)

2011-07-17 Thread Oliver Endriss
Mauro, could you please apply the two patches. I get complaints that drx is broken in media_build... CU Oliver -- VDR Remote Plugin 0.4.0: http://www.escape-edv.de/endriss/vdr/ 4 MByte Mod: http://www.escape-edv.de/endriss/dvb-mem

[GIT PATCHES FOR 3.1] v4l-dvb: add and use poll_requested_events() function

2011-07-17 Thread Hans Verkuil
Hi Mauro, This patch series adds the poll_requested_events() function and uses it in the V4L2 core and the ivtv driver. The poll patch is unchanged from the RFCv3 patch posted a week ago and the other patches are unchanged from the RFCv1 patch series posted last Wednesday on the linux-media list.

Re: [patch][saa7134] do not change mute state for capturing audio

2011-07-17 Thread Stas Sergeev
15.07.2011 05:38, Mauro Carvalho Chehab wrote: If you want, feel free to propose a patch fixing that logic at saa7134, instead of just removing it. Hi, I've just verified that pulseaudio indeed does the sound capturing on startup: --- saa7134[0]/alsa: saa7134[0] at 0xfe8fb800 irq 22 registered a

Re: em28xx detection

2011-07-17 Thread Mauro Carvalho Chehab
Em 17-07-2011 16:14, Pupthai escreveu: > is em2820 detected as em2860 > >>lsusb > > Bus 001 Device 004: ID eb1a:2820 eMPIA Technology, Inc. > >>dmesg | grep em28xx > > usbcore: registered new interface driver em28xx > em28xx driver loaded > em28xx: New device @ 480 Mbps (eb1a:2820, interface 0,

Re: [PATCH 0/5] Driver support for cards based on Digital Devices bridge (ddbridge)

2011-07-17 Thread Mauro Carvalho Chehab
Em 17-07-2011 04:39, Rémi Denis-Courmont escreveu: > Le dimanche 17 juillet 2011 03:56:36 Mauro Carvalho Chehab, vous avez écrit : > After all, you cannot connect both a DVB-C cable and a DVB-T antenna at > the same time, so the vast majority of users won't ever want to switch > modes a

Re: [PATCH 0/5] Driver support for cards based on Digital Devices bridge (ddbridge)

2011-07-17 Thread Rémi Denis-Courmont
Le dimanche 17 juillet 2011 05:51:33 Andreas Oberritter, vous avez écrit : > On 16.07.2011 18:37, Rémi Denis-Courmont wrote: > > Le samedi 16 juillet 2011 18:53:16 Andreas Oberritter, vous avez écrit : > >>> You are wrong, actually you can. At least here in Finland some cable > >>> networks offers

Re: [PATCH 0/5] Driver support for cards based on Digital Devices bridge (ddbridge)

2011-07-17 Thread Rémi Denis-Courmont
Le dimanche 17 juillet 2011 03:56:36 Mauro Carvalho Chehab, vous avez écrit : > >>> After all, you cannot connect both a DVB-C cable and a DVB-T antenna at > >>> the same time, so the vast majority of users won't ever want to switch > >>> modes at all. > >> > >> You are wrong, actually you can. At

em28xx detection

2011-07-17 Thread Pupthai
is em2820 detected as em2860 >lsusb Bus 001 Device 004: ID eb1a:2820 eMPIA Technology, Inc. >dmesg | grep em28xx usbcore: registered new interface driver em28xx em28xx driver loaded em28xx: New device @ 480 Mbps (eb1a:2820, interface 0, class 0) em28xx #0: chip ID is em2820 (or em2710) em28xx