From patchwork Mon May 14 22:10:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Krufky X-Patchwork-Id: 11253 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1SU3UK-0006Qd-DD for patchwork@linuxtv.org; Tue, 15 May 2012 00:11:32 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with esmtp for id 1SU3UJ-0002m6-CF; Tue, 15 May 2012 00:11:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932527Ab2ENWL1 (ORCPT ); Mon, 14 May 2012 18:11:27 -0400 Received: from mail-qa0-f46.google.com ([209.85.216.46]:55766 "EHLO mail-qa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932498Ab2ENWLY (ORCPT ); Mon, 14 May 2012 18:11:24 -0400 Received: by qadb17 with SMTP id b17so3179695qad.19 for ; Mon, 14 May 2012 15:11:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=Rdn6gzSBRgDs1BPgbRlxpn20nuTVxTO2pI0WnPuoB7g=; b=XplqFDePHa3OVzgZFeOCCbXce4hL7cffQ1VFe56yhdMB7cutkH3O1hyd4GiDKVjKdq SYCf5p6zblyB12fMiXbBnkempj82NRjjbl5BqmAzCBQf6Bri0P8AHXfo569IDrPtjqA6 dtYYL/yom75i9fhU8Kw7JC3PmbQBrSHnISMy2Si+bWTybDk4lJMBZtKRaM94APFxUjyr s9biwczKpi4QqzvR0T3ahrj7Lzg7JDHzU1U8H8mpcx/IQ8mBmBxQ40ZlAiRhZbcJWyv3 BDW1TFp/x9OavA+eh+t9LC4/FXylgUGOv4pfOXgzlsGxaz+XOZLacPnSwTyctjbTvNsC dCoQ== Received: by 10.224.174.79 with SMTP id s15mr15660735qaz.37.1337033484106; Mon, 14 May 2012 15:11:24 -0700 (PDT) Received: from outlands.localdomain6 (cpe-67-247-37-142.nyc.res.rr.com. [67.247.37.142]) by mx.google.com with ESMTPS id i8sm41897420qap.0.2012.05.14.15.11.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 May 2012 15:11:23 -0700 (PDT) From: Michael Krufky To: linux-media@vger.kernel.org Cc: mchehab@infradead.org, Michael Krufky Subject: [PATCH 03/11] increment DVB API to version 5.6 for ATSC-MH frontend control Date: Mon, 14 May 2012 18:10:45 -0400 Message-Id: <1337033453-22119-3-git-send-email-mkrufky@linuxtv.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1337033453-22119-1-git-send-email-mkrufky@linuxtv.org> References: <1337033453-22119-1-git-send-email-mkrufky@linuxtv.org> X-Gm-Message-State: ALoCoQlC6s8m+/KK1bu0576StlsvUSM/E/SajHumvtJfErehVLY0H68VwojH/75ruh7VLfUUxnVO Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.5.14.220018 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_700_799 0, DATE_TZ_NA 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MULTIPLE_RCPTS_CC_X2 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS ' increment the DVB API version to 5.6 to signify support for controlling an ATSC-MH frontend. Signed-off-by: Michael Krufky --- include/linux/dvb/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/dvb/version.h b/include/linux/dvb/version.h index 0559e2b..43d9e8d 100644 --- a/include/linux/dvb/version.h +++ b/include/linux/dvb/version.h @@ -24,6 +24,6 @@ #define _DVBVERSION_H_ #define DVB_API_VERSION 5 -#define DVB_API_VERSION_MINOR 5 +#define DVB_API_VERSION_MINOR 6 #endif /*_DVBVERSION_H_*/