Re: [PATCH v2 4/7] FMTx: si4713: Add files to handle si4713 i2c device

2009-05-12 Thread Eero Nurkkala
On Tue, 2009-05-12 at 08:22 +0300, Eero Nurkkala wrote: + /* Australia */ + { + .channel_spacing= 20, + .bottom_frequency = 8750, + .top_frequency = 10800, + .preemphasis= 1,

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-12 Thread Eduardo Valentin
Hi Eero, On Tue, May 12, 2009 at 06:49:25AM +0200, Nurkkala Eero.An (EXT-Offcode/Oulu) wrote: On Mon, 2009-05-11 at 11:31 +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: +enum v4l2_fmtx_preemphasis { + V4L2_FMTX_PREEMPHASIS_75_uS = 0, + V4L2_FMTX_PREEMPHASIS_50_uS

about exact usage of definition - Control Flags in videodev.h

2009-05-12 Thread Kim, Heung Jun
Hello Hans, Nice to meet u on the mailing-list. I'm an engineer of camera device driver, and work with Nathaniel(Dongsoo, Kim). I'm wondering about how to use the Control Flags defined in the videodev2.h. The Control Flags defined in the videodev2.h is the following as you know, /* Control

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-12 Thread Eduardo Valentin
On Tue, May 12, 2009 at 04:17:03AM +0200, ext Mauro Carvalho Chehab wrote: Em Mon, 11 May 2009 12:31:43 +0300 Eduardo Valentin eduardo.valen...@nokia.com escreveu: This patch adds a new class of extended controls. This class is intended to support Radio Modulators properties such as:

Re: about exact usage of definition - Control Flags in videodev.h

2009-05-12 Thread Hans Verkuil
On Tuesday 12 May 2009 08:12:35 Kim, Heung Jun wrote: Hello Hans, Nice to meet u on the mailing-list. I'm an engineer of camera device driver, and work with Nathaniel(Dongsoo, Kim). I'm wondering about how to use the Control Flags defined in the videodev2.h. The Control Flags defined in the

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-12 Thread Eduardo Valentin
Hi Mauro, On Tue, May 12, 2009 at 04:12:31AM +0200, ext Mauro Carvalho Chehab wrote: Em Mon, 11 May 2009 12:31:43 +0300 Eduardo Valentin eduardo.valen...@nokia.com escreveu: This patch adds a new class of extended controls. This class is intended to support Radio Modulators properties

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-12 Thread Hans Verkuil
On Tuesday 12 May 2009 08:10:43 Eduardo Valentin wrote: On Tue, May 12, 2009 at 04:17:03AM +0200, ext Mauro Carvalho Chehab wrote: Em Mon, 11 May 2009 12:31:43 +0300 Eduardo Valentin eduardo.valen...@nokia.com escreveu: This patch adds a new class of extended controls. This class is

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-dev

2009-05-12 Thread Mike Isely
On Mon, 11 May 2009, Mauro Carvalho Chehab wrote: Em Mon, 11 May 2009 22:09:26 -0300 Mauro Carvalho Chehab mche...@infradead.org escreveu: Em Sat, 9 May 2009 16:49:31 -0500 (CDT) Mike Isely is...@isely.net escreveu: Mauro: Please pull from

Re: [PATCH 0/2] V4L: Add BCM2048 radio driver

2009-05-12 Thread Hans Verkuil
On Monday 11 May 2009 08:41:17 ext-eero.nurkk...@nokia.com wrote: From: Eero Nurkkala ext-eero.nurkk...@nokia.com This patchset adds the BCM2048 radio driver code. BCM2048 is radio is integrated in the BCM2048 chipset that contains the Bluetooth also. There's quite some sysfs entries

Re: [PATCH v2 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-12 Thread Hans Verkuil
On Monday 11 May 2009 11:31:42 Eduardo Valentin wrote: Hello all, It took a few but I'm resending the FM transmitter driver again. Sorry for this delay, but I had another things to give attention. Anyway, after reading the API and re-writing the code I came up with the following 7 patches.

Re: [PATCH 0/2] V4L: Add BCM2048 radio driver

2009-05-12 Thread Eero Nurkkala
On Tue, 2009-05-12 at 08:51 +0200, ext Hans Verkuil wrote: I recommend that you move the RDS decoder code into an rds library in the v4l2-apps directory of the v4l-dvb tree. As you say, the rds decoder implementation does not belong in the driver, but it would be very nice to have it as a

Re: [PATCH 0/2] V4L: Add BCM2048 radio driver

2009-05-12 Thread Hans Verkuil
On Tuesday 12 May 2009 09:03:42 Eero Nurkkala wrote: On Tue, 2009-05-12 at 08:51 +0200, ext Hans Verkuil wrote: I recommend that you move the RDS decoder code into an rds library in the v4l2-apps directory of the v4l-dvb tree. As you say, the rds decoder implementation does not belong in

RE: [PATCH 3/3] OMAP2/3 V4L2 Display Driver

2009-05-12 Thread Shah, Hardik
Hi Inki, I was on vacation just came, Below are my comments. -Original Message- From: InKi Dae [mailto:daei...@gmail.com] Sent: Thursday, April 30, 2009 6:19 PM To: Shah, Hardik Cc: tomi.valkei...@nokia.com; linux-media@vger.kernel.org; linux- o...@vger.kernel.org; Jadav, Brijesh

Re: [PATCH v2 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-12 Thread Eduardo Valentin
On Tue, May 12, 2009 at 09:03:18AM +0200, ext Hans Verkuil wrote: On Monday 11 May 2009 11:31:42 Eduardo Valentin wrote: Hello all, It took a few but I'm resending the FM transmitter driver again. Sorry for this delay, but I had another things to give attention. Anyway, after reading

Re: [PATCH v2 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-12 Thread Eduardo Valentin
On Tue, May 12, 2009 at 09:33:31AM +0200, Valentin Eduardo (Nokia-D/Helsinki) wrote: On Tue, May 12, 2009 at 09:03:18AM +0200, ext Hans Verkuil wrote: On Monday 11 May 2009 11:31:42 Eduardo Valentin wrote: Hello all, It took a few but I'm resending the FM transmitter driver again.

Re: [PATCH v2 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-12 Thread Hans Verkuil
On Tue, May 12, 2009 at 09:03:18AM +0200, ext Hans Verkuil wrote: On Monday 11 May 2009 11:31:42 Eduardo Valentin wrote: Hello all, It took a few but I'm resending the FM transmitter driver again. Sorry for this delay, but I had another things to give attention. Anyway, after

Re: [PATCH v2 0/7] [RFC] FM Transmitter (si4713) and another changes

2009-05-12 Thread Eduardo Valentin
On Tue, May 12, 2009 at 09:50:22AM +0200, ext Hans Verkuil wrote: On Tue, May 12, 2009 at 09:03:18AM +0200, ext Hans Verkuil wrote: On Monday 11 May 2009 11:31:42 Eduardo Valentin wrote: Hello all, It took a few but I'm resending the FM transmitter driver again. Sorry for this

[PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-12 Thread Guennadi Liakhovetski
This also fixes the case of a single queued buffer, for example, when taking a single frame snapshot with the mx3_camera driver. Reported-by: Agustin gatoguan...@yahoo.com Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Subject: Re: Grabbing single stills on MX31 - Re: Solved? -

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-12 Thread Mauro Carvalho Chehab
Em Tue, 12 May 2009 09:10:43 +0300 Eduardo Valentin eduardo.valen...@nokia.com escreveu: On Tue, May 12, 2009 at 04:17:03AM +0200, ext Mauro Carvalho Chehab wrote: Em Mon, 11 May 2009 12:31:43 +0300 Eduardo Valentin eduardo.valen...@nokia.com escreveu: This patch adds a new class of

Re: [PATCH v2 1/7] v4l2: video device: Add V4L2_CTRL_CLASS_FMTX controls

2009-05-12 Thread Mauro Carvalho Chehab
Em Tue, 12 May 2009 08:26:40 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: The only reason why such a table might end up in the kernel is if there are legal requirements forcing strict control on what is allowed for an FM transmitter in each country, and in that case a similar mechanism as

[PATCH] [0905_01] Siano: smsusb - update license

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242126057 -10800 # Node ID 766d02fa7c5c42cc6480eaefb14c7dd6f9c0d370 # Parent 8d37e850566419e7905e66f875b9384d96bf340d [0905_01] Siano: smsusb - update license From: Uri Shkolnik u...@siano-ms.com This patch updates the license

[PATCH] [0905_02] Siano: smsusb - handle byte ordering and big endianity

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242127626 -10800 # Node ID 26c02c133d7e1f9932c1968f669ab0bfaf2761fa # Parent 766d02fa7c5c42cc6480eaefb14c7dd6f9c0d370 [0905_02] Siano: smsusb - handle byte ordering and big endianity From: Uri Shkolnik u...@siano-ms.com This

Re : [linux-dvb] dibcom3000 (dvb) driver bug with ubuntu 9.04 (2.6.28 kernel)?

2009-05-12 Thread julien de ROSNY
After many trials, I observe that the image quality is recovered when no other USB2.0 devices are connected to the GA-MA78GM mother board (WIFI dongle or Hard Drive). This problems seems to be releated to this bug http://bugzilla.kernel.org/show_bug.cgi?id=11599 and/or that one

Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-12 Thread Agustin
On Tue, 12 May 2009, Guennadi Liakhovetski wrote: This also fixes the case of a single queued buffer, for example, when taking a single frame snapshot with the mx3_camera driver. Reported-by: Agustin Signed-off-by: Guennadi Liakhovetski Signed-off-by: Agustin Ferrin Pozuelo ---

[PATCH] videobuf-dma-contig: zero copy USERPTR V3 comments

2009-05-12 Thread Magnus Damm
From: Magnus Damm d...@igel.co.jp This patch adds function descriptions to V3 of the V4L2 videobuf-dma-contig USERPTR zero copy patch. Signed-off-by: Magnus Damm d...@igel.co.jp --- drivers/media/video/videobuf-dma-contig.c | 16 1 file changed, 16 insertions(+) ---

Re: [PATCH] videobuf-dma-contig: zero copy USERPTR support V3

2009-05-12 Thread Magnus Damm
On Mon, May 11, 2009 at 10:36 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Em Fri, 8 May 2009 13:06:58 -0700 Andrew Morton a...@linux-foundation.org escreveu: On Fri, 08 May 2009 17:53:10 +0900 Magnus Damm magnus.d...@gmail.com wrote: From: Magnus Damm d...@igel.co.jp This is

[PATCH] [0905_01_1] Siano: Makefile - add smsendian to build

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242135753 -10800 # Node ID 697459f4baf6e95a906b852250699a18d1016724 # Parent 26c02c133d7e1f9932c1968f669ab0bfaf2761fa [0905_01_1] Siano: Makefile - add smsendian to build From: Uri Shkolnik u...@siano-ms.com Add smsendian

[PATCH] [0905_01_2] Siano: make single kernel object (module)

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242137970 -10800 # Node ID db8bfae234d4730f18823ca0686762a13e7997c9 # Parent 126c0974c2db4e2777e5d9b068fa976fe3a59675 [0905_01_2] Siano: make single kernel object (module) From: Uri Shkolnik u...@siano-ms.com This patch

[PATCH] [0905_03] Siano: smsusb - remove old backward support

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242136071 -10800 # Node ID 126c0974c2db4e2777e5d9b068fa976fe3a59675 # Parent 697459f4baf6e95a906b852250699a18d1016724 [0905_03] Siano: smsusb - remove old backward support From: Uri Shkolnik u...@siano-ms.com Remove backward

[PATCH] [0905_05] Siano: smsusb - lost buffers bug fix

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242138741 -10800 # Node ID ae0f17b305e7762643a9bc7f43c302c11f7b55b5 # Parent db8bfae234d4730f18823ca0686762a13e7997c9 [0905_05] Siano: smsusb - lost buffers bug fix From: Uri Shkolnik u...@siano-ms.com This patch fixes a

[PATCH] [0905_06] Siano: smsdvb - add big endian support

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242139255 -10800 # Node ID 291604c1821496dd4acd1d5411f8ea3ae955fd2c # Parent ae0f17b305e7762643a9bc7f43c302c11f7b55b5 [0905_06] Siano: smsdvb - add big endian support From: Uri Shkolnik u...@siano-ms.com Add support for Siano

Re: [PATCH] videobuf-dma-contig: zero copy USERPTR support V3

2009-05-12 Thread Mauro Carvalho Chehab
Em Tue, 12 May 2009 22:30:37 +0900 Magnus Damm magnus.d...@gmail.com escreveu: What does it do, how does it do it and why does it do it? A good documentation is a really good idea here. There videobuf internals are very complex. A good documentation for it is very important to keep it

[PATCH 0/3] Convert SuperH camera-enabled platforms to soc-camera as platform_device

2009-05-12 Thread Guennadi Liakhovetski
Now that soc-camera compatibility patch is in the mainline, we can convert all platforms to the new scheme. This patch series converts SuperH boards. Unfortunately, the first patch has to also (slightly) modify two camera drivers, but that looks like a minor inconvenience to me, at least when

[PATCH 1/3] soc-camera: unify i2c camera device platform data

2009-05-12 Thread Guennadi Liakhovetski
Unify i2c camera device platform data to point to struct soc_camera_link for a smooth transition to soc-camera as a platform driver. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/sh/boards/board-ap325rxa.c |2 +- arch/sh/boards/mach-migor/setup.c |4 ++--

[PATCH 2/3] SH: convert ap325rxa to soc-camera as platform-device

2009-05-12 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/sh/boards/board-ap325rxa.c | 50 +-- 1 files changed, 32 insertions(+), 18 deletions(-) diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 54c5cd1..cd1fcc0

[PATCH 3/3] SH: convert migor to soc-camera as platform-device

2009-05-12 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- arch/sh/boards/mach-migor/setup.c | 79 - 1 files changed, 52 insertions(+), 27 deletions(-) diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index

[PATCH] [0905_07] Siano: smsdvb - use 'push' status mechanism

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242142336 -10800 # Node ID 10143bda4ddae2b30af23adb15e536dc8bef7962 # Parent 291604c1821496dd4acd1d5411f8ea3ae955fd2c [0905_07] Siano: smsdvb - use 'push' status mechanism From: Uri Shkolnik u...@siano-ms.com This patch replace

[PATCH] [0905_08] Siano: smsdvb - move the dvb related included files

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242142695 -10800 # Node ID 777b32ac3080215d26c35853ea41c1f8f992b70c # Parent 10143bda4ddae2b30af23adb15e536dc8bef7962 [0905_08] Siano: smsdvb - move the dvb related included files From: Uri Shkolnik u...@siano-ms.com This patch

[PATCH] [0905_09] Siano: smsdvb - small type fix

2009-05-12 Thread Uri Shkolnik
# HG changeset patch # User Uri Shkolnik u...@siano-ms.com # Date 1242143183 -10800 # Node ID 179c1575678e08b5626bb918ef300b3ecead633c # Parent 777b32ac3080215d26c35853ea41c1f8f992b70c [0905_09] Siano: smsdvb - small type fix From: Uri Shkolnik u...@siano-ms.com Fix type at the module

Not only TV LV5H hybrid tv card

2009-05-12 Thread Martin Kragelund
Hi, I have just bought the Not only TV (LV5H) tv-card which should be equipped with the em28xx chip - I'm trying to get it to work in ubuntu (8.10) but it doesn't  work completely. I've attached the output from dmesg below. I'm a bit new to linux and don't know how to use the insmod command as

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: ERRORS

2009-05-12 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:Tue May 12 19:00:06 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11758:8d37e8505664 gcc version: gcc

Re: [PATCH] dma: fix ipu_idmac.c to not discard the last queued buffer

2009-05-12 Thread Dan Williams
On Tue, May 12, 2009 at 5:14 AM, Agustin gatoguan...@yahoo.com wrote: On Tue, 12 May 2009, Guennadi Liakhovetski wrote: This also fixes the case of a single queued buffer, for example, when taking a single frame snapshot with the mx3_camera driver. Reported-by: Agustin Signed-off-by:

Re: Not only TV LV5H hybrid tv card

2009-05-12 Thread Devin Heitmueller
On Tue, May 12, 2009 at 1:46 PM, Martin Kragelund martin.kragel...@gmail.com wrote: Hi, I have just bought the Not only TV (LV5H) tv-card which should be equipped with the em28xx chip - I'm trying to get it to work in ubuntu (8.10) but it doesn't  work completely. I've attached the output

Re: XC5000 improvements: call for testers!

2009-05-12 Thread Britney Fransen
On May 6, 2009, at 10:55 PM, Devin Heitmueller wrote: If you do decide to narrow it down to a particular patch, please switch over to the following tree first: http://linuxtv.org/hg/~dheitmueller/xc5000-improvements-beta2 I re-exported the patch series and recreated the tree without all the

Re: XC5000 improvements: call for testers!

2009-05-12 Thread Devin Heitmueller
On Tue, May 12, 2009 at 4:50 PM, Britney Fransen britney.fran...@gmail.com wrote: I finally had some time to do some more testing with the beta2 tree and I think most of the issues I had were user error.  Not exactly sure what I did wrong before but I am not seeing the reception issues or any

Re: XC5000 improvements: call for testers!

2009-05-12 Thread Britney Fransen
On May 12, 2009, at 3:56 PM, Devin Heitmueller wrote: Glad to see that there are no longer any issues. Once I get one outstanding Pinnacle 800i fix in, I will issue a PULL request and this will go into the mainline. Great! Any chance the QAM64 patch will make it in too? Britney -- To

[patch 3/4] dvb-core: fix potential mutex_unlock without mutex_lock in dvb_dvr_read

2009-05-12 Thread akpm
From: Simon Arlott si...@fire.lp0.eu dvb_dvr_read may unlock the dmxdev mutex and return -ENODEV, except this function is a file op and will never be called with the mutex held. There's existing mutex_lock and mutex_unlock around the actual read but it's commented out. These should probably be

[patch 1/4] radio-mr800.c: missing mutex include

2009-05-12 Thread akpm
From: Alessio Igor Bogani abog...@texware.it radio-mr800.c uses struct mutex, so while linux/mutex.h seems to be pulled in indirectly by one of the headers it already includes, the right thing is to include it directly. Signed-off-by: Alessio Igor Bogani abog...@texware.it Cc: Mauro Carvalho

[patch 2/4] V4L/DVB: cimax2.c: fix / typo

2009-05-12 Thread akpm
From: Roel Kluin roel.kl...@gmail.com binary/logical and typo Signed-off-by: Roel Kluin roel.kl...@gmail.com Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Abylay Ospan aos...@netup.ru Cc: Igor M. Liplianin liplia...@netup.ru Signed-off-by: Andrew Morton a...@linux-foundation.org ---

Re: [patch 4/4] zoran: fix /|| error

2009-05-12 Thread Devin Heitmueller
On Tue, May 12, 2009 at 4:39 PM, a...@linux-foundation.org wrote: From: Roel Kluin roel.kl...@gmail.com Fix /|| typo. `default_norm' can be 0 (PAL), 1 (NTSC) or 2 (SECAM), the condition tested was impossible. Signed-off-by: Roel Kluin roel.kl...@gmail.com Cc: Mauro Carvalho Chehab

Re: [patch 4/4] zoran: fix /|| error

2009-05-12 Thread Mauro Carvalho Chehab
Em Tue, 12 May 2009 17:18:20 -0400 Devin Heitmueller dheitmuel...@kernellabs.com escreveu: On Tue, May 12, 2009 at 4:39 PM, a...@linux-foundation.org wrote: From: Roel Kluin roel.kl...@gmail.com Fix /|| typo. `default_norm' can be 0 (PAL), 1 (NTSC) or 2 (SECAM), the condition tested was

Re: [patch 4/4] zoran: fix /|| error

2009-05-12 Thread Trent Piepho
On Tue, 12 May 2009, Mauro Carvalho Chehab wrote: Em Tue, 12 May 2009 17:18:20 -0400 Devin Heitmueller dheitmuel...@kernellabs.com escreveu: On Tue, May 12, 2009 at 4:39 PM, a...@linux-foundation.org wrote: From: Roel Kluin roel.kl...@gmail.com Fix /|| typo. `default_norm' can be 0

[PULL] http://linuxtv.org/hg/~mkrufky/k2c2

2009-05-12 Thread Michael Krufky
Mauro, Please pull from: http://linuxtv.org/hg/~mkrufky/k2c2 for the following changesets: - cx23885: Add generic functions for driving GPIO's - cx23885: mark functions encoder_on_port[bc] as static inline - cx23885: Add preliminary support for the HVR1270 - cx23885: add ATSC/QAM tuning

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-05-12 Thread hermann pitton
Hi Andy, Am Sonntag, den 10.05.2009, 19:39 -0400 schrieb Andy Walls: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following 2 changesets: 01/02: cx18: Add missing newline to tuner detection error message

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-05-12 Thread hermann pitton
[snip] That is this MK4 tuner=54 stuff, IIRC. (no tda9887) sorry, that must have remind me to the real problems we had these days. The tuner=57 was meant. Hermann ;) -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

[PULL] http://endr...@linuxtv.org/hg/~endriss/v4l-dvb

2009-05-12 Thread Oliver Endriss
Mauro, Please pull from http://endr...@linuxtv.org/hg/~endriss/v4l-dvb for the following 5 changesets: 01/05: dvb-ttpci: Add TS replay capability http://endr...@linuxtv.org/hg/~endriss/v4l-dvb?cmd=changeset;node=55fa4f709cf2 02/05: dvb-ttpci: Check transport error indicator flag

v4l-dvb rev 11757 broke building under Ubuntu Hardy

2009-05-12 Thread David Ward
I am using v4l-dvb in order to add the cx18 driver under Ubuntu Hardy (8.04). The build is currently broken under Hardy, which uses kernel 2.6.24. I have traced the origin of the problem to revision 11757. As seen in the latest cron job output, the build produces the error when trying to