[Fwd: [PATCH 2.6.31.5 1/1] v4l2: add new define for last camera class control id]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Bertrand,

Please, always send patches c/c to:
        linux-media@xxxxxxxxxxxxxxxx 
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@xxxxxxxxxx>
Para: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>

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@xxxxxxxxxx>

--- 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
  */
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux