Commit 55f240a2 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

media: ivtv/cx18: remove ivtvdriver.org references



That URL is no longer valid, so either remove references to it or
replace it with linuxtv.org.

Rather than updating the URL I've just dropped the cx18.rst driver
documentation since it was really out of date.

Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: default avatar <awalls@md.metrocast.net>
Acked-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 2b016c47
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -55,8 +55,7 @@ please make a proposal on the linux-media mailing list.

      - ``V4L2_PIX_FMT_HM12``
      - 'HM12'
      - YUV 4:2:0 format used by the IVTV driver,
	`http://www.ivtvdriver.org/ <http://www.ivtvdriver.org/>`__
      - YUV 4:2:0 format used by the IVTV driver.

	The format is documented in the kernel sources in the file
	``Documentation/media/v4l-drivers/cx2341x.rst``
+0 −39
Original line number Diff line number Diff line
.. SPDX-License-Identifier: GPL-2.0

The cx18 driver
===============

.. note::

   This documentation is outdated.

Some notes regarding the cx18 driver for the Conexant CX23418 MPEG
encoder chip:

1) Currently supported are:

	- Hauppauge HVR-1600
	- Compro VideoMate H900
	- Yuan MPC718
	- Conexant Raptor PAL/SECAM devkit

2) Some people have problems getting the i2c bus to work.
   The symptom is that the eeprom cannot be read and the card is
   unusable. This is probably fixed, but if you have problems
   then post to the video4linux or ivtv-users mailing list.

3) VBI (raw or sliced) has not yet been implemented.

4) MPEG indexing is not yet implemented.

5) The driver is still a bit rough around the edges, this should
   improve over time.


Firmware:

You can obtain the firmware files here:

http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz

Untar and copy the .fw files to your firmware directory.
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ For more details see the file COPYING in the source distribution of Linux.
	bttv
	cafe_ccic
	cpia2
	cx18
	cx2341x
	cx88
	davinci-vpbe
+1 −5
Original line number Diff line number Diff line
@@ -4427,13 +4427,10 @@ F: drivers/net/wireless/st/cw1200/
CX18 VIDEO4LINUX DRIVER
M:	Andy Walls <awalls@md.metrocast.net>
L:	ivtv-devel@ivtvdriver.org (subscribers-only)
L:	linux-media@vger.kernel.org
T:	git git://linuxtv.org/media_tree.git
W:	https://linuxtv.org
W:	http://www.ivtvdriver.org/index.php/Cx18
S:	Maintained
F:	Documentation/media/v4l-drivers/cx18*
F:	drivers/media/pci/cx18/
F:	include/uapi/linux/ivtv*
@@ -8836,10 +8833,9 @@ F: drivers/media/tuners/it913x*
IVTV VIDEO4LINUX DRIVER
M:	Andy Walls <awalls@md.metrocast.net>
L:	ivtv-devel@ivtvdriver.org (subscribers-only)
L:	linux-media@vger.kernel.org
T:	git git://linuxtv.org/media_tree.git
W:	http://www.ivtvdriver.org
W:	https://linuxtv.org
S:	Maintained
F:	Documentation/media/v4l-drivers/ivtv*
F:	drivers/media/pci/ivtv/
+4 −4
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ static const struct cx18_card cx18_card_mpc718 = {
	.type = CX18_CARD_YUAN_MPC718,
	.name = "Yuan MPC718 MiniPCI DVB-T/Analog",
	.comment = "Experimenters needed for device to work well.\n"
		  "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
		  "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
	.v4l2_capabilities = CX18_CAP_ENCODER,
	.hw_audio_ctrl = CX18_HW_418_AV,
	.hw_muxer = CX18_HW_GPIO_MUX,
@@ -305,7 +305,7 @@ static const struct cx18_card cx18_card_gotview_dvd3 = {
	.type = CX18_CARD_GOTVIEW_PCI_DVD3,
	.name = "GoTView PCI DVD3 Hybrid",
	.comment = "Experimenters needed for device to work well.\n"
		  "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
		  "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
	.v4l2_capabilities = CX18_CAP_ENCODER,
	.hw_audio_ctrl = CX18_HW_418_AV,
	.hw_muxer = CX18_HW_GPIO_MUX,
@@ -419,7 +419,7 @@ static const struct cx18_card cx18_card_toshiba_qosmio_dvbt = {
	.type = CX18_CARD_TOSHIBA_QOSMIO_DVBT,
	.name = "Toshiba Qosmio DVB-T/Analog",
	.comment = "Experimenters and photos needed for device to work well.\n"
		  "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
		  "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
	.v4l2_capabilities = CX18_CAP_ENCODER,
	.hw_audio_ctrl = CX18_HW_418_AV,
	.hw_all = CX18_HW_418_AV | CX18_HW_TUNER | CX18_HW_GPIO_RESET_CTRL,
@@ -462,7 +462,7 @@ static const struct cx18_card cx18_card_leadtek_pvr2100 = {
	.type = CX18_CARD_LEADTEK_PVR2100,
	.name = "Leadtek WinFast PVR2100",
	.comment = "Experimenters and photos needed for device to work well.\n"
		  "\tTo help, mail the ivtv-devel list (www.ivtvdriver.org).\n",
		  "\tTo help, mail the linux-media list (www.linuxtv.org).\n",
	.v4l2_capabilities = CX18_CAP_ENCODER,
	.hw_audio_ctrl = CX18_HW_418_AV,
	.hw_muxer = CX18_HW_GPIO_MUX,
Loading