Re: [PATCH] media/video: adding __init/__exit macros to various drivers

2009-09-30 Thread Laurent Pinchart
On Tuesday 29 September 2009 02:19:00 Peter Huewe wrote: From: Peter Huewe peterhu...@gmx.de Trivial patch which adds the __init/__exit macros to the module_init/ module_exit functions of the following drivers in media video: drivers/media/video/ivtv/ivtv-driver.c

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Paweł Sikora
On Tuesday 29 September 2009 16:16:29 Jean Delvare wrote: On Wed, 16 Sep 2009 10:03:32 +0200, Paweł Sikora wrote: On Wednesday 16 September 2009 08:57:01 Jean Delvare wrote: Hi Pawel, I think this would be fixed by the following patch: http://patchwork.kernel.org/patch/45707/

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Jean Delvare
Hi Pawel, I am removing the linux-i2c list from Cc, because it seems clear that your problem is related to specific media drivers and not the i2c subsystem. On Wed, 30 Sep 2009 10:16:15 +0200, Paweł Sikora wrote: On Tuesday 29 September 2009 16:16:29 Jean Delvare wrote: On Wed, 16 Sep 2009

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Paweł Sikora
On Wednesday 30 September 2009 12:57:37 Jean Delvare wrote: Are you running distribution kernels or self-compiled ones? Any local patches applied? Would you be able to apply debug patches and rebuild your kernel? yes, i'm using patched (vserver,grsec) modular kernel from pld-linux but i'm

arm tree in broken state (was Re: What's inside the pxa tree for this merge window)

2009-09-30 Thread Pavel Machek
I discarded them _because_ Eric handled them, which is what I said in the comments when I discarded them. Ok, I did do my best to get patches in the right order in the mainline, but it all failed. AFAICS, v4l and sh are already in the mainline with a _wrongly_ resolved mefge

Re: arm tree in broken state (was Re: What's inside the pxa tree for this merge window)

2009-09-30 Thread Guennadi Liakhovetski
Hi Pavel On Wed, 30 Sep 2009, Pavel Machek wrote: I discarded them _because_ Eric handled them, which is what I said in the comments when I discarded them. Ok, I did do my best to get patches in the right order in the mainline, but it all failed. AFAICS, v4l and sh are

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Jean Delvare
On Wed, 30 Sep 2009 13:52:27 +0200, Paweł Sikora wrote: On Wednesday 30 September 2009 12:57:37 Jean Delvare wrote: Are you running distribution kernels or self-compiled ones? Any local patches applied? Would you be able to apply debug patches and rebuild your kernel? yes, i'm using

RE: [PATCH] media/video: adding __init/__exit macros to various drivers

2009-09-30 Thread Karicheri, Muralidharan
For drivers/media/video/davinci/dm355_ccdc.c and drivers/media/video/davinci/dm644x_ccdc.c, Acked-by: Muralidharan Karicheri m-kariche...@ti.com Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: m-kariche...@ti.com -Original Message- From:

Re: record DVB-S2 stream into file

2009-09-30 Thread Goga777
Kaffeine 0.8.8 supports DVB-S2 and you can record a whole TS by setting a channel with videoPid=0 and audioPid=8192. Hope this helps. Thanks, but I need command line tool. Is it possible use kaffeine without XORG? I thing no. But many thanks, it is solution but i forget wrote

Re: dvbstream and S2 API (was - record DVB-S2 stream into file)

2009-09-30 Thread Goga777
Hello, is there any plans to implement in dvbstream the s2 api support ? Goga I would like to record DVB-S2 complete stream into file. For DVB-S I can use dvbstream tool. But on this time it not support DVB_S2. Do somebody have patch or another tip how to save stream into file. Jiri

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

2009-09-30 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:Wed Sep 30 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13044:6b7617d4a0be gcc version: gcc

Re: [PATCH] media/video: adding __init/__exit macros to various drivers

2009-09-30 Thread Steven Toth
On 9/30/09 9:26 AM, Karicheri, Muralidharan wrote: drivers/media/video/saa7164/saa7164-core.c drivers/media/video/cx23885/cx23885-core.c Acked-By: Steven Toth st...@kernellabs.com -- Steven Toth - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line

Re: [2.6.31] ir-kbd-i2c oops.

2009-09-30 Thread Andy Walls
On Wed, 2009-09-30 at 12:57 +0200, Jean Delvare wrote: Hi Pawel, I am removing the linux-i2c list from Cc, because it seems clear that your problem is related to specific media drivers and not the i2c subsystem. On Wed, 30 Sep 2009 10:16:15 +0200, Paweł Sikora wrote: On Tuesday 29

Re: [PATCH] V4L/DVB:uvcvideo:fix uvc_alloc_urb_buffers()

2009-09-30 Thread Laurent Pinchart
Hi, On Sunday 27 September 2009 10:30:34 tom.leim...@gmail.com wrote: From: Ming Lei tom.leim...@gmail.com This patch sets stream-urb_size as psize*npackets before calling uvc_alloc_urb_buffers, which may fix a possible failure of usb_buffer_free in case usb_buffer_alloc returns NULL. The

Re: [PATCH 6/9] drivers/media/video/uvc: Use %pUr to print UUIDs

2009-09-30 Thread Laurent Pinchart
Hi Joe, thanks for the patch. A few comments below. On Tuesday 29 September 2009 07:01:08 Joe Perches wrote: Signed-off-by: Joe Perches j...@perches.com --- drivers/media/video/uvc/uvc_ctrl.c | 69 -- drivers/media/video/uvc/uvc_driver.c |7 +--

Re: [PATCH 6/9] drivers/media/video/uvc: Use %pUr to print UUIDs

2009-09-30 Thread Joe Perches
On Thu, 2009-10-01 at 02:20 +0200, Laurent Pinchart wrote: flags = info-flags; if (((flags UVC_CONTROL_GET_CUR) !(inf (1 0))) || ((flags UVC_CONTROL_SET_CUR) !(inf (1 1 { - uvc_trace(UVC_TRACE_CONTROL, Control -

[PULL] http://kernellabs.com/hg/~dheitmueller/misc-fixes3

2009-09-30 Thread Devin Heitmueller
Mauro, Please pull from http://kernellabs.com/hg/~dheitmueller/misc-fixes3 for the following: xc5000: add FM radio support xc5000: make the definition of the FM input part of the xc5000 config struct em28xx: Add support for new variant of KWorld 2800d em28xx: fix support for Terratec Cinergy T

[PATCH 1/2] dvb-usb-friio: return the correct DTV_DELIVERY_SYSTEM

2009-09-30 Thread Akihiro TSUKADA
From: Akihiro Tsukada ts...@yahoo.co.jp This patch makes the driver return the correct DTV_DELIVERY_SYSTEM. The driver previously returned SYS_UNDEFINED for DTV_DELIVERY_SYSTEM property, as it lacked any driver specific S2API support. Priority: normal Signed-off-by: Akihiro Tsukada

[PATCH 2/2] dvb-usb-friio: cleaning up unnecessary functions

2009-09-30 Thread Akihiro TSUKADA
From: Akihiro Tsukada ts...@yahoo.co.jp This patch removes some fe-ops.X() functions which do nothing more useful than the default. Priority: normal Signed-off-by: Akihiro Tsukada ts...@yahoo.co.jp --- friio-fe.c | 38 -- 1 file changed, 38 deletions(-)