Re: [PATCH] Add support for PCTV452E.

2011-09-27 Thread Dominik Kuhlen
On Tuesday 27 September 2011 13:36:12 Mauro Carvalho Chehab wrote: > Em 27-09-2011 04:55, Dominik Kuhlen escreveu: > > Hi all, > > > > sorry for being quiet such a long time > > > > On Tuesday 13 September 2011 08:04:51 Steffen Barszus wrote: > >> On Wed, 15 Jun 2011 18:44:35 +0300 > >> "Igor

Re: [PATCH] Add support for PCTV452E.

2011-09-27 Thread Mauro Carvalho Chehab
Em 27-09-2011 04:55, Dominik Kuhlen escreveu: > Hi all, > > sorry for being quiet such a long time > > On Tuesday 13 September 2011 08:04:51 Steffen Barszus wrote: >> On Wed, 15 Jun 2011 18:44:35 +0300 >> "Igor M. Liplianin" wrote: >> >>> From my point of view we can count the beginning was

Re: [PATCH] Add support for PCTV452E.

2011-09-27 Thread Igor M. Liplianin
В сообщении от 27 сентября 2011 10:55:11 автор Dominik Kuhlen написал: > Hi all, > > sorry for being quiet such a long time > > On Tuesday 13 September 2011 08:04:51 Steffen Barszus wrote: > > On Wed, 15 Jun 2011 18:44:35 +0300 > > > > "Igor M. Liplianin" wrote: > > > From my point of view

Re: [PATCH] Add support for PCTV452E.

2011-09-27 Thread Dominik Kuhlen
Hi all, sorry for being quiet such a long time On Tuesday 13 September 2011 08:04:51 Steffen Barszus wrote: > On Wed, 15 Jun 2011 18:44:35 +0300 > "Igor M. Liplianin" wrote: > > > From my point of view we can count the beginning was here: > > > > http://www.spinics.net/lists/linux-dvb/msg2

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
Mon Sep 17 00:00:00 2001 From: Igor M. Liplianin Date: Sat, 24 Sep 2011 00:33:50 +0300 Subject: [PATCH] Add support for pctv452e To: , Signed-off-by: Igor M. Liplianin --- drivers/media/dvb/dvb-usb/Kconfig | 13 + drivers/media/dvb/dvb-usb/Makefile |4 +

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
В сообщении от 23 сентября 2011 23:58:15 автор Oliver Freyermuth написал: > Thanks for the review! > > As this is the first time I touched module- / kernel-code and I am not > really familiar with the structures of the rc-system, I do not really > feel up to porting to non-legacy rc-support (Igors

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Igor M. Liplianin
Here is my version. Made with git format-patch for branch staging/for_v3.2 From cc44ac937f36ed51335eb11a7e28cf047a979a1c Mon Sep 17 00:00:00 2001 From: Igor M. Liplianin Date: Fri, 23 Sep 2011 23:31:25 +0300 Subject: [PATCH] Add support for pctv452e To: , Signed-off-by: Igor M. Liplianin

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Steffen Barszus
On Fri, 23 Sep 2011 17:03:04 -0300 Mauro Carvalho Chehab wrote: > > > > Attached is the 'new' version of the patch with the mentioned > > changes. > > For it to be applied, we need the SOB's of the patch authors: > > +MODULE_AUTHOR("Dominik Kuhlen "); > +MODULE_AUTHOR("Andre Weidemann "); >

Re: [PATCH] Add support for PCTV452E.

2011-09-23 Thread Steffen Barszus
On Fri, 23 Sep 2011 17:03:04 -0300 Mauro Carvalho Chehab wrote: > Em 05-09-2011 18:27, Oliver Freyermuth escreveu: > > Got it working with kernel 3.0! > > > > For me, some more changes on the current patchset appeared to be > > necessary. In short, I had to change all a->fe to a->fe[0] (because

Re: [PATCH] Add support for PCTV452E.

2011-09-12 Thread Steffen Barszus
On Wed, 15 Jun 2011 18:44:35 +0300 "Igor M. Liplianin" wrote: > From my point of view we can count the beginning was here: > > http://www.spinics.net/lists/linux-dvb/msg26431.html > > The later history is difficult to restore, but possible. > After some searching it looks like this is the firs

Re: [PATCH] Add support for PCTV452E.

2011-07-30 Thread Oliver Freyermuth
Am 23.07.2011 13:24, schrieb Steffen Barszus: > > On Tue, 24 May 2011 21:51:22 +0200 > > Hans Petter Selasky wrote: > > >> >> NOTES: >> >> >> >> Sources were taken from the following repositorium as of today: >> >> http://mercurial.intuxication.org/hg/s2-liplianin/ >> >> >> >> And depend on the zi

Re: [PATCH] Add support for PCTV452E.

2011-07-23 Thread Steffen Barszus
On Tue, 24 May 2011 21:51:22 +0200 Hans Petter Selasky wrote: > NOTES: > > Sources were taken from the following repositorium as of today: > http://mercurial.intuxication.org/hg/s2-liplianin/ > > And depend on the zig-zag fix posted today. Did a first test on the patch. [ 96.780040] usb 1-8

Re: [PATCH] Add support for PCTV452E.

2011-06-15 Thread Igor M. Liplianin
>From my point of view we can count the beginning was here: http://www.spinics.net/lists/linux-dvb/msg26431.html The later history is difficult to restore, but possible. BR Igor -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.k

Re: [PATCH] Add support for PCTV452E.

2011-06-12 Thread Doychin Dokov
I also confirmed it works with s2-liplianin on Debian's 2.6.38-bpo2 kernel without such problems. Another thing I've tested is to compile the media_tree with the stb6100, but the problem persist, so it seems it's not related to the component that both devices share. Any ideas what might be t

Re: [PATCH] Add support for PCTV452E.

2011-06-12 Thread Doychin Dokov
On 2.6.32.5 with s2-liplianin tree this is not observed, i.e. everything works as expected - the S2-3650 does not cause the TBS device to stutter. На 12.6.2011 г. 23:27 ч., Doychin Dokov написа: The same thing happens when the devices are on different USB buses: Bus 002 Device 004: ID 0b48:300a

Re: [PATCH] Add support for PCTV452E.

2011-06-12 Thread Doychin Dokov
The same thing happens when the devices are on different USB buses: Bus 002 Device 004: ID 0b48:300a TechnoTrend AG TT-connect S2-3650 CI Bus 001 Device 007: ID 0b48:3006 TechnoTrend AG TT-connect S-2400 DVB-S Bus 001 Device 004: ID 734c:5980 TBS Technologies China When the S2-3650 CI scans, the

Re: [PATCH] Add support for PCTV452E.

2011-06-11 Thread Doychin Dokov
i've been using the patches in the latest media_tree for some hours - the S2-3650 CI seems to work. There's one thing that disturbs me, though - when it scans / locks on a frequency, another device on the same PC, using the same stb6100, gets stuck for a moment. Any ideas what might be the caus

Re: [PATCH] Add support for PCTV452E.

2011-06-10 Thread Doychin Dokov
I think you've missed this line at the end of ttpci-eeprom.c : EXPORT_SYMBOL(ttpci_eeprom_decode_mac); -- 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.htm