From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-f169.google.com ([209.85.212.169]:36964 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756293AbbGVRoS (ORCPT ); Wed, 22 Jul 2015 13:44:18 -0400 Received: by wibud3 with SMTP id ud3so183612259wib.0 for ; Wed, 22 Jul 2015 10:44:14 -0700 (PDT) Message-ID: <55AFD66B.800@gmail.com> Date: Wed, 22 Jul 2015 19:44:11 +0200 From: =?UTF-8?B?VHljaG8gTMO8cnNlbg==?= MIME-Version: 1.0 To: Steven Toth CC: tonyc@wincomm.com.tw, Antti Palosaari , Linux-Media Subject: Re: Adding support for three new Hauppauge HVR-1275 variants - testers reqd. References: <55AB5320.8030100@gmail.com> <55AD1C77.6030208@gmail.com> <55AE6F31.3050308@gmail.com> <55AE8A73.9070802@gmail.com> <55AF42F9.4020407@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-media-owner@vger.kernel.org List-ID: Op 22-07-15 om 14:55 schreef Steven Toth: > On Wed, Jul 22, 2015 at 3:15 AM, Tycho Lürsen wrote: >> Hi Steven, >> I'm happy to inform you that all failures have vanished. > Thanks. > >> Summarizing: >> I compiled 4.2-RC3 with your patch and with >> >> /* Tri-state the TS bus */ >> si2168_set_ts_mode(fe, 0); > What happens if you revert this back to the code from my original > patch, and include your changes listed below? > > IE: > /* Tri-state the TS bus */ > si2168_set_ts_mode(fe, 1); > > 1) Do you still lock no signal lock issues. MythTV says 'no lock' (though I don't know if such a message is reliable) > 2) Do you see normal video as you'd typically expect? Nope, just a black screen. Did not test it with TVheadend. However, in MythTV (0.27.4) the line si2168_set_ts_mode(fe, 0); makes it work. > > Thanks for helping! :) > You're welcome.