From patchwork Fri Jun 11 16:01:25 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florent AUDEBERT X-Patchwork-Id: 105621 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o5BG7vd2027344 for ; Fri, 11 Jun 2010 16:07:57 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753537Ab0FKQH4 (ORCPT ); Fri, 11 Jun 2010 12:07:56 -0400 Received: from ns2011.yellis.net ([79.170.233.11]:36623 "EHLO vds2011.yellis.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751688Ab0FKQHz (ORCPT ); Fri, 11 Jun 2010 12:07:55 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 11 Jun 2010 16:07:58 +0000 (UTC) X-Greylist: delayed 386 seconds by postgrey-1.27 at vger.kernel.org; Fri, 11 Jun 2010 12:07:55 EDT Received: from zimbra.anevia.com (cac94-13-78-227-100-250.fbx.proxad.net [78.227.100.250]) by vds2011.yellis.net (Postfix) with ESMTP id 151DA2FA8BB; Fri, 11 Jun 2010 18:01:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.anevia.com (Postfix) with ESMTP id 35B6E3296674; Fri, 11 Jun 2010 18:01:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at anevia.com Received: from zimbra.anevia.com ([127.0.0.1]) by localhost (zimbra.anevia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8NAEQwJasiE7; Fri, 11 Jun 2010 18:01:38 +0200 (CEST) Received: from [172.27.112.2] (faudebert.lab1.anevia.com [172.27.112.2]) by zimbra.anevia.com (Postfix) with ESMTPSA id 33953329666E; Fri, 11 Jun 2010 18:01:38 +0200 (CEST) Message-ID: <4C125DD5.6060604@anevia.com> Date: Fri, 11 Jun 2010 18:01:25 +0200 From: Florent AUDEBERT User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9pre) Gecko/20100217 Shredder/3.0.3pre MIME-Version: 1.0 To: linux-media@vger.kernel.org CC: abraham.manu@gmail.com, Florent Audebert Subject: [PATCH] stb0899: Removed an extra byte sent at init on DiSEqC bus Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org diff --git a/drivers/media/dvb/dvb-usb/az6027.c b/drivers/media/dvb/dvb-usb/az6027.c index 6681ac1..9710e7b 100644 --- a/drivers/media/dvb/dvb-usb/az6027.c +++ b/drivers/media/dvb/dvb-usb/az6027.c @@ -40,7 +40,6 @@ static const struct stb0899_s1_reg az6027_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x99 }, { STB0899_DISF22RX , 0xa8 }, diff --git a/drivers/media/dvb/mantis/mantis_vp1041.c b/drivers/media/dvb/mantis/mantis_vp1041.c index d1aa2bc..7bb1f28 100644 --- a/drivers/media/dvb/mantis/mantis_vp1041.c +++ b/drivers/media/dvb/mantis/mantis_vp1041.c @@ -51,7 +51,6 @@ static const struct stb0899_s1_reg vp1041_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x99 }, { STB0899_DISF22RX , 0xa8 }, diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c index 983672a..b697af4 100644 --- a/drivers/media/dvb/ttpci/budget-av.c +++ b/drivers/media/dvb/ttpci/budget-av.c @@ -896,7 +896,6 @@ static const struct stb0899_s1_reg knc1_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x8c }, { STB0899_DISF22RX , 0x9a }, diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 13ac9e3..da5a72c 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c @@ -1046,7 +1046,6 @@ static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = { { STB0899_DISRX_ST0 , 0x04 }, { STB0899_DISRX_ST1 , 0x00 }, { STB0899_DISPARITY , 0x00 }, - { STB0899_DISFIFO , 0x00 }, { STB0899_DISSTATUS , 0x20 }, { STB0899_DISF22 , 0x8c }, { STB0899_DISF22RX , 0x9a },