[linux-dvb] Looking for original source of an old DVB tree

2010-01-24 Thread Chris Moore
Hello, Short version: I am looking for the original source code of a Linux DVB tree containing in particular drivers/media/dvb/dibusb/microtune_mt2060.c and the directory drivers/media/dvb/dibusb/mt2060_api Googling for microtune_mt2060.c and mt2060_api is no help. Could anyone kindly

Re: CI USB

2010-01-24 Thread Manu Abraham
On Sun, Jan 24, 2010 at 11:49 AM, Konstantin Dimitrov kosio.dimit...@gmail.com wrote: On Sun, Jan 24, 2010 at 1:43 AM, Manu Abraham abraham.m...@gmail.com wrote: On Sun, Jan 24, 2010 at 1:45 AM, Konstantin Dimitrov kosio.dimit...@gmail.com wrote: On Sat, Jan 23, 2010 at 1:31 AM, Manu Abraham

Re: [PATCH] sq905c: remove unused variable

2010-01-24 Thread Jean-Francois Moine
On Sat, 23 Jan 2010 19:44:06 -0600 (CST) Theodore Kilgore kilg...@banach.math.auburn.edu wrote: If everyone else is agreeable, I would propose that the recent changes to sq905c.c should simply be pulled, and that is the best solution to the problem. A pull request for this change has been

Re: CI USB

2010-01-24 Thread Konstantin Dimitrov
On Sun, Jan 24, 2010 at 10:12 AM, Manu Abraham abraham.m...@gmail.com wrote: On Sun, Jan 24, 2010 at 11:49 AM, Konstantin Dimitrov kosio.dimit...@gmail.com wrote: On Sun, Jan 24, 2010 at 1:43 AM, Manu Abraham abraham.m...@gmail.com wrote: On Sun, Jan 24, 2010 at 1:45 AM, Konstantin Dimitrov

Re: CI USB

2010-01-24 Thread Konstantin Dimitrov
On Sun, Jan 24, 2010 at 10:54 AM, Konstantin Dimitrov kosio.dimit...@gmail.com wrote: On Sun, Jan 24, 2010 at 10:12 AM, Manu Abraham abraham.m...@gmail.com wrote: On Sun, Jan 24, 2010 at 11:49 AM, Konstantin Dimitrov kosio.dimit...@gmail.com wrote: On Sun, Jan 24, 2010 at 1:43 AM, Manu Abraham

[PATCH] dvb-apps/util/szap/czap.c ERROR: cannot parse service data

2010-01-24 Thread klaas de waal
The czap utility (dvb-apps/util/szap/czap.c) cannot scan the channel configuration file when compiled on Fedora 12 with gcc-4.4.2. The czap output is: [kl...@myth2 szap]$ ./czap -c ~/.czap/ziggo-channels.conf Cartoon using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' reading

Re: [linux-dvb] Looking for original source of an old DVB tree

2010-01-24 Thread Antti Palosaari
On 01/24/2010 10:08 AM, Chris Moore wrote: Hello, Short version: I am looking for the original source code of a Linux DVB tree containing in particular drivers/media/dvb/dibusb/microtune_mt2060.c and the directory drivers/media/dvb/dibusb/mt2060_api Googling for microtune_mt2060.c and

Re: [RFC v2 5/7] V4L: Events: Limit event queue length

2010-01-24 Thread Sakari Ailus
Hans Verkuil wrote: Hi Sakari, Hi Hans, And thanks for the comments! ... @@ -103,7 +105,8 @@ int v4l2_event_dequeue(struct v4l2_fh *fh, struct v4l2_event *event) ev = list_first_entry(events-available, struct _v4l2_event, list); list_del(ev-list); -ev-event.count =

Re: [PATCH 1/4] media: dvb/af9015, implement eeprom hashing

2010-01-24 Thread Antti Palosaari
Hei, Comments below. On 01/22/2010 05:10 PM, Jiri Slaby wrote: We read the eeprom anyway for dumping. Switch the dumping to print_hex_dump_bytes and compute hash above that by hash = 0; for (u32 VAL) in (eeprom): hash *= GOLDEN_RATIO_PRIME_32 hash += VAL; // while preserving endinaness

Re: [PATCH 1/4] media: dvb/af9015, implement eeprom hashing

2010-01-24 Thread Jiri Slaby
On 01/24/2010 05:16 PM, Antti Palosaari wrote: +af9015_config.eeprom_sum = 0; +for (reg = 0; reg eeprom_size / sizeof(u32); reg++) { +af9015_config.eeprom_sum *= GOLDEN_RATIO_PRIME_32; +af9015_config.eeprom_sum += le32_to_cpu(((u32 *)eeprom)[reg]); +} + +

[RFC, PATCH] gspca pac7302: propagate footer to userspace

2010-01-24 Thread Németh Márton
Hi, I'm dealing with Labtec Webcam 2200 and I found that the pac7302 driver does not forward the image footer information to userspace. This footer contains some information which might be interesting to the userspace. What exactly this footer means is not clear as of this writing, but it is

Re: gitorious.org/omap3camera: Falied attempt to migrate sensor driver to Zoom2/3 platform

2010-01-24 Thread Laurent Pinchart
Hi Sergio, On Friday 22 January 2010 19:36:06 Aguirre, Sergio wrote: [snip] Ok, I was able to work around the kernel panic with the attached patch. I have the feeling that all your development is dependant on loading all camera/sensors as modules in the filesystem. Have you done

Re: [PATCH] sq905c: remove unused variable and other topics

