From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from averell.mail.tiscali.it ([213.205.33.55]:34298 "EHLO averell.mail.tiscali.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760910AbZJMSfO (ORCPT ); Tue, 13 Oct 2009 14:35:14 -0400 Message-ID: <4AD4C684.5070908@email.it> Date: Tue, 13 Oct 2009 20:27:16 +0200 From: xwang1976@email.it MIME-Version: 1.0 To: Devin Heitmueller CC: Linux Media Mailing List Subject: Re: em28xx mode switching References: <829197380910121512y62a90cdcs49a0aa9606e8a588@mail.gmail.com> <4AD3AE34.6020305@iki.fi> <829197380910121604w6a9c5b22i26a892ff79aaf691@mail.gmail.com> In-Reply-To: <829197380910121604w6a9c5b22i26a892ff79aaf691@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi Devin, let me know if you need a tester for the EMPIRE_DUAL_TV. In case I will install the latest v4l driver on my old notebook which has a clean kubuntu 9.04 distro. On the newer notebook I'm using my new Dikom DK-300 device which does not work with the latest v4l drivers and which I can use using a patched version of the main v4l driver (thanks to Dainius Ridzevicius). If you have some spare time for this device too... Xwang Devin Heitmueller ha scritto: > On Mon, Oct 12, 2009 at 6:31 PM, Antti Palosaari wrote: >> I ran this same trap few weeks ago when adding Reddo DVB-C USB Box support >> to em28xx :) Anyhow, since it is dvb only device I decided to switch from >> .dvb_gpio to .tuner_gpio to fix the problem. I haven't pull requested it >> yet. >> http://linuxtv.org/hg/~anttip/reddo-dvb-c/rev/38f946af568f >> >> Antti >> -- >> http://palosaari.fi/ > > You were able to get by with using tuner_gpio instead of dvb_gpio > because the Reddo isn't a hybrid device. > > I'm going to propose removing the calls to em28xx_set_mode() in > start_streaming() and stop_streaming(). Given the supported boards > that are there, I can regression test: > > EM2883_BOARD_HAUPPAUGE_WINTV_HVR_850 > EM2883_BOARD_HAUPPAUGE_WINTV_HVR_950 > EM2880_BOARD_PINNACLE_PCTV_HD_PRO > EM2880_BOARD_AMD_ATI_TV_WONDER_HD_600 > EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900 > EM2880_BOARD_TERRATEC_HYBRID_XS > > and I cannot regression test: > > EM2880_BOARD_KWORLD_DVB_310U (I have a strong suspicion this board is > currently broken anyway) > EM2882_BOARD_TERRATEC_HYBRID_XS (I worked with the authors of this one > and can probably get them to test) > EM2882_BOARD_EVGA_INDTUBE (I worked with the authors of this one and > can probably get them to test) > EM2880_BOARD_EMPIRE_DUAL_TV (I worked with the authors of this one and > can probably get them to test) > EM2881_BOARD_PINNACLE_HYBRID_PRO (this is the board I noticed the problem under) > EM2883_BOARD_KWORLD_HYBRID_330U > EM2870_BOARD_REDDO_DVB_C_USB_BOX > > Devin >