The patch number 9898 was added via Laurent Pinchart <laurent.pinch...@skynet.be> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: v4l-dvb-maintai...@linuxtv.org ------ From: Laurent Pinchart <laurent.pinch...@skynet.be> v4l2: Add privacy control The privacy control prevents video from being acquired by the camera. A true value indicates that no image can be captured. Devices that implement the privacy control must support read access and may support write access. Priority: normal Signed-off-by: Laurent Pinchart <laurent.pinch...@skynet.be> --- linux/include/linux/videodev2.h | 2 ++ 1 file changed, 2 insertions(+) diff -r a0d91cf08c96 -r 800fcf9d2641 linux/include/linux/videodev2.h --- a/linux/include/linux/videodev2.h Sun Dec 14 20:21:16 2008 +0100 +++ b/linux/include/linux/videodev2.h Sun Dec 14 20:22:05 2008 +0100 @@ -1121,6 +1121,8 @@ enum v4l2_exposure_auto_type { #define V4L2_CID_ZOOM_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+13) #define V4L2_CID_ZOOM_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+14) #define V4L2_CID_ZOOM_CONTINUOUS (V4L2_CID_CAMERA_CLASS_BASE+15) + +#define V4L2_CID_PRIVACY (V4L2_CID_CAMERA_CLASS_BASE+16) /* * T U N I N G --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/800fcf9d2641a78e70eefc5b0196b7541e47d213 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits