From patchwork Fri Sep 18 12:09:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 28344 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 C4DB4C3359 for ; Fri, 18 Sep 2026 12:10:12 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9F7A16875D; Fri, 18 Sep 2026 14:10:03 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="J7JLWyCQ"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 973D968702 for ; Fri, 18 Sep 2026 14:09:54 +0200 (CEST) Received: from pb-laptop.local (185.221.142.0.nat.pool.zt.hu [185.221.142.0]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B2E704C2F for ; Fri, 18 Sep 2026 14:08:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1789733291; bh=thRgMPxw8VoKvVOoOhZQvEbeUhbslvCtIuFANPyfgvE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=J7JLWyCQKDkKyQGAtIett1IJLCaI1ebgLCukVa6dlO8A2b4LEJwOcVOtszVyITCYn SP6Ij0zdc4AzWlkzLT9ZOTjDmtlKeITxcfnNN1TEaW4WmnoLTmK8U2gtzMIYMWPXvf 3IdQTNOq61JcSJFFMMngZArdKJ5DGygIvyxK5VNI= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= To: libcamera-devel@lists.libcamera.org Subject: [PATCH v3 06/21] libcamera: controls: Fix `ColourTemperature` direction Date: Fri, 18 Sep 2026 14:09:34 +0200 Message-ID: <20260918120949.191668-7-barnabas.pocze@ideasonboard.com> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260918120949.191668-1-barnabas.pocze@ideasonboard.com> References: <20260918120949.191668-1-barnabas.pocze@ideasonboard.com> MIME-Version: 1.0 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The control has been updated to be writable, but that change failed to adjust the `direction` appropriately. So do that. Fixes: 4d2618fb1096 ("libcamera: controls: Update the ColourTemperature control to be writable") Signed-off-by: Barnabás Pőcze --- src/libcamera/control_ids_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index 89991d03d7..e87c0bb132 100644 --- a/src/libcamera/control_ids_core.yaml +++ b/src/libcamera/control_ids_core.yaml @@ -598,7 +598,7 @@ controls: - ColourTemperature: type: int32_t - direction: out + direction: inout description: | ColourTemperature of the frame, in kelvin.