diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-08-06 11:52:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:05:48 -0400 |
commit | f44026dbe42d38f2e2dfdc7bf35cafc7e44794d7 (patch) | |
tree | 9f0416d2ba548cb045fcd2b7e84aa95510253cba /Documentation/video4linux | |
parent | 226c0eeaea6732c686a5f4e06f25e5850cd5dd61 (diff) |
V4L/DVB: Documentation: update now that the vtx/videotext API has been removed
Remove all references to /dev/vtx in the documentation, except for
some historical comments in dev-teletext.xml.
Documentation/devices.txt is not updated, this will go through Alan Cox
who maintains this file.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/video4linux')
-rw-r--r-- | Documentation/video4linux/bttv/MAKEDEV | 1 | ||||
-rw-r--r-- | Documentation/video4linux/v4l2-framework.txt | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/video4linux/bttv/MAKEDEV b/Documentation/video4linux/bttv/MAKEDEV index 9d112f7fd5f7..093c0cd18042 100644 --- a/Documentation/video4linux/bttv/MAKEDEV +++ b/Documentation/video4linux/bttv/MAKEDEV | |||
@@ -19,7 +19,6 @@ function makedev () { | |||
19 | echo "*** new device names ***" | 19 | echo "*** new device names ***" |
20 | makedev video 0 | 20 | makedev video 0 |
21 | makedev radio 64 | 21 | makedev radio 64 |
22 | makedev vtx 192 | ||
23 | makedev vbi 224 | 22 | makedev vbi 224 |
24 | 23 | ||
25 | #echo "*** old device names (for compatibility only) ***" | 24 | #echo "*** old device names (for compatibility only) ***" |
diff --git a/Documentation/video4linux/v4l2-framework.txt b/Documentation/video4linux/v4l2-framework.txt index f5fdb395287f..8fb9de4f4875 100644 --- a/Documentation/video4linux/v4l2-framework.txt +++ b/Documentation/video4linux/v4l2-framework.txt | |||
@@ -44,8 +44,8 @@ All drivers have the following structure: | |||
44 | 44 | ||
45 | 2) A way of initializing and commanding sub-devices (if any). | 45 | 2) A way of initializing and commanding sub-devices (if any). |
46 | 46 | ||
47 | 3) Creating V4L2 device nodes (/dev/videoX, /dev/vbiX, /dev/radioX and | 47 | 3) Creating V4L2 device nodes (/dev/videoX, /dev/vbiX and /dev/radioX) |
48 | /dev/vtxX) and keeping track of device-node specific data. | 48 | and keeping track of device-node specific data. |
49 | 49 | ||
50 | 4) Filehandle-specific structs containing per-filehandle data; | 50 | 4) Filehandle-specific structs containing per-filehandle data; |
51 | 51 | ||
@@ -488,7 +488,6 @@ types exist: | |||
488 | VFL_TYPE_GRABBER: videoX for video input/output devices | 488 | VFL_TYPE_GRABBER: videoX for video input/output devices |
489 | VFL_TYPE_VBI: vbiX for vertical blank data (i.e. closed captions, teletext) | 489 | VFL_TYPE_VBI: vbiX for vertical blank data (i.e. closed captions, teletext) |
490 | VFL_TYPE_RADIO: radioX for radio tuners | 490 | VFL_TYPE_RADIO: radioX for radio tuners |
491 | VFL_TYPE_VTX: vtxX for teletext devices (deprecated, don't use) | ||
492 | 491 | ||
493 | The last argument gives you a certain amount of control over the device | 492 | The last argument gives you a certain amount of control over the device |
494 | device node number used (i.e. the X in videoX). Normally you will pass -1 | 493 | device node number used (i.e. the X in videoX). Normally you will pass -1 |