diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-14 16:00:53 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-14 16:00:53 +0100 |
commit | 951bf44feee86f832f1b68efe05395dfee73a15c (patch) | |
tree | fabcea75829ff4b27ac894be38a0784fc1bfaab4 /linux/Documentation/video4linux/v4l2-framework.txt | |
parent | 9511f472cfb47c53ad0f210dd137dedfb753cea7 (diff) | |
download | mediapointer-dvb-s2-951bf44feee86f832f1b68efe05395dfee73a15c.tar.gz mediapointer-dvb-s2-951bf44feee86f832f1b68efe05395dfee73a15c.tar.bz2 |
v4l2-subdev: rename dev field to v4l2_dev
From: Hans Verkuil <hverkuil@xs4all.nl>
Remain consistent in the naming: fields pointing to v4l2_device should
be called v4l2_dev. There are too many device-like entities without
adding to the confusion by mixing naming conventions.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/Documentation/video4linux/v4l2-framework.txt')
-rw-r--r-- | linux/Documentation/video4linux/v4l2-framework.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Documentation/video4linux/v4l2-framework.txt b/linux/Documentation/video4linux/v4l2-framework.txt index e1620e2a3..accc376e9 100644 --- a/linux/Documentation/video4linux/v4l2-framework.txt +++ b/linux/Documentation/video4linux/v4l2-framework.txt @@ -268,7 +268,7 @@ errors (except -ENOIOCTLCMD) occured, then 0 is returned. The second argument to both calls is a group ID. If 0, then all subdevs are called. If non-zero, then only those whose group ID match that value will -be called. Before a bridge driver registers a subdev it can set subdev->grp_id +be called. Before a bridge driver registers a subdev it can set sd->grp_id to whatever value it wants (it's 0 by default). This value is owned by the bridge driver and the sub-device driver will never modify or use it. |