* [PATCH 00/19] media: some documentation updates @ 2020-04-14 8:50 Mauro Carvalho Chehab 2020-04-14 8:50 ` [PATCH 12/19] media: docs: zr364xx: update documentation Mauro Carvalho Chehab 0 siblings, 1 reply; 2+ messages in thread From: Mauro Carvalho Chehab @ 2020-04-14 8:50 UTC (permalink / raw) To: Linux Media Mailing List Cc: Mauro Carvalho Chehab, Jonathan Corbet, linux-doc, Antoine Jacquet, linux-usb While looking at the media reorg struct, I noticed some things that were outdated. So, I went ahead and started updating some documentation, in order to make them to reflect the current state. Mauro Carvalho Chehab (19): media: docs: update cardlists media: docs: split avermedia.rst contents on two files media: docs: dvb_intro.rst: update its contents media: docs: intro.rst actually contain DVB references media: docs: update avermedia.rst contents media: docs: bt8xx.rst: update document info media: docs: update bttv.rst information media: docs: add a cardlist for cx18 boards media: docs: cpia2.rst: do some cleanups media: docs: update Digital TV faq.rst media: docs: saa7134.rst: update the documentation media: docs: zr364xx: update documentation media: docs: get rid of obsoleted udev documentation media: docs: Add a master topic for the index file media: docs: cleanup bttv-devel.rst file media: docs: fix references for vimc media: docs: move copyrights to the end and update them media: docs: add GPLv2 for uAPI guide media: docs: add cros-references to the other media guides Documentation/admin-guide/media/avermedia.rst | 189 +----- Documentation/admin-guide/media/bt8xx.rst | 134 ++-- Documentation/admin-guide/media/bttv.rst | 311 ++++----- Documentation/admin-guide/media/cardlist.rst | 1 + Documentation/admin-guide/media/cpia2.rst | 10 +- .../admin-guide/media/cx18-cardlist.rst | 17 + .../admin-guide/media/cx23885-cardlist.rst | 4 + .../admin-guide/media/cx88-cardlist.rst | 4 + Documentation/admin-guide/media/dvb_intro.rst | 616 ++++++++++++++++++ .../admin-guide/media/dvb_references.rst | 29 + .../admin-guide/media/em28xx-cardlist.rst | 6 +- Documentation/admin-guide/media/faq.rst | 253 ++++--- Documentation/admin-guide/media/index.rst | 44 +- Documentation/admin-guide/media/intro.rst | 23 - Documentation/admin-guide/media/saa7134.rst | 57 +- Documentation/admin-guide/media/udev.rst | 63 -- Documentation/admin-guide/media/zr364xx.rst | 28 +- .../driver-api/media/drivers/bttv-devel.rst | 53 +- .../driver-api/media/drivers/index.rst | 37 +- .../driver-api/media/drivers/vimc-devel.rst | 4 +- Documentation/driver-api/media/index.rst | 34 +- Documentation/userspace-api/media/index.rst | 44 +- MAINTAINERS | 2 +- 23 files changed, 1228 insertions(+), 735 deletions(-) create mode 100644 Documentation/admin-guide/media/cx18-cardlist.rst create mode 100644 Documentation/admin-guide/media/dvb_intro.rst create mode 100644 Documentation/admin-guide/media/dvb_references.rst delete mode 100644 Documentation/admin-guide/media/intro.rst delete mode 100644 Documentation/admin-guide/media/udev.rst -- 2.25.2 ^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 12/19] media: docs: zr364xx: update documentation 2020-04-14 8:50 [PATCH 00/19] media: some documentation updates Mauro Carvalho Chehab @ 2020-04-14 8:50 ` Mauro Carvalho Chehab 0 siblings, 0 replies; 2+ messages in thread From: Mauro Carvalho Chehab @ 2020-04-14 8:50 UTC (permalink / raw) To: Linux Media Mailing List Cc: Mauro Carvalho Chehab, Antoine Jacquet, Jonathan Corbet, linux-usb, linux-doc 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 <mchehab+huawei@kernel.org> --- 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 ----- -- 2.25.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-14 8:51 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-04-14 8:50 [PATCH 00/19] media: some documentation updates Mauro Carvalho Chehab 2020-04-14 8:50 ` [PATCH 12/19] media: docs: zr364xx: update documentation Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).