From patchwork Mon Nov 23 17:14:26 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 62229 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nANHEXam028133 for ; Mon, 23 Nov 2009 17:14:33 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752249AbZKWROZ (ORCPT ); Mon, 23 Nov 2009 12:14:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752164AbZKWROZ (ORCPT ); Mon, 23 Nov 2009 12:14:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12566 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505AbZKWROZ (ORCPT ); Mon, 23 Nov 2009 12:14:25 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nANHETPM008168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Nov 2009 12:14:29 -0500 Received: from pedra.chehab.org (vpn-9-180.rdu.redhat.com [10.11.9.180]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nANHEP8N019855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Nov 2009 12:14:28 -0500 Message-ID: <4B0AC2F2.4080506@redhat.com> Date: Mon, 23 Nov 2009 15:14:26 -0200 From: Mauro Carvalho Chehab User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Hans Verkuil CC: linux-media@vger.kernel.org, Vaibhav Hiremath Subject: Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb References: <200911101858.38183.hverkuil@xs4all.nl> <4B0AC1BD.30700@infradead.org> In-Reply-To: <4B0AC1BD.30700@infradead.org> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org diff --git a/linux/Documentation/DocBook/v4l/pixfmt.xml b/linux/Documentation/DocBook/v4l/pixfmt.xml --- a/linux/Documentation/DocBook/v4l/pixfmt.xml +++ b/linux/Documentation/DocBook/v4l/pixfmt.xml @@ -770,6 +770,11 @@ kernel sources in the file Doc 'S920' YUV 4:2:0 format of the gspca sn9c20x driver. + + V4L2_PIX_FMT_STV0680 + 'S680' + Bayer format of the gspca stv0680 driver. + V4L2_PIX_FMT_WNVA 'WNVA' diff --git a/linux/Documentation/DocBook/v4l/videodev2.h.xml b/linux/Documentation/DocBook/v4l/videodev2.h.xml --- a/linux/Documentation/DocBook/v4l/videodev2.h.xml +++ b/linux/Documentation/DocBook/v4l/videodev2.h.xml @@ -363,6 +363,7 @@ struct v #define V4L2_PIX_FMT_OV511 v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */ #define V4L2_PIX_FMT_OV518 v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */ #define V4L2_PIX_FMT_TM6000 v4l2_fourcc('T', 'M', '6', '0') /* tm5600/tm60x0 */ +#define V4L2_PIX_FMT_STV0680 v4l2_fourcc('S', '6', '8', '0') /* stv0680 bayer */ /* * F O R M A T E N U M E R A T I O N