]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/media/video/uvc/uvc_ctrl.c
V4L/DVB (9902): uvcvideo: V4L2 privacy control support
[net-next-2.6.git] / drivers / media / video / uvc / uvc_ctrl.c
index 77b92e67953da67f03f1f9e4584aa3cb5a42812f..335cb00e595b1db2f869b9b0b524ddcbe1531f66 100644 (file)
@@ -532,6 +532,16 @@ static struct uvc_control_mapping uvc_ctrl_mappings[] = {
                .v4l2_type      = V4L2_CTRL_TYPE_BOOLEAN,
                .data_type      = UVC_CTRL_DATA_TYPE_BOOLEAN,
        },
+       {
+               .id             = V4L2_CID_PRIVACY,
+               .name           = "Privacy",
+               .entity         = UVC_GUID_UVC_CAMERA,
+               .selector       = CT_PRIVACY_CONTROL,
+               .size           = 1,
+               .offset         = 0,
+               .v4l2_type      = V4L2_CTRL_TYPE_BOOLEAN,
+               .data_type      = UVC_CTRL_DATA_TYPE_BOOLEAN,
+       },
 };
 
 /* ------------------------------------------------------------------------