diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-20 09:50:52 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-20 09:50:52 +0100 |
commit | b2e7077468076b3bfb3f6ad572808dab4a8795ae (patch) | |
tree | 63228a07387de0af8e19da8e93036e4d2d12917f /v4l2-spec | |
parent | 147808f20de9bee3b123a79fcff6ea4432d533a5 (diff) | |
download | mediapointer-dvb-s2-b2e7077468076b3bfb3f6ad572808dab4a8795ae.tar.gz mediapointer-dvb-s2-b2e7077468076b3bfb3f6ad572808dab4a8795ae.tar.bz2 |
v4l2: add colorfx support to v4l2-common.c, and add to 'Changes' in spec.
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l2-spec')
-rw-r--r-- | v4l2-spec/compat.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l2-spec/compat.sgml b/v4l2-spec/compat.sgml index 8c3177b22..1ee7c4a82 100644 --- a/v4l2-spec/compat.sgml +++ b/v4l2-spec/compat.sgml @@ -2281,6 +2281,14 @@ was renamed to <structname id=v4l2-chip-ident-old>v4l2_chip_ident_old</structnam <constant>V4L2_CID_ZOOM_CONTINUOUS</constant> and <constant>V4L2_CID_PRIVACY</constant>.</para> </listitem> + </orderedlist> + </section> + <section> + <title>V4L2 in Linux 2.6.30</title> + <orderedlist> + <listitem> + <para>New control <constant>V4L2_CID_COLORFX</constant> was added.</para> + </listitem> </orderedlist> </section> </section> |