[PATCH v3] Enabling of the Winfast TV2000 XP Global TV capture card remote control

2009-04-28 Thread Pieter Van Schaik
This patch is for supporting the remote control of the Winfast TV2000 XP Global TV capture card. A case statement was added in order to initialize the GPIO data structures as well as a case statement for handling the keys correctly when pressed. Thanks to Hermann and Mauro for all the help Signed

[RFC] Expanding VIDIOC_ENUM_FRAMESIZES for encoded data.

2009-04-28 Thread Dongsoo, Nathaniel Kim
Hello everyone. As you know the experimental V4L2 feature VIDIOC_ENUM_FRAMESIZES is all about frame sizes supported per pixelformat. We can get width and height sizes supported per every pixelformat. It's very useful feature to reduce dependency between device driver and middleware or application.

Re: [PATCH] FM1216ME_MK3 some changes

2009-04-28 Thread hermann pitton
Hi, Am Dienstag, den 28.04.2009, 19:59 +1000 schrieb Dmitri Belimov: > On Tue, 28 Apr 2009 15:18:32 -0300 > Mauro Carvalho Chehab wrote: > > > On Mon, 27 Apr 2009 19:29:05 +1000 > > Dmitri Belimov wrote: > > > > > Hi All > > > > > > Step by step. > > > > > > This is patch for change only ran

Re: Panic in HVR-950q caused by changeset 11356

2009-04-28 Thread Josh Watzman
Devin Heitmueller wrote: > I discussed it at length with Janneg on #linuxtv this morning. A pull > request has been submitted with the fix, marked high priority. I just pulled and built from the main hg tree, and in a simple test it did not oops on disconnect! Thanks for everyone's work, and I'll

Re: [PATCH] FM1216ME_MK3 some changes

2009-04-28 Thread Dmitri Belimov
On Tue, 28 Apr 2009 15:18:32 -0300 Mauro Carvalho Chehab wrote: > On Mon, 27 Apr 2009 19:29:05 +1000 > Dmitri Belimov wrote: > > > Hi All > > > > Step by step. > > > > This is patch for change only range of FM1216ME_MK3. Slow tunning > > is not a big problem. > > Dmitri, > > I'll mark those

[PATCH 3/3 ] big rework of TS for saa7134

2009-04-28 Thread Dmitri Belimov
Hi all. 1. Add start/stop TS function. 2. Move setup DMA of TS to DMA function. 3. Write support cupture via MMAP 4. Rework startup and finish process, remove simple FSM. This is patch from our customer. I checked this. diff -r b40d628f830d linux/drivers/media/video/saa7134/saa7134-cards.c --- a

[PATCH 2/3 ] remove hw reset of MPEG encoder when lost/found seq.

2009-04-28 Thread Dmitri Belimov
Hi All When we capture signal from composite input offen lost and found syncro sequence. In this case the MPEG coder hardware reset after each lost/found event. The image has a lot of artefactes. This patch remove hardware reset of MPEG encoder. This is patch from our customer. I checked this.

[PATCH 1/3 ] increase MPEG encoder timout

2009-04-28 Thread Dmitri Belimov
Hi All. If video has a lot of changes in frame, MPEG encoder need more time for coding process. Add new bigger timeout for encoder. This is patch from our customer. I checked this. diff -r b40d628f830d linux/drivers/media/video/saa7134/saa7134-ts.c --- a/linux/drivers/media/video/saa7134/saa713

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

2009-04-28 Thread Mauro Carvalho Chehab
On Mon, 27 Apr 2009 21:01:04 +0200 Erik Andrén wrote: > Hi Mauro. > > Let's see if I can make it right this time. > Please pull from http://linuxtv.org/hg/~eandren/v4l-dvb/ for a number > of 2.6.30+ changes. Hi Erik, Applied, thanks. It is always a good idea to use the hg-pull-req.pl script t

[PATCH] saa7134: disable not yet existing IR and DVB support on the Compro T750