2010-01-24 Thread Theodore Kilgore
On Sun, 24 Jan 2010, Jean-Francois Moine wrote: On Sat, 23 Jan 2010 19:44:06 -0600 (CST) Theodore Kilgore kilg...@banach.math.auburn.edu wrote: If everyone else is agreeable, I would propose that the recent changes to sq905c.c should simply be pulled, and that is the best solution to the

problem with libdvben50221 and powercam pro V4 [almost solved]

2010-01-24 Thread DUBOST Brice
Hello Powercam just made a new version of their cam, the version 4 Unfortunately this CAM doesn't work with gnutv and applications based on libdvben50221 This cam return TIMEOUT errors (en50221_stdcam_llci_poll: Error reported by stack:-3) after showing the supported ressource id. I found out

[PATCH] dvb-apps scan: fix zero transport stream id

2010-01-24 Thread Anssi Hannula
scan sometimes returns services with transport stream id = 0. This happens when the service is allocated before the transport stream id is known. This patch simply makes copy_transponder propagate transport stream id changes to all services of the transponder. Symptoms of zero transport stream id

Re: [PATCH] dvb-apps/util/szap/czap.c ERROR: cannot parse service data

2010-01-24 Thread Manu Abraham
Hi Klaas, On Sun, Jan 24, 2010 at 2:58 PM, klaas de waal klaas.de.w...@gmail.com wrote: The czap utility (dvb-apps/util/szap/czap.c) cannot scan the channel configuration file when compiled on Fedora 12 with gcc-4.4.2. The czap output is: [kl...@myth2 szap]$ ./czap -c

Re: [PATCH] dvb-apps scan: fix zero transport stream id

2010-01-24 Thread Manu Abraham
On Mon, Jan 25, 2010 at 12:39 AM, Anssi Hannula anssi.hann...@iki.fi wrote: scan sometimes returns services with transport stream id = 0. This happens when the service is allocated before the transport stream id is known. This patch simply makes copy_transponder propagate transport stream id

git problem with uvcvideo

2010-01-24 Thread Németh Márton
Hi, I'm trying to fetch the uvcvideo from http://linuxtv.org/git/?p=pinchartl/uvcvideo.git;a=summary . I tryied to follow the instructions but at the third step I get fatal error messages: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git v4l-dvb Initialized

Re: problem with libdvben50221 and powercam pro V4 [almost solved]

2010-01-24 Thread pierre gronlier
DUBOST Brice dubost at crans.ens-cachan.fr writes: Manu Abraham a écrit : Hi Brice, On Mon, Jan 25, 2010 at 12:09 AM, DUBOST Brice dubost at crans.ens-cachan.fr wrote: Hello Powercam just made a new version of their cam, the version 4 Unfortunately this CAM doesn't work with

Re: [PATCH 1/1] media: dvb-usb/af9015, fix disconnection crashes

2010-01-24 Thread Antti Palosaari
On 01/20/2010 07:19 PM, Jiri Slaby wrote: When both remote controller and receiver intfs are handled by af9015, .probe do nothing for remote intf, but when .disconnect is called for both of them it touches intfdata every time. For remote it crashes obviously (as intfdata are unset). Altough

Re: [PATCH 1/4] media: dvb/af9015, implement eeprom hashing

2010-01-24 Thread Antti Palosaari
On 01/24/2010 06:35 PM, Jiri Slaby wrote: On 01/24/2010 05:16 PM, Antti Palosaari wrote: +af9015_config.eeprom_sum = 0; +for (reg = 0; reg eeprom_size / sizeof(u32); reg++) { +af9015_config.eeprom_sum *= GOLDEN_RATIO_PRIME_32; +af9015_config.eeprom_sum +=

Re: [PATCH 2/4] media: dvb/af9015, factor out remote setting

2010-01-24 Thread Antti Palosaari
On 01/22/2010 05:10 PM, Jiri Slaby wrote: This is just a code shuffle without functional changes. For easier review of later changes, i.e. preparation. Signed-off-by: Jiri Slabyjsl...@suse.cz Cc: Antti Palosaaricr...@iki.fi Cc: Mauro Carvalho Chehabmche...@redhat.com Cc:

Re: [PATCH 3/4] media: dvb/af9015, refactor remote setting

2010-01-24 Thread Antti Palosaari
On 01/22/2010 05:10 PM, Jiri Slaby wrote: Add af9015_setup structure to hold (right now only remote) setup of distinct receivers. Add af9015_setup_match for matching ids against tables. This is for easier matching different kind of ids against tables to obtain setups. Currently module

Re: [PATCH 4/4] media: dvb/af9015, add hashes support

2010-01-24 Thread Antti Palosaari
On 01/22/2010 05:10 PM, Jiri Slaby wrote: So as a final patch, add support for hash and one hash entry for MSI digi vox mini II: iManufacturer 1 Afatech iProduct 2 DVB-T 2 iSerial 3 01010101061 It is now handled with proper IR and key map tables. Signed-off-by: Jiri

More details on Hauppauge 930C

2010-01-24 Thread Jakob Bohm
So far all the posts I have been able to find about this device on wiki.linuxtv.org and in the archives of the linux-tv, linux-dvb and linux-media mailing lists have been unconfirmed guesswork of the form I think, Isn't that etc. I actually have this device (it was the first DVB-C device to hit

Re: More details on Hauppauge 930C

2010-01-24 Thread Markus Rechberger
On Mon, Jan 25, 2010 at 3:11 AM, Jakob Bohm saotowjokkoujux...@jbohm.dk wrote: So far all the posts I have been able to find about this device on wiki.linuxtv.org and in the archives of the linux-tv, linux-dvb and linux-media mailing lists have been unconfirmed guesswork of the form I think,