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 > > support

Kworld ATSC 120 audio capture bug

2009-03-28 Thread Vanessa Ezekowitz
While setting up to rip an old movie from a video tape (one which is not available on any other media), I ran into a bug in the cx88 driver.. As in the past, I can initialize the card into analog mode after a reboot, and view video feeds from over-the-air analog TV (what little remains anyway),

[PATCH] Add AVerMedia A310 USB IDs to CE6230 driver.

2009-03-28 Thread Juan Jesús García de Soria Lucena
El día 28 de marzo de 2009 22:05, Mauro Carvalho Chehab escribió: > So, please send the patch you did for analysis. Please submit it as explained > at [1]. > > [1] http://linuxtv.org/hg/v4l-dvb/raw-file/tip/README.patches Add AVerMedia A310 USB IDs to CE6230 driver. From: Juan Jesús García de S

[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 http://linuxtv.org/hg/~tap/v4l-

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

read() behavior

2009-03-28 Thread Steve Harrington
In general read(2) is not guaranteed to return a complete record. For section reads from the demux device the amount of data returned will almost certainly be less than requested. I've never seen a section longer than a single TS packet and the recommended length for a read is 4096 bytes. The que

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 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 wit

Re: Can't load firmware - HVR4000

2009-03-28 Thread Markus Rechberger
On Sat, Mar 28, 2009 at 11:12 PM, Lars Fredriksson 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 outside the

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 up

[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 -

saa7146 vbi capture broken?

2009-03-28 Thread Trent Piepho
While working on another patch I noticed a flaw I think is preventing VBI capture on saa7146 from working. The v4l2-ioctl code will not allow VIDIOC_(Q|DQ|REQ|QUERY)BUFS ioctls for a given buffer type unless the driver provides a ->vidioc_try_fmt_foo() method for that buffer type. SAA7146 only pr

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 wrote: > Hi, Antti, > > 2009/3/25 Antti Palosaari : > > Hello Mauro, > > > > Please pull http://linuxtv.org/hg/~anttip/ce6230/ > > for the following: > > > > zl10353: add support for Intel CE6230 and Intel CE6231 > > Add drive

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,

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

2009-03-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:Sat Mar 28 19:00:05 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11250:2adf4a837334 gcc version: gcc (

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 7cbd4877e5b167b56a3d6033b926a9f925186e

[PULL | BUGFIX] http://linuxtv.org/hg/~mkrufky/tuner

2009-03-28 Thread Michael Krufky
Mauro, Please pull from: http://linuxtv.org/hg/~mkrufky/tuner for the following bugfix: - tuner: prevent invalid initialization of t->config in set_type tuner-core.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Regards, Mike -- To unsubscribe from this list: send the line "uns

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 > >> vi

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, mpeg2,

[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 Strau

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 Extr

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 -- http://palo

Re: V4L2 Advanced Codec questions

2009-03-28 Thread Hans Verkuil
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, mpeg2, divx, AAC

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 : > 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 handle t

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: > > . implement

[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: dvb/bt8xx/dst_ca

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.

[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 disappear.

Re: [PATCH] Implement V4L2_CAP_STREAMING for zr364xx driver

2009-03-28 Thread Hans de Goede
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 V4L2_CAP_STREAMING using videobuf; . re-implements V4L2_CAP_READWRITE usin

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 "un

[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 fi

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 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: http://linuxtv.or