From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Bertrand <ba@cykian.net>
Subject: [Fwd: [PATCH 2.6.31.5 1/1] v4l2: add new define for last camera class control id]
Date: Tue, 17 Nov 2009 11:51:52 -0200 [thread overview]
Message-ID: <4B02AA78.6050102@infradead.org> (raw)
Hi Bertrand,
Please, always send patches c/c to:
linux-media@vger.kernel.org.
This way, people can better review it.
For more details, please read:
http://linuxtv.org/wiki/index.php/Development:_How_to_submit_patches
There are some additional details on how patch submission works at:
http://linuxtv.org/hg/v4l-dvb/file/tip/README.patches
I'm forwarding it to the ML. I'll comment about it there.
Cheers,
Mauro.
-------- Mensagem original --------
Assunto: [PATCH 2.6.31.5 1/1] v4l2: add new define for last camera class control id
Data: Wed, 11 Nov 2009 22:00:24 +0100
De: Bertrand <ba@cykian.net>
Para: Mauro Carvalho Chehab <mchehab@infradead.org>
The videodev2.h file contains, among other things, defines that point
to the control properties of video devices.
For the standard video controls, there is a V4L2_CID_BASE define for
the base, and a pointer to the last control ID plus 1 named
V4L2_CID_LASTP1.
This allows automatic, version independent enumeration of the controls.
There are other controls which are specific to the camera class
devices. While there is a V4L2_CID_CAMERA_CLASS_BASE define, there was
none for the last one.
As a result it was not possible to do an enumeration of the controls
of that class. This patch corrects this by adding a
V4L2_CID_CAMERA_CLASS_LASTP1 define.
Signed-off-by: Bertrand Achard <ba@cykian.net>
--- linux-2.6.31.5/include/linux/videodev2.h 2009-10-23 00:57:56.000000000 +0200
+++ linux-2.6.31.5-n/include/linux/videodev2.h 2009-11-11
21:48:48.000000000 +0100
@@ -1147,6 +1147,8 @@ enum v4l2_exposure_auto_type {
#define V4L2_CID_PRIVACY (V4L2_CID_CAMERA_CLASS_BASE+16)
+#define V4L2_CID_CAMERA_CLASS_LASTP1 (V4L2_CID_CAMERA_CLASS_BASE+17)
+
/*
* T U N I N G
*/
next reply other threads:[~2009-11-17 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-17 13:51 Mauro Carvalho Chehab [this message]
2009-11-17 14:30 ` [Fwd: [PATCH 2.6.31.5 1/1] v4l2: add new define for last camera class control id] Hans Verkuil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B02AA78.6050102@infradead.org \
--to=mchehab@infradead.org \
--cc=ba@cykian.net \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox