Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-13 Thread Francesco Lavra
On Thu, 2010-02-11 at 22:26 +0100, Chicken Shack wrote: Hi, my way to say Thank you. Just enjoy this tiny little program with the latest kernel. Debian files for producing a Debian binary included. This version needs libzvbi as dependency to run. Thanks to Tom Zoerne for the implemention

[PATCH] em28xx-dvb: fix memleak in dvb_fini()

2010-02-13 Thread Francesco Lavra
This patch fixes a memory leak which occurs when an em28xx card with DVB extension is unplugged or its DVB extension driver is unloaded. In dvb_fini(), dev-dvb must be freed before being set to NULL, as is done in dvb_init() in case of error. Signed-off-by: Francesco Lavra

Re: alevt-dvb 1.7.0: new version, should be free from bugs now

2010-02-13 Thread Chicken Shack
Am Samstag, den 13.02.2010, 10:56 +0100 schrieb Francesco Lavra: On Thu, 2010-02-11 at 22:26 +0100, Chicken Shack wrote: Hi, my way to say Thank you. Just enjoy this tiny little program with the latest kernel. Debian files for producing a Debian binary included. This version needs

Re: [PATCH v4 1/7] V4L: File handles

2010-02-13 Thread Hans Verkuil
On Wednesday 10 February 2010 15:58:03 Sakari Ailus wrote: This patch adds a list of v4l2_fh structures to every video_device. It allows using file handle related information in V4L2. The event interface is one example of such use. Video device drivers should use the v4l2_fh pointer as their

Re: [PATCH v4 2/7] V4L: Events: Add new ioctls for events

2010-02-13 Thread Hans Verkuil
On Wednesday 10 February 2010 15:58:04 Sakari Ailus wrote: This patch adds a set of new ioctls to the V4L2 API. The ioctls conform to V4L2 Events RFC version 2.3: I've experimented with the events API to try and support it with ivtv and I realized that it had some problems. See comments below.

Re: [PATCH v4 3/7] V4L: Events: Add backend

2010-02-13 Thread Hans Verkuil
On Wednesday 10 February 2010 15:58:05 Sakari Ailus wrote: Add event handling backend to V4L2. The backend handles event subscription and delivery to file handles. Event subscriptions are based on file handle. Events may be delivered to all subscribed file handles on a device independent of

Re: Driver crash on kernel 2.6.32.7. Interaction between cx8800 (DVB-S) and USB HVR Hauppauge 950q

2010-02-13 Thread Richard Lemieux
Hi, I was in the process of setting up my machine so I can run any of the tests you might ask for. First I needed a fully tested backup partition, and then I needed to bring udev up to date. But I see that the problem is pretty much resolved right now. As Devin said earlier I doubt I can ever

Re: [PATCH v4 4/7] V4L: Events: Support event handling in do_ioctl

2010-02-13 Thread Hans Verkuil
On Wednesday 10 February 2010 15:58:06 Sakari Ailus wrote: Add support for event handling to do_ioctl. Signed-off-by: Sakari Ailus sakari.ai...@maxwell.research.nokia.com --- drivers/media/video/Makefile |2 +- drivers/media/video/v4l2-ioctl.c | 49

Re: [PATCH v4 5/7] V4L: Events: Count event queue length

2010-02-13 Thread Hans Verkuil
On Wednesday 10 February 2010 15:58:07 Sakari Ailus wrote: Update the count field properly by setting it to exactly to number of further available events. After working with this for a bit I realized that the max_alloc thing is not going to work. The idea behind it was that you can increase the

Re: New Hauppauge HVR-2200 Revision?

2010-02-13 Thread Francis Barber
On 12/02/2010 9:44 PM, Steven Toth wrote: Anyway, apart from the problems noted above it is fine. I'm not sure what the criteria is for merging support for this card into the main repository, but I would view it as worthy of merging even with these problems outstanding. Many thanks, Frank.

Re: [PATCH v4 7/7] V4L: Events: Support all events

2010-02-13 Thread Hans Verkuil
On Wednesday 10 February 2010 15:58:09 Sakari Ailus wrote: Add support for subscribing all events with a special id V4L2_EVENT_ALL. If V4L2_EVENT_ALL is subscribed, no other events may be subscribed. Otherwise V4L2_EVENT_ALL is considered just as any other event. We should do this differently.

Re: [linux-dvb] gotoX program?

2010-02-13 Thread Manu Abraham
On Fri, Feb 5, 2010 at 10:38 PM, Scott Doty sc...@ponzo.net wrote: Hi, I'm looking for the gotoX program mentioned in this message: http://www.linuxtv.org/pipermail/linux-dvb/2007-May/017748.html It is supposed to be here:   http://www.verbraak.org/wiki/index.php/Goto_X_program ...but

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

2010-02-13 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 Feb 13 19:00:17 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14198:14021dfc00f3 gcc version:

Re: New Hauppauge HVR-2200 Revision?

2010-02-13 Thread Ross J. Reedstrom
On Sat, Feb 13, 2010 at 10:35:01PM +0800, Francis Barber wrote: On 12/02/2010 9:44 PM, Steven Toth wrote: Anyway, apart from the problems noted above it is fine. I'm not sure what the criteria is for merging support for this card into the main repository, but I would view it as worthy of

Re: Leadtek WinFast DVR3100 H zl10353_read_register: readreg error (reg=127, ret==-6)

2010-02-13 Thread Andy Walls
On Tue, 2010-02-09 at 07:19 -0800, Patrick Cairns wrote: On Tue, 2010-02-09 at 03:35 -0800, Patrick Cairns wrote: I'm testing use of multiple Leadtek WinFast DVR3100 H cards for a project. I've had large numbers of them working well in the same machine as encoders (haven't been using

Possible em28xx regression for Pinnacle Dazzle Tv Hybrid Stick 320E

2010-02-13 Thread SebaX75
Hi, I've already wrote on the problem that I'll go to explain and that was already solved by Devin. It was solved and a call for tester was done, and all was working (em28xx DVB modeswitching change); logically I've used actual tree (updated with hg today). Now the problem: with scandvb,

Re: Possible em28xx regression for Pinnacle Dazzle Tv Hybrid Stick 320E

2010-02-13 Thread Devin Heitmueller
On Sat, Feb 13, 2010 at 9:00 PM, SebaX75 seba...@yahoo.it wrote: Hi, I've already wrote on the problem that I'll go to explain and that was already solved by Devin. It was solved and a call for tester was done, and all was working (em28xx DVB modeswitching change); logically I've used actual

would like to get Plextor ConvertX AV100U to work

2010-02-13 Thread Don Kramer
Hi I'm Don, I'm new here. I would like to see if it's possible to get the Plextor ConvertX AV100U to work under Linux, I own this device, and currently can use it only under Windows XP. I believe it is very similar to the Plextor ConvertX PX-TV100U which is listed as a device added to kernel