From patchwork Sat Sep 11 08:43:56 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 171432 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8B8iOUn007686 for ; Sat, 11 Sep 2010 08:44:24 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755336Ab0IKIoK (ORCPT ); Sat, 11 Sep 2010 04:44:10 -0400 Received: from smtp-vbr1.xs4all.nl ([194.109.24.21]:4149 "EHLO smtp-vbr1.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755276Ab0IKIoJ (ORCPT ); Sat, 11 Sep 2010 04:44:09 -0400 Received: from tschai.localnet (186.84-48-119.nextgentel.com [84.48.119.186]) (authenticated bits=0) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id o8B8i2R9079382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 11 Sep 2010 10:44:03 +0200 (CEST) (envelope-from hverkuil@xs4all.nl) From: Hans Verkuil To: "Jean-Francois Moine" Subject: Re: [PATCH] Illuminators control Date: Sat, 11 Sep 2010 10:43:56 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.35-tschai; KDE/4.4.5; x86_64; ; ) Cc: linux-media@vger.kernel.org References: <20100911102426.548450b3@tele> In-Reply-To: <20100911102426.548450b3@tele> MIME-Version: 1.0 Message-Id: <201009111043.56573.hverkuil@xs4all.nl> X-Virus-Scanned: by XS4ALL Virus Scanner Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Sat, 11 Sep 2010 08:44:24 +0000 (UTC) diff --git a/Documentation/DocBook/v4l/controls.xml b/Documentation/DocBook/v4l/controls.xml index 8408caa..4226a9e 100644 --- a/Documentation/DocBook/v4l/controls.xml +++ b/Documentation/DocBook/v4l/controls.xml @@ -312,10 +312,17 @@ minimum value disables backlight compensation. information and bits 24-31 must be zero. + V4L2_CID_ILLUMINATORS_0 + V4L2_CID_ILLUMINATORS_1 + oolean Typo: 'oolean' -> boolean :-) + Switch on or off the illuminator 0 or 1 of the device + (usually a microscope). + + V4L2_CID_LASTP1 End of the predefined control IDs (currently -V4L2_CID_BG_COLOR + 1). +V4L2_CID_ILLUMINATORS_1 + 1).