From patchwork Fri Jan 25 14:39:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 375 Return-Path: Received: from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net [195.74.38.227]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8AEC260B1D for ; Fri, 25 Jan 2019 15:40:17 +0100 (CET) X-Halon-ID: 194abdd6-20af-11e9-9adf-005056917a89 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (unknown [89.233.230.99]) by bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA id 194abdd6-20af-11e9-9adf-005056917a89; Fri, 25 Jan 2019 15:40:11 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Fri, 25 Jan 2019 15:39:48 +0100 Message-Id: <20190125143951.27992-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/3] libcamera: pipeline: uvcvideo: attach to a V4L2Device X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2019 14:40:18 -0000 Hi, Patch 1/3 and 2/3 fix a bad name decision for the UVC and VIMC pipelines and adds the missing log facilities. While 3/3 finds and creates a V4L2Device for the in the UVC pipeline. Niklas Söderlund (3): libcamera: pipelines: rename MediaDevice member for UVC and VIMC libcamera: pipelines: add log category for each pipeline libcamera: pipeline: uvcvideo: create a V4L2Device for the default video entity src/libcamera/pipeline/uvcvideo.cpp | 39 ++++++++++++++++++++++------- src/libcamera/pipeline/vimc.cpp | 17 +++++++------ 2 files changed, 40 insertions(+), 16 deletions(-)