[linux-dvb] [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-14 Thread Markus Rechberger
Hi all, I exported the patches of my v4l-dvb-experimental repository against the current v4l-dvb repository on linuxtv.org. The single patchfiles are available on mcentral.de http://mcentral.de/~mrec/patches/v4l-dvb/ These patchsets include: * full support for some Empiatech em28xx based

Re: [linux-dvb] Re: [RFC] multi std silicon tuners and analog tuners

2007-05-14 Thread Markus Rechberger
Hi, TUNER_SET_TYPE_ADDR, seems to break with that approach, it's possible to change the tuner type on the fly with it. There have been some devices around which for example use an xc3028 for analogue TV and a qt1010 for DVB-T, so in that case we wouldn't like the xc3028 hybrid tuner module to

Re: [linux-dvb] [PATCH] dvb-apps: change filenames and contents to utf8

2007-05-14 Thread Manu Abraham
Matthias Schwarzott wrote: Hi there! dvb-apps at the moment contains an ugly mixture of different encodings. The attached patch changes the filenames of these two files to be utf8: util/scan/dvb-t/fr-Besançon util/scan/dvb-t/fr-Alençon The other possibility would be to do it like the

Re: [linux-dvb] patch for /Documentation/dvb/bt8xx.txt

2007-05-14 Thread Manu Abraham
Uwe Bugla wrote: This patch synchronizes the documentation for bt8xx cards to the current state of kernel 2.6.22-rc1. It does not touch the outstanding DST problem, although it helps. Applies against: linux-2.6.22-rc1 Signed-off-by: Uwe Bugla [EMAIL PROTECTED] ---

[linux-dvb] [PATCH] Spezial Lifeview DVB-S Card without eeprom

2007-05-14 Thread Michael Möhle
Hello, the attached Patch adds a new card to the saa7134 driver. It is for a special DVB-S card from Animation. The card has been produced originally for a projekt in the last year. The driver has been written by Ralph Metzler. He asked me to create a diff and send it to the ML. Here is his sign

Re: [linux-dvb] [PATCH] dvb-apps: change filenames and contents to utf8

2007-05-14 Thread Christoph Pfister
Am Montag, 14. Mai 2007 19:36 schrieb Manu Abraham: Matthias Schwarzott wrote: Hi there! dvb-apps at the moment contains an ugly mixture of different encodings. The attached patch changes the filenames of these two files to be utf8: util/scan/dvb-t/fr-Besançon

Re: [linux-dvb] patch for /Documentation/dvb/bt8xx.txt

2007-05-14 Thread Uwe Bugla
Am Montag, 14. Mai 2007 20:08 schrieben Sie: Uwe Bugla wrote: This patch synchronizes the documentation for bt8xx cards to the current state of kernel 2.6.22-rc1. It does not touch the outstanding DST problem, although it helps. Applies against: linux-2.6.22-rc1 Signed-off-by: Uwe

[linux-dvb] ATI HDTV Wonder help

2007-05-14 Thread John-Mark Gurney
I am working on writing a driver for the ATI HDTV Wonder for FreeBSD and was wondering if someone here had more specific information on the card? (How things are connected, how to get data sheet for the tuner/demodulator, etc.) I have managed to get the nxt200x to tune, and I can get some data

[linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-14 Thread Trent Piepho
On Mon, 14 May 2007, Markus Rechberger wrote: Hi all, I exported the patches of my v4l-dvb-experimental repository against the current v4l-dvb repository on linuxtv.org. The single patchfiles are available on mcentral.de http://mcentral.de/~mrec/patches/v4l-dvb/ [93 patches] It's really

[linux-dvb] patch for Documentation/dvb/bt8xx.txt, attempt 2

2007-05-14 Thread Uwe Bugla
This patch synchronizes the Documentation for bt8xx-based cards to the actual state of kernel 2.6.22-rc1. Signed-off-by: Uwe Bugla [EMAIL PROTECTED] --- a/Documentation/dvb/bt8xx.txt +++ b/Documentation/dvb/bt8xx.txt @@ -9,19 +9,29 @@ Please see Documentation/dvb/cards.txt = o Cards based on

[linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-14 Thread Markus Rechberger
On 5/14/07, Trent Piepho [EMAIL PROTECTED] wrote: On Mon, 14 May 2007, Markus Rechberger wrote: Hi all, I exported the patches of my v4l-dvb-experimental repository against the current v4l-dvb repository on linuxtv.org. The single patchfiles are available on mcentral.de

[linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-14 Thread Markus Rechberger
On 5/15/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 5/14/07, Trent Piepho [EMAIL PROTECTED] wrote: On Mon, 14 May 2007, Markus Rechberger wrote: Hi all, I exported the patches of my v4l-dvb-experimental repository against the current v4l-dvb repository on linuxtv.org. The

[linux-dvb] How to read from /dev/dvb/adapter0/dvr0 ???

2007-05-14 Thread Jorge Canas
I have tried using fopen() and open() to open /dev/dvb/adapter0/dvr0 but it always returns NULL or -1, respectively. How exactly is it that I am supposed to read from /dev/dvb/adapter0/dvr0 ?? I have already successfully tuned the device by using azap prior to the fopen() or open() calls.

Re: [linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-14 Thread Michael Krufky
Markus Rechberger wrote: As from my side I don't have the time to do a major rewrite or doing some reordering again, please try to make the best out of what's available now. The patches include more than 9000 lines of codechanges through the v4l and dvb framework, these changes have been

[linux-dvb] Re: patch for Documentation/dvb/bt8xx.txt, attempt 2

2007-05-14 Thread Manu Abraham
Uwe Bugla wrote: This patch synchronizes the Documentation for bt8xx-based cards to the actual state of kernel 2.6.22-rc1. Signed-off-by: Uwe Bugla [EMAIL PROTECTED] --- a/Documentation/dvb/bt8xx.txt +++ b/Documentation/dvb/bt8xx.txt @@ -9,19 +9,29 @@ Please see

Re: [linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-14 Thread hermann pitton
Am Montag, den 14.05.2007, 20:22 -0400 schrieb Michael Krufky: Markus Rechberger wrote: As from my side I don't have the time to do a major rewrite or doing some reordering again, please try to make the best out of what's available now. The patches include more than 9000 lines of

Re: [linux-dvb] Re: [RFC/PATCHES] xc3028 hybrid tuner, em28xx/em2880-dvb, saa7134, cx88

2007-05-14 Thread Markus Rechberger
On 5/15/07, hermann pitton [EMAIL PROTECTED] wrote: Am Montag, den 14.05.2007, 20:22 -0400 schrieb Michael Krufky: Markus Rechberger wrote: As from my side I don't have the time to do a major rewrite or doing some reordering again, please try to make the best out of what's available now.