diff options
author | Nicolas THERY <nicolas.thery@st.com> | 2012-10-26 09:01:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-18 17:39:57 -0200 |
commit | f818b358dc94c845490dfc8a9771492e5311fe9e (patch) | |
tree | 6ad72e93a085c3ba3732357c3b6e7792b20d8c05 | |
parent | 3408d886173ff57c91bdeda9c3c35c62b5fac1be (diff) | |
download | linux-3.10-f818b358dc94c845490dfc8a9771492e5311fe9e.tar.gz linux-3.10-f818b358dc94c845490dfc8a9771492e5311fe9e.tar.bz2 linux-3.10-f818b358dc94c845490dfc8a9771492e5311fe9e.zip |
[media] Documentation: fix outdated statement re. v4l2
Fix tense used for describing struct v4l2_fh as it has been added a
while ago.
Signed-off-by: Nicolas Thery <nicolas.thery@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | Documentation/video4linux/v4l2-framework.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/video4linux/v4l2-framework.txt b/Documentation/video4linux/v4l2-framework.txt index 32bfe926e8d..0a1ef671c9d 100644 --- a/Documentation/video4linux/v4l2-framework.txt +++ b/Documentation/video4linux/v4l2-framework.txt @@ -68,8 +68,7 @@ Structure of the framework The framework closely resembles the driver structure: it has a v4l2_device struct for the device instance data, a v4l2_subdev struct to refer to sub-device instances, the video_device struct stores V4L2 device node data -and in the future a v4l2_fh struct will keep track of filehandle instances -(this is not yet implemented). +and the v4l2_fh struct keeps track of filehandle instances. The V4L2 framework also optionally integrates with the media framework. If a driver sets the struct v4l2_device mdev field, sub-devices and video nodes |