From patchwork Wed Aug 26 18:16:17 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 44085 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 n7QIG74n006937 for ; Wed, 26 Aug 2009 18:16:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752619AbZHZSQE (ORCPT ); Wed, 26 Aug 2009 14:16:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752590AbZHZSQD (ORCPT ); Wed, 26 Aug 2009 14:16:03 -0400 Received: from mail.gmx.net ([213.165.64.20]:53525 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752565AbZHZSQC (ORCPT ); Wed, 26 Aug 2009 14:16:02 -0400 Received: (qmail invoked by alias); 26 Aug 2009 18:16:01 -0000 Received: from p57BD1EFE.dip0.t-ipconnect.de (EHLO axis700.grange) [87.189.30.254] by mail.gmx.net (mp042) with SMTP; 26 Aug 2009 20:16:01 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1+KTqhm9PmKJrY0lvP+F6U/DfJnwX1UmijZuuw7Cc otERt7a1i1UFX4 Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1MgN2f-0002mF-34; Wed, 26 Aug 2009 20:16:17 +0200 Date: Wed, 26 Aug 2009 20:16:17 +0200 (CEST) From: Guennadi Liakhovetski To: Linux Media Mailing List cc: Mauro Carvalho Chehab Subject: [PATCH] Document the new V4L2_CID_BAND_STOP_FILTER control Message-ID: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add V4L2 API documentation for the new V4L2_CID_BAND_STOP_FILTER control Signed-off-by: Guennadi Liakhovetski --- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff -r 3489b2efe4b0 v4l2-spec/controls.sgml --- a/v4l2-spec/controls.sgml Tue Aug 25 16:53:23 2009 +0200 +++ b/v4l2-spec/controls.sgml Wed Aug 26 19:59:36 2009 +0200 @@ -1811,6 +1811,14 @@ device is not restricted to these method device is not restricted to these methods. Devices that implement the privacy control must support read access and may support write access. + + + V4L2_CID_BAND_STOP_FILTER  + integer + Switch the band-stop filter of a +camera sensor on or off, or specify its strength. Such band-stop filters can +be used, for example, to filter out the fluorescent light component. + diff -r 3489b2efe4b0 v4l2-spec/v4l2.sgml --- a/v4l2-spec/v4l2.sgml Tue Aug 25 16:53:23 2009 +0200 +++ b/v4l2-spec/v4l2.sgml Wed Aug 26 19:59:36 2009 +0200 @@ -25,7 +25,7 @@ Video for Linux Two API Specification - Revision 0.27 + Revision 0.28 @@ -142,6 +142,13 @@ structs, ioctls) must be noted in more d structs, ioctls) must be noted in more detail in the history chapter (compat.sgml), along with the possible impact on existing drivers and applications. --> + + + 0.28 + 2009-08-26 + gl + Added V4L2_CID_BAND_STOP_FILTER documentation. + 0.27