From patchwork Sat Sep 3 17:26:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Oberritter X-Patchwork-Id: 7765 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Sat, 03 Sep 2011 17:27:37 +0000 Received: from casper.infradead.org [85.118.1.10] by localhost.localdomain with IMAP (fetchmail-6.3.17) for (single-drop); Sat, 03 Sep 2011 14:28:04 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qzu0H-0002WC-CZ; Sat, 03 Sep 2011 17:27:37 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753638Ab1ICR04 (ORCPT + 1 other); Sat, 3 Sep 2011 13:26:56 -0400 Received: from mail.dream-property.net ([82.149.226.172]:40725 "EHLO mail.dream-property.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753545Ab1ICR0o (ORCPT ); Sat, 3 Sep 2011 13:26:44 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id 3CBED3153E1E for ; Sat, 3 Sep 2011 19:26:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bD+ZJ2vHmbcM for ; Sat, 3 Sep 2011 19:26:35 +0200 (CEST) Received: from pepe.dream-property.nete (dreamboxupdate.com [82.149.226.174]) by mail.dream-property.net (Postfix) with SMTP id 459E13153E1C for ; Sat, 3 Sep 2011 19:26:34 +0200 (CEST) Received: by pepe.dream-property.nete (sSMTP sendmail emulation); Sat, 03 Sep 2011 17:26:34 +0000 From: Andreas Oberritter To: linux-media@vger.kernel.org Subject: [PATCH 1/2] DVB: improve documentation for satellite delivery systems Date: Sat, 3 Sep 2011 17:26:33 +0000 Message-Id: <1315070794-6323-1-git-send-email-obi@linuxtv.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <4E625385.4050008@redhat.com> References: <4E625385.4050008@redhat.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org - Move voltage and tone to DVB-S. - Add turbo code. - In DVB-S2 and turbo code sections, refer to DVB-S, as both are extensions to DVB-S. - Add modulation to DVB-S2. Signed-off-by: Andreas Oberritter --- Documentation/DocBook/media/dvb/dvbproperty.xml | 23 +++++++++-------------- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 75bea04..3bc8a61 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml @@ -810,6 +810,8 @@ typedef enum fe_hierarchy { DTV_INVERSION DTV_SYMBOL_RATE DTV_INNER_FEC + DTV_VOLTAGE + DTV_TONE Future implementations might add those two missing parameters: @@ -819,25 +821,18 @@ typedef enum fe_hierarchy {
DVB-S2 delivery system - The following parameters are valid for DVB-S2: + In addition to all parameters valid for DVB-S, DVB-S2 supports the following parameters: - DTV_API_VERSION - DTV_DELIVERY_SYSTEM - DTV_TUNE - DTV_CLEAR - DTV_FREQUENCY - DTV_INVERSION - DTV_SYMBOL_RATE - DTV_INNER_FEC - DTV_VOLTAGE - DTV_TONE + DTV_MODULATION DTV_PILOT DTV_ROLLOFF - Future implementations might add those two missing parameters: +
+
+ Turbo code delivery system + In addition to all parameters valid for DVB-S, turbo code supports the following parameters: - DTV_DISEQC_MASTER - DTV_DISEQC_SLAVE_REPLY + DTV_MODULATION