Re: [libdvben50221] [PATCH] Assign same resource_id in open_session_response when "resource non-existent"

2011-05-23 Thread Tomer Barletz
On Thu, May 19, 2011 at 5:58 AM, Andreas Oberritter wrote: > On 05/18/2011 09:16 PM, Tomer Barletz wrote: >> On Tue, May 17, 2011 at 8:46 AM, Brice DUBOST wrote: >>> On 18/01/2011 15:42, Tomer Barletz wrote: > ... > > Can you please resend the patch inline with a prop

Re: [libdvben50221] [PATCH] Assign same resource_id in open_session_response when "resource non-existent"

2011-05-18 Thread Tomer Barletz
On Tue, May 17, 2011 at 8:46 AM, Brice DUBOST wrote: > On 18/01/2011 15:42, Tomer Barletz wrote: >> Attached a patch for a bug in the lookup_callback function, were in >> case of a non-existent resource, the connected_resource_id is not >> initialized and then used in the

[libdvben50221] [PATCH] Assign same resource_id in open_session_response when "resource non-existent"

2011-01-18 Thread Tomer Barletz
Attached a patch for a bug in the lookup_callback function, were in case of a non-existent resource, the connected_resource_id is not initialized and then used in the open_session_response call of the session layer. Tomer diff -r d3509d6e9499 lib/libdvben50221/en50221_stdcam_llci.c --- a/lib/libdv

dvb-apps maintainer

2010-07-29 Thread Tomer Barletz
Does anybody know who's dvb-apps current maintainer? Thanks, Tomer -- 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-info.html

Re: [PATCH] Fix possible memory leak in dvbca.c

2010-07-27 Thread Tomer Barletz
2010/7/25 Tomer Barletz : > Allocated memory will never get free when read fails. > See attached patch. > > Tomer > Attached a better patch... :) diff -r d3509d6e9499 lib/libdvbapi/dvbca.c --- a/lib/libdvbapi/dvbca.c Sat Aug 08 19:17:21 2009 +0200 +++ b/lib/libdvbapi/dvbca.c Tue

Re: [PATCH] Fix possible memory leak in dvbca.c

2010-07-27 Thread Tomer Barletz
2010/7/25 Tomer Barletz : > Allocated memory will never get free when read fails. > See attached patch. > > Tomer > Does anybody knows who's dvb-apps maintainer? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to

[PATCH] Fix possible memory leak in dvbca.c

2010-07-25 Thread Tomer Barletz
Allocated memory will never get free when read fails. See attached patch. Tomer diff -r d3509d6e9499 lib/libdvbapi/dvbca.c --- a/lib/libdvbapi/dvbca.c Sat Aug 08 19:17:21 2009 +0200 +++ b/lib/libdvbapi/dvbca.c Sun Jul 25 15:50:30 2010 +0300 @@ -110,8 +110,10 @@ if (buf == NULL) return -1; -

Re: CAM initialisation failing

2009-06-23 Thread Tomer Barletz
On Tue, Jun 23, 2009 at 12:11 PM, Thomas Kernen wrote: > Tomer Barletz wrote: >> >> On Mon, Jun 1, 2009 at 4:06 PM, Thomas Kernen >> wrote: >>> >>> Dear community, >>> >>> After finally getting my Mystique SaTiX DVB-S2 PCI card (clone of

Re: CAM initialisation failing

2009-06-01 Thread Tomer Barletz
On Mon, Jun 1, 2009 at 4:06 PM, Thomas Kernen wrote: > > Dear community, > > After finally getting my Mystique SaTiX DVB-S2 PCI card (clone of KNC1 DVB > Station S2), I'm now facing trouble with the CAM initialisation (KNC1 CA > daughter card, PowerCam Pro CAM and Viaccess card) > > All of the har

SmarDTV/Nagra CAM does not initialise

2009-06-01 Thread Tomer Barletz
Hi, When inserting SmarDTV/Nagra CAM, I get the following error: cimax_poll_slot_status: change CAM state CIMAX0 Slot0 module_present = 1 state = 0 cimax_slot_reset: CIMAX0 slot0 READY! dvb_ca adapter 0: Invalid PC card inserted :( It seems that this CAM does not support the usual init tuples (0x

Re: Problem with SCM/Viaccess CAM

2009-06-01 Thread Tomer Barletz
anged? I know that my kernel is slightly old ;), but it is currently not feasible for me to upgrade. Thanks, Tomer On Tue, May 26, 2009 at 10:06 PM, Dominique Dumont wrote: > Le Tuesday 26 May 2009 07:43:15 Tomer Barletz, vous avez écrit : >> Hi, >> When inserting a SCM/Viaccess CAM,

Problem with SCM/Viaccess CAM

2009-05-25 Thread Tomer Barletz
Hi, When inserting a SCM/Viaccess CAM, I get the following message: dvb_ca adapter 0: DVB CAM did not respond :( According to this: http://linuxtv.org/hg/v4l-dvb/file/142fd6020df3/linux/Documentation/dvb/ci.txt this CAM should work. I'm using kernel 2.6.10. Any help would be greatly appreciated,