aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-04-02 01:14:11 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-04-02 03:55:56 -0400
commit1864cfb1537e108c2fe7a8e178b28bffde5a5439 (patch)
treef25083dd3fb3781670ee4a37b52240a34dbfb67f /drivers
parentcc33668b1eed1eac43f00cec639066047323b01d (diff)
V4L/DVB (3653h): Move usb v4l docs into Documentation/video4linux
- Move documentation for usb v4l devices from Documentation/usb to Documentation/video4linux. - Removed trailing whitespace. - Update Kconfig help text links to reflect the new file locations. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/Kconfig14
-rw-r--r--drivers/media/video/et61x251/Kconfig2
-rw-r--r--drivers/media/video/sn9c102/Kconfig2
-rw-r--r--drivers/media/video/usbvideo/Kconfig5
-rw-r--r--drivers/media/video/zc0301/Kconfig2
5 files changed, 12 insertions, 13 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index fb5be2606203..85888a8a93c9 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -437,8 +437,8 @@ config USB_OV511
437 depends on USB && VIDEO_DEV 437 depends on USB && VIDEO_DEV
438 ---help--- 438 ---help---
439 Say Y here if you want to connect this type of camera to your 439 Say Y here if you want to connect this type of camera to your
440 computer's USB port. See <file:Documentation/usb/ov511.txt> for more 440 computer's USB port. See <file:Documentation/video4linux/ov511.txt>
441 information and for a list of supported cameras. 441 for more information and for a list of supported cameras.
442 442
443 To compile this driver as a module, choose M here: the 443 To compile this driver as a module, choose M here: the
444 module will be called ov511. 444 module will be called ov511.
@@ -448,8 +448,8 @@ config USB_SE401
448 depends on USB && VIDEO_DEV 448 depends on USB && VIDEO_DEV
449 ---help--- 449 ---help---
450 Say Y here if you want to connect this type of camera to your 450 Say Y here if you want to connect this type of camera to your
451 computer's USB port. See <file:Documentation/usb/se401.txt> for more 451 computer's USB port. See <file:Documentation/video4linux/se401.txt>
452 information and for a list of supported cameras. 452 for more information and for a list of supported cameras.
453 453
454 To compile this driver as a module, choose M here: the 454 To compile this driver as a module, choose M here: the
455 module will be called se401. 455 module will be called se401.
@@ -462,8 +462,8 @@ config USB_STV680
462 ---help--- 462 ---help---
463 Say Y here if you want to connect this type of camera to your 463 Say Y here if you want to connect this type of camera to your
464 computer's USB port. This includes the Pencam line of cameras. 464 computer's USB port. This includes the Pencam line of cameras.
465 See <file:Documentation/usb/stv680.txt> for more information and for 465 See <file:Documentation/video4linux/stv680.txt> for more information
466 a list of supported cameras. 466 and for a list of supported cameras.
467 467
468 To compile this driver as a module, choose M here: the 468 To compile this driver as a module, choose M here: the
469 module will be called stv680. 469 module will be called stv680.
@@ -481,7 +481,7 @@ config USB_W9968CF
481 resolutions and framerates, but cannot be included in the official 481 resolutions and framerates, but cannot be included in the official
482 Linux kernel for performance purposes. 482 Linux kernel for performance purposes.
483 483
484 See <file:Documentation/usb/w9968cf.txt> for more informations. 484 See <file:Documentation/video4linux/w9968cf.txt> for more info.
485 485
486 To compile this driver as a module, choose M here: the 486 To compile this driver as a module, choose M here: the
487 module will be called w9968cf. 487 module will be called w9968cf.
diff --git a/drivers/media/video/et61x251/Kconfig b/drivers/media/video/et61x251/Kconfig
index d0304c6c0ae8..6c43a90c6569 100644
--- a/drivers/media/video/et61x251/Kconfig
+++ b/drivers/media/video/et61x251/Kconfig
@@ -5,7 +5,7 @@ config USB_ET61X251
5 Say Y here if you want support for cameras based on Etoms ET61X151 5 Say Y here if you want support for cameras based on Etoms ET61X151
6 or ET61X251 PC Camera Controllers. 6 or ET61X251 PC Camera Controllers.
7 7
8 See <file:Documentation/usb/et61x251.txt> for more informations. 8 See <file:Documentation/video4linux/et61x251.txt> for more info.
9 9
10 This driver uses the Video For Linux API. You must say Y or M to 10 This driver uses the Video For Linux API. You must say Y or M to
11 "Video For Linux" to use this driver. 11 "Video For Linux" to use this driver.
diff --git a/drivers/media/video/sn9c102/Kconfig b/drivers/media/video/sn9c102/Kconfig
index 1057ffe0e6c3..55f2bc11964b 100644
--- a/drivers/media/video/sn9c102/Kconfig
+++ b/drivers/media/video/sn9c102/Kconfig
@@ -5,7 +5,7 @@ config USB_SN9C102
5 Say Y here if you want support for cameras based on SONiX SN9C101, 5 Say Y here if you want support for cameras based on SONiX SN9C101,
6 SN9C102 or SN9C103 PC Camera Controllers. 6 SN9C102 or SN9C103 PC Camera Controllers.
7 7
8 See <file:Documentation/usb/sn9c102.txt> for more informations. 8 See <file:Documentation/video4linux/sn9c102.txt> for more info.
9 9
10 To compile this driver as a module, choose M here: the 10 To compile this driver as a module, choose M here: the
11 module will be called sn9c102. 11 module will be called sn9c102.
diff --git a/drivers/media/video/usbvideo/Kconfig b/drivers/media/video/usbvideo/Kconfig
index bb0d1fa4eac1..08a5d20bb2c0 100644
--- a/drivers/media/video/usbvideo/Kconfig
+++ b/drivers/media/video/usbvideo/Kconfig
@@ -17,15 +17,14 @@ config USB_IBMCAM
17 select VIDEO_USBVIDEO 17 select VIDEO_USBVIDEO
18 ---help--- 18 ---help---
19 Say Y here if you want to connect a IBM "C-It" camera, also known as 19 Say Y here if you want to connect a IBM "C-It" camera, also known as
20 "Xirlink PC Camera" to your computer's USB port. For more 20 "Xirlink PC Camera" to your computer's USB port.
21 information, read <file:Documentation/usb/ibmcam.txt>.
22 21
23 To compile this driver as a module, choose M here: the 22 To compile this driver as a module, choose M here: the
24 module will be called ibmcam. 23 module will be called ibmcam.
25 24
26 This camera has several configuration options which 25 This camera has several configuration options which
27 can be specified when you load the module. Read 26 can be specified when you load the module. Read
28 <file:Documentation/usb/ibmcam.txt> to learn more. 27 <file:Documentation/video4linux/ibmcam.txt> to learn more.
29 28
30config USB_KONICAWC 29config USB_KONICAWC
31 tristate "USB Konica Webcam support" 30 tristate "USB Konica Webcam support"
diff --git a/drivers/media/video/zc0301/Kconfig b/drivers/media/video/zc0301/Kconfig
index b722840ee329..c3bf886b80cd 100644
--- a/drivers/media/video/zc0301/Kconfig
+++ b/drivers/media/video/zc0301/Kconfig
@@ -5,7 +5,7 @@ config USB_ZC0301
5 Say Y here if you want support for cameras based on the ZC0301 5 Say Y here if you want support for cameras based on the ZC0301
6 Image Processor and Control Chip. 6 Image Processor and Control Chip.
7 7
8 See <file:Documentation/usb/zc0301.txt> for more informations. 8 See <file:Documentation/video4linux/zc0301.txt> for more info.
9 9
10 To compile this driver as a module, choose M here: the 10 To compile this driver as a module, choose M here: the
11 module will be called zc0301. 11 module will be called zc0301.