From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:62869 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755123Ab1JNRj5 (ORCPT ); Fri, 14 Oct 2011 13:39:57 -0400 Message-ID: <4E9873E3.8040103@redhat.com> Date: Fri, 14 Oct 2011 14:39:47 -0300 From: Mauro Carvalho Chehab MIME-Version: 1.0 To: Devin Heitmueller CC: =?UTF-8?B?U8O2bmtlIEJyYW5kdA==?= , Benjamin Larsson , linux-media@vger.kernel.org, Eddi De Pieri Subject: Re: PCTV 520e on Linux References: <4E970CA7.8020807@iki.fi> <4E970F7A.5010304@iki.fi> <4E976EF6.1030101@southpole.se> <4E9836E5.6040601@redhat.com> <101260B451BFC64699575BAC372B3DEE0138889E@mx1.pctvsystems.com> <4E985FDF.6080203@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em 14-10-2011 13:41, Devin Heitmueller escreveu: > On Fri, Oct 14, 2011 at 12:14 PM, Mauro Carvalho Chehab > wrote: >> The tda18271-dd/drx-k/em28xx combination works fine, provided that the GPIO >> initialization enables both tuner and demod during probe time. Currently, the >> device I used to add support for it (a Terratec H5) has a hack to enable >> the devices: it just replies whatever initialization the original driver does. >> >> When I have some time, I'll fix that, but I'm not urging doing so, because it >> just works ;) >> >> In order to add support for PCTV 520e, it is probably a matter of just set the >> GPIO's. > > Complements of our friends at PCTV: > > 520e: > GPIO02: Decoder Reset, active-low > GPIO04: Decoder Suspend, active-low > GPIO06: Demod Reset, active-low > GPIO07: LED on, active-high What are the USB ID's for the device? I may try to do a patch for it during this weekend, if I found time to add support for a few other devices that Terratec gently donated me. Thanks! Mauro > > Devin >