From patchwork Tue Apr 14 08:50:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 11487103 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8F84D112C for ; Tue, 14 Apr 2020 08:51:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 770EA2072D for ; Tue, 14 Apr 2020 08:51:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586854302; bh=LaWxVo4D9ISmgYdgIiPEVboYuh3KrbG9u3DKdXl3734=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=rCAkkMG/TQkGnWhKeWm9lnMYw55E6xEca+kaKJ0s8852jczZguxk0UQgsiZQUnkbL qLmWNSaDG6Ub4/5KmhBiLR+1hOtrpuZy3j5EsbJMrcBINFKmmSYc7dXe4QNrHkCSwi 8z34OnBFBhzVx8vy0O5I9OpIOPfc469I4j6C0AxA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2437136AbgDNIvi (ORCPT ); Tue, 14 Apr 2020 04:51:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:52238 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2437094AbgDNIvM (ORCPT ); Tue, 14 Apr 2020 04:51:12 -0400 Received: from mail.kernel.org (ip5f5ad4d8.dynamic.kabel-deutschland.de [95.90.212.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1AD8721569; Tue, 14 Apr 2020 08:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586854269; bh=LaWxVo4D9ISmgYdgIiPEVboYuh3KrbG9u3DKdXl3734=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lJf91VPPSz5FKygt9JAj7iGIrFVzyLo/FvA+FXwL/LUYaF7qI4vszD/uRE/7doHRw tgAmuTKODormIEk8v00Ct83Lq7xps38clfZ8ZvceINphb4hDffBZC3f1ieSMMlEB4b T7N0qslEmHTltcEi+u19fxXHVrbMRf7iq0W6lb0w= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jOHHf-002wzf-An; Tue, 14 Apr 2020 10:51:07 +0200 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Antoine Jacquet , Jonathan Corbet , linux-usb@vger.kernel.org, linux-doc@vger.kernel.org Subject: [PATCH 12/19] media: docs: zr364xx: update documentation Date: Tue, 14 Apr 2020 10:50:58 +0200 Message-Id: X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org There aren't much to be done here... almost everything is still valid. The supported boards even reflect the current driver's state. Yet, some things changed, so let's keep this document updated. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/media/zr364xx.rst | 28 ++++++++------------- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/Documentation/admin-guide/media/zr364xx.rst b/Documentation/admin-guide/media/zr364xx.rst index ec8acb3e98fc..7291e54b8be3 100644 --- a/Documentation/admin-guide/media/zr364xx.rst +++ b/Documentation/admin-guide/media/zr364xx.rst @@ -7,24 +7,18 @@ site: http://royale.zerezo.com/zr364xx/ mail: royale@zerezo.com -.. note:: - - This documentation is outdated Introduction ------------ -This brings support under Linux for the Aiptek PocketDV 3300 in webcam -mode. If you just want to get on your PC the pictures and movies on the -camera, you should use the usb-storage module instead. +This brings support under Linux for the Aiptek PocketDV 3300 and similar +devices in webcam mode. If you just want to get on your PC the pictures +and movies on the camera, you should use the usb-storage module instead. The driver works with several other cameras in webcam mode (see the list below). -Maybe this code can work for other JPEG/USB cams based on the Coach -chips from Zoran? - Possible chipsets are : ZR36430 (ZR36430BGC) and maybe ZR36431, ZR36440, ZR36442... @@ -34,20 +28,18 @@ at the source code). You can get these values by looking at /var/log/messages when you plug your camera, or by typing : cat /sys/kernel/debug/usb/devices. -If you manage to use your cam with this code, you can send me a mail -(royale@zerezo.com) with the name of your cam and a patch if needed. - -This is a beta release of the driver. Since version 0.70, this driver is -only compatible with V4L2 API and 2.6.x kernels. If you need V4L1 or -2.4x kernels support, please use an older version, but the code is not -maintained anymore. Good luck! Install ------- -In order to use this driver, you must compile it with your kernel. +In order to use this driver, you must compile it with your kernel, +with the following config options:: -Location: Device Drivers -> Multimedia devices -> Video For Linux -> Video Capture Adapters -> V4L USB devices + ./scripts/config -e USB + ./scripts/config -m MEDIA_SUPPORT + ./scripts/config -e MEDIA_USB_SUPPORT + ./scripts/config -e MEDIA_CAMERA_SUPPORT + ./scripts/config -m USB_ZR364XX Usage -----