2009-04-28 Thread hermann pitton
The Compro VideoMate T750 has no support for IR and DVB-T yet. Disable both to avoid fall through and confusing printouts. Signed-off-by: Hermann Pitton diff -r b40d628f830d linux/drivers/media/video/saa7134/saa7134-cards.c --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Fri Apr 24 01:46

Re: [PATCH v2] Enabling of the Winfast TV2000 XP Global TV capture card remote control

2009-04-28 Thread hermann pitton
Hi! Am Dienstag, den 28.04.2009, 21:20 +0200 schrieb Pieter Van Schaik: > Mauro, > > I apologize for my ignorance, I am not sure what an SOB is, could you > possibly elaborate? > > Thank you > > Regards > Pieter van Schaik Pieter, just like you had it on your prior patches from April 6, 8 and

Re: [PATCH] [0904_14] Siano: assemble all components to one kernel module

2009-04-28 Thread Uri Shkolnik
--- On Tue, 4/28/09, Trent Piepho wrote: > From: Trent Piepho > Subject: Re: [PATCH] [0904_14] Siano: assemble all components to one kernel > module > To: "Uri Shkolnik" > Cc: "Mauro Carvalho Chehab" , > linux-media@vger.kernel.org > Date: Tuesday, April 28, 2009, 9:58 PM > On Mon, 27 Apr

Re: [PATCH v2] Enabling of the Winfast TV2000 XP Global TV capture card remote control

2009-04-28 Thread Mauro Carvalho Chehab
On Sun, 26 Apr 2009 04:29:11 +0200 hermann pitton wrote: > > Am Freitag, den 24.04.2009, 06:35 +0200 schrieb Pieter Van Schaik: > > This patch is for supporting the remote control of the Winfast TV2000 > > XP Global TV capture card. A case statement was added in order to > > initialize the GPIO

Re: [PATCH] [0904_14] Siano: assemble all components to one kernel module

2009-04-28 Thread Trent Piepho
On Mon, 27 Apr 2009, Uri Shkolnik wrote: > --- On Tue, 4/21/09, Mauro Carvalho Chehab wrote: > > > > If the system includes SDIO and OMAP SPI/SPP, the > > module build will discard the USB interface driver, but the > > SDIO and the OMAP SPI will be built. > > > > The patch you've provided just mer

Re: [PATCH] FM1216ME_MK3 some changes

2009-04-28 Thread Mauro Carvalho Chehab
On Mon, 27 Apr 2009 19:29:05 +1000 Dmitri Belimov wrote: > Hi All > > Step by step. > > This is patch for change only range of FM1216ME_MK3. Slow tunning is not a > big problem. Dmitri, I'll mark those patches as RFC at patchwork until the end of those discussions. After that, please send i

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

2009-04-28 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 Apr 28 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11603:b40d628f830d gcc version: gcc

Re: ASUS 'My Cinema Europa Hybrid' (P7131 DVB-T) [SAA7134] Firmware oddities

2009-04-28 Thread hermann pitton
Hello, you seem to have a card which is not in the database of the saa7134 driver yet. Am Mittwoch, den 29.04.2009, 00:02 +0800 schrieb Sam Spilsbury: > Hi everyone, > > So It's my first time to LinuxTV hacking, debugging etc, so I > apologize if I've failed to provide anything essential. > > A

Re: Panic in HVR-950q caused by changeset 11356

2009-04-28 Thread Devin Heitmueller
On Tue, Apr 28, 2009 at 12:42 PM, Robert Krakora wrote: > Devin: > > I vote to roll it back until the ramifications of the changeset are > better understood.  ;-) > > Best Regards, Robert, I discussed it at length with Janneg on #linuxtv this morning. A pull request has been submitted with the

Re: Panic in HVR-950q caused by changeset 11356

2009-04-28 Thread Robert Krakora
On Mon, Apr 27, 2009 at 10:03 PM, Devin Heitmueller wrote: > Hello Janne, > > Ok, so now I need to better understand the nature of changeset 11356. > It turns up I spent the entire afternoon debugging a kernel panic on > usb disconnect, which ended up being due to this patch: > > au0828: use usb_i

