Re: Patch implementing V4L2_CAP_STREAMING for zr364xx driver

2009-03-28 Thread Mauro Carvalho Chehab
Lamarque, On Fri, 27 Mar 2009 15:39:26 -0300 Lamarque Vieira Souza lamar...@gmail.com wrote: Here is the patch with the modifications you asked. There's just one important part missing on your patch: you forgot so send your Signed-off-by: (please read README.patches file, at v4l-dvb tree:

[PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-03-28 Thread Lamarque Vieira Souza
This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. Tested with Creative PC-CAM 880. It basically: . implements V4L2_CAP_STREAMING using videobuf; . re-implements V4L2_CAP_READWRITE using videobuf; . copies cam-udev-product to the card

Re: LinuxTV.org Site Suggestion

2009-03-28 Thread Magnus Nilsson
John Doe wrote: It would be nice if LinuxTV.org added a Supported Hardware for television cards for linux users. Regards, John Have you checked the Wiki found at http://linuxtv.org/wiki/ ? It already has what you want... //Magnus -- To unsubscribe from this list: send the line

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-bttv

2009-03-28 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-bttv for the following: - tvaudio: fix mute and s/g_tuner handling - tvaudio: add tda9875 support. - tvaudio: always call init_timer to prevent rmmod crash. - bttv: convert to v4l2_subdev since i2c autoprobing will

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-bttv

2009-03-28 Thread Hans Verkuil
On Saturday 28 March 2009 12:44:32 Hans Verkuil wrote: Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-bttv for the following: - tvaudio: fix mute and s/g_tuner handling - tvaudio: add tda9875 support. - tvaudio: always call init_timer to prevent rmmod crash. -

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-03-28 Thread Lamarque Vieira Souza
Em Saturday 28 March 2009, Hans de Goede escreveu: On 03/28/2009 11:11 AM, Lamarque Vieira Souza wrote: This patch implements V4L2_CAP_STREAMING for the zr364xx driver, by converting the driver to use videobuf. Tested with Creative PC-CAM 880. It basically: . implements

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-03-28 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - saa7134: fix RTD Embedded Technologies VFG7350 support. - cs53l32a: remove legacy support. - dst_ca: fix compile warning. - dabusb: fix compile warning. Thanks, Hans diffstat:

Re: [PULL] http://linuxtv.org/hg/~anttip/ce6230/

2009-03-28 Thread Juan Jesús García de Soria Lucena
Hi, Antti, 2009/3/25 Antti Palosaari cr...@iki.fi: Hello Mauro, Please pull http://linuxtv.org/hg/~anttip/ce6230/ for the following: zl10353: add support for Intel CE6230 and Intel CE6231 Add driver for Intel CE6230 DVB-T USB2.0 I've modified this code (hacking a little bit blindly) to

Re: [PULL] http://linuxtv.org/hg/~anttip/ce6230/

2009-03-28 Thread Antti Palosaari
moikka Juan, Juan Jesús García de Soria Lucena wrote: I'd like to have this USB ID supported out of the box when the driver gets upstream: Bus 003 Device 004: ID 07ca:a310 AVerMedia Technologies, Inc. Thank you for reporting this. I will add this USB ID soon. regards Antti --

Re: [linux-dvb] Patch: IR-support for Tevii s460

2009-03-28 Thread Igor M. Liplianin
On 26 March 2009 21:02:40 Bernd Strauß wrote: The remote control which comes with this card doesn't work out of the box. This patch changes that. Works with LIRC and /dev/input/eventX. ___ DSL zum Nulltarif + 20 Euro

[Patch] IR support for TeVii S460 DVB-S card

2009-03-28 Thread Bernd Strauß
changeset: 11251:58f9585b7d94 tag: tip user:root date:Sat Mar 28 15:19:20 2009 +0100 files: linux/drivers/media/common/ir-keymaps.c linux/drivers/media/video/cx88/cx88-input.c linux/include/media/ir-common.h description: IR support for TeVii S460 From: Bernd

Re: V4L2 Advanced Codec questions

2009-03-28 Thread Steven Toth
Hans Verkuil wrote: On Thursday 26 March 2009 16:59:11 Steven Toth wrote: Hello! I want to open a couple of HVR22xx items up for discussion. The HVR-22xx analog encoder is capable of encoded to all kinds of video and audio codecs in various containers formats. From memory, wm9, mpeg4,

Re: V4L2 Advanced Codec questions

2009-03-28 Thread Hans Verkuil
On Saturday 28 March 2009 18:03:47 Steven Toth wrote: Hans Verkuil wrote: On Thursday 26 March 2009 16:59:11 Steven Toth wrote: Hello! I want to open a couple of HVR22xx items up for discussion. The HVR-22xx analog encoder is capable of encoded to all kinds of video and audio codecs

Re: Dereferencing freed memory bugs

2009-03-28 Thread Marcin Slusarz
Dan Carpenter wrote: I added a check to smatch (http://repo.or.cz/w/smatch.git/) to check for when we dereference freed memory. drivers/dma/dmatest.c +410 dmatest_exit(7) 'dtc' drivers/dma/dmatest.c +412 dmatest_exit(9) 'dtc' Seems to be fixed by 7cbd4877e5b167b56a3d6033b926a9f925186e12:

A question about Documentation/video4linux/gspca.txt

2009-03-28 Thread Theodore Kilgore
I notice that sq905.c and sq905c.c have now been added to the gspca tree. But now a question about the documentation. None of that has been addressed, as yet, neither for the sq905 nor for the sq905c cameras. The code has been added to the tree, but the accompanying documentation is, as yet,

Re: [PULL] http://linuxtv.org/hg/~anttip/ce6230/

2009-03-28 Thread Mauro Carvalho Chehab
On Sat, 28 Mar 2009 14:34:06 +0100 Juan Jesús García de Soria Lucena skanda...@gmail.com wrote: Hi, Antti, 2009/3/25 Antti Palosaari cr...@iki.fi: Hello Mauro, Please pull http://linuxtv.org/hg/~anttip/ce6230/ for the following: zl10353: add support for Intel CE6230 and Intel

[PATCH] to add new camera in gspca/mr97310a.c

2009-03-28 Thread Theodore Kilgore
The purpose of the following patch is to add another camera, with the new USB Vendor:Product number 0x093a:0x010f to gspca/mr97310a.c. The camera has also been added to the list of supported cameras in Documentation/gspca.txt. Signed-off-by: Theodore Kilgore kilg...@auburn.edu

Can't load firmware - HVR4000

2009-03-28 Thread Lars Fredriksson
Hi! I have recently moved my HVR4000 to a new machine, but now I can't load the firmware :-( I'm running Gentoo 2008.0, kernel 2.6.29 and I've tried both with the drivers included in the kernel and with v4l-drivers outside the kernel but I get the same result :-( When the machine starts

Re: Can't load firmware - HVR4000

2009-03-28 Thread Markus Rechberger
On Sat, Mar 28, 2009 at 11:12 PM, Lars Fredriksson l...@hansson.se wrote: Hi! I have recently moved my HVR4000 to a new machine, but now I can't load the firmware :-( I'm running Gentoo 2008.0, kernel 2.6.29 and I've tried both with the drivers included in the kernel and with v4l-drivers

Re: Can't load firmware - HVR4000

2009-03-28 Thread Lars Fredriksson
Thanks a lot! The firmware loads correctly now! Markus Rechberger skrev: On Sat, Mar 28, 2009 at 11:12 PM, Lars Fredriksson l...@hansson.se wrote: Hi! I have recently moved my HVR4000 to a new machine, but now I can't load the firmware :-( I'm running Gentoo 2008.0, kernel 2.6.29 and

Re: read() behavior

2009-03-28 Thread Andy Walls
On Sat, 2009-03-28 at 16:00 -0700, Steve Harrington wrote: In general read(2) is not guaranteed to return a complete record. Especially in non-blocking I/O mode. For section reads from the demux device the amount of data returned will almost certainly be less than requested. I've never

[pull] http://linuxtv.org/hg/~tap/v4l-dvb

2009-03-28 Thread Trent Piepho
Mauro, Please pull from http://linuxtv.org/hg/~tap/v4l-dvb for the following 14 changesets: 01/14: build: Fix kernel output directory support http://linuxtv.org/hg/~tap/v4l-dvb?cmd=changeset;node=346bab8698ea 02/14: v4l2-ioctl: Check format for S_PARM and G_PARM

Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-03-28 Thread Andy Walls
On Mon, 2009-03-23 at 06:52 -0700, Corey Taylor wrote: Andy, I am noticing an improvement in pixelation by setting the bufsize to 64k. I will monitor over the next week and report back. I am running 3 HVR-1600s and the IRQs are coming up shared with the USB which also supports my HD