From patchwork Fri Jul 1 15:46:54 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 16512 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 6F081BD808 for ; Fri, 1 Jul 2022 15:47:11 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C031F6564E; Fri, 1 Jul 2022 17:47:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1656690429; bh=DsHQMiNjgW39Oo3k6j7HjI6IFzjD3edus4E8Vgi7zqA=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=UzZJa0Wm459ybpX/XxgxCfhi05YSTzoj5eamjoRYhDVI5rJCIy9pYgsxVuhaDE2hL oxBMSHVSogbUwp/7kXkFX4UduQHrEXxCVolRIUT/z/jHqAzMJwtWwQJrxpvNw7OtpO TEwEbQ3Gb5Ufwb50EmEmTP4EDjhrJdWezDMPYcKu1pbre5KS9rRegAzM0WgEZ6Kgqf NkqpnTTJZtJJ2J+X58eLrGFRzQUz/HkJhlvA8VytNZROLLHQUmNBuWxsW7B1mNw/Vs Dz8vZC7upg/oNmH2kADYO/XN8KOMtUnBVPs+IiY2q6kGbw8pMsnNgc9xH05HgIZxaD 7/PUfJZ+pDgNw== Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 313B060552 for ; Fri, 1 Jul 2022 17:47:08 +0200 (CEST) Received: (Authenticated sender: jacopo@jmondi.org) by mail.gandi.net (Postfix) with ESMTPSA id 988F7E0005; Fri, 1 Jul 2022 15:47:07 +0000 (UTC) To: libcamera-devel@lists.libcamera.org Date: Fri, 1 Jul 2022 17:46:54 +0200 Message-Id: <20220701154701.354052-2-jacopo@jmondi.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: <20220701154701.354052-1-jacopo@jmondi.org> References: <20220518134728.777709-2-paul.elder@ideasonboard.com> <20220701154701.354052-1-jacopo@jmondi.org> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 2/9] fixup: Use the term 'Idle' for Ae/AnalogueGain state X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Jacopo Mondi via libcamera-devel From: Jacopo Mondi Reply-To: Jacopo Mondi Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The Auto-Focus controls use the word "Idle" in place of "Inactive". Use the same term for consistency. Signed-off-by: Jacopo Mondi Acked-by: Paul Elder --- src/libcamera/control_ids.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml index 21275fcb9a83..59770e63aead 100644 --- a/src/libcamera/control_ids.yaml +++ b/src/libcamera/control_ids.yaml @@ -22,7 +22,7 @@ controls: \sa ExposureTimeMode enum: - - name: AeStateInactive + - name: AeStateIdle value: 0 description: | The AE algorithm is inactive. @@ -944,7 +944,7 @@ controls: Current state of the AWB algorithm. enum: - - name: AwbStateInactive + - name: AwbStateIdle value: 0 description: The AWB algorithm is inactive. - name: AwbStateSearching