[PULL] http://linuxtv.org/hg/~dheitmueller/950q_oopsfix

2009-04-28 Thread Devin Heitmueller
Mauro, Please pull from http://linuxtv.org/hg/~dheitmueller/950q_oopsfix for the following: au0828: fix kernel oops regression on USB disconnect Thanks, Devin -- Devin J. Heitmueller http://www.devinheitmueller.com AIM: devinheitmueller -- To unsubscribe from this list: send the line "unsubsc

ASUS 'My Cinema Europa Hybrid' (P7131 DVB-T) [SAA7134] Firmware oddities

2009-04-28 Thread Sam Spilsbury
Hi everyone, So It's my first time to LinuxTV hacking, debugging etc, so I apologize if I've failed to provide anything essential. Anyways, I've just bought a ASUS 'My Cinema Europa Hybrid' (P7131 DVB-T) which has the Phillips saa7131 chipset in it (supported by the saa7131 module et al). There i

Re: [PATCH] af9015: support for KWorld MC810

2009-04-28 Thread Antti Palosaari
On 04/28/2009 07:11 AM, Jesse Sung wrote: Acked-by: Antti Palosaari regards Aantti -- http://palosaari.fi/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-inf

Re: TV-8532A/ICM532B compression and modes

2009-04-28 Thread kirin_e
On Sun, 26 Apr 2009, Jean-Francois Moine wrote: > On Fri, 24 Apr 2009 23:16:12 +0200 (CEST) > kiri...@users.sourceforge.net wrote: > > > Hi, > > Hi Kirin, > > > a couple of months ago i did some hacking on the tv8532 gspca driver > > for my TV-8532A/ICM532B based webcam, to the point where i got

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

2009-04-28 Thread Magnus Damm
From: Magnus Damm This is V2 of the V4L2 videobuf-dma-contig USERPTR zero copy patch. Since videobuf-dma-contig is designed to handle physically contiguous memory, this patch modifies the videobuf-dma-contig code to only accept a pointer to physically contiguous memory. For now only VM_PFNMAP vm

Re: [PATCH] videobuf-dma-contig: remove sync operation

2009-04-28 Thread Paul Mundt
On Tue, Apr 28, 2009 at 05:45:39PM +0900, Magnus Damm wrote: > From: Magnus Damm > > Remove the videobuf-dma-contig sync operation. Sync is only needed > for noncoherent buffers, and since videobuf-dma-contig is built on > coherent memory allocators the memory is by definition always in sync. >

[PATCH] videobuf-dma-contig: remove sync operation

2009-04-28 Thread Magnus Damm
From: Magnus Damm Remove the videobuf-dma-contig sync operation. Sync is only needed for noncoherent buffers, and since videobuf-dma-contig is built on coherent memory allocators the memory is by definition always in sync. Reported-by: Matthieu CASTET Signed-off-by: Magnus Damm --- Thanks to

Re: wiki on linixtv.org locked

2009-04-28 Thread H. Langos
On Tue, Apr 28, 2009 at 10:20:25AM +0200, Johannes Stezenbach wrote: > On Tue, Apr 28, 2009 at 01:21:51AM +0200, H. Langos wrote: > > On Tue, Apr 28, 2009 at 12:14:16AM +0200, Johannes Stezenbach wrote: > > > On Mon, Apr 27, 2009 at 10:29:25PM +0200, H. Langos wrote: > > > > > > > > if i remember

Re: wiki on linixtv.org locked

2009-04-28 Thread Johannes Stezenbach
On Tue, Apr 28, 2009 at 01:21:51AM +0200, H. Langos wrote: > On Tue, Apr 28, 2009 at 12:14:16AM +0200, Johannes Stezenbach wrote: > > On Mon, Apr 27, 2009 at 10:29:25PM +0200, H. Langos wrote: > > > > > > if i remember right, the linuxtv wiki only allows editing to registered > > > users. therefo