V4L/DVB (9902): uvcvideo: V4L2 privacy control support
Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
74980159e7
commit
6df126f834
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
/* ------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user