diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-08-28 19:29:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-28 07:29:07 -0500 |
commit | 0550513c7a559b4933c5e1d47fbd15d15f6078d5 (patch) | |
tree | 923eee429a958c8c765db34008d9b83a47776f0e /drivers/media/usb/uvc/uvcvideo.h | |
parent | 69d11262a3ff4c07e071523e6768ec15ccc147c1 (diff) |
[media] uvcvideo: Add VIDIOC_[GS]_PRIORITY support
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/uvc/uvcvideo.h')
-rw-r--r-- | drivers/media/usb/uvc/uvcvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/uvc/uvcvideo.h b/drivers/media/usb/uvc/uvcvideo.h index a6c561f631a0..006ae274d22e 100644 --- a/drivers/media/usb/uvc/uvcvideo.h +++ b/drivers/media/usb/uvc/uvcvideo.h | |||
@@ -372,6 +372,7 @@ struct uvc_video_chain { | |||
372 | 372 | ||
373 | struct mutex ctrl_mutex; /* Protects ctrl.info */ | 373 | struct mutex ctrl_mutex; /* Protects ctrl.info */ |
374 | 374 | ||
375 | struct v4l2_prio_state prio; /* V4L2 priority state */ | ||
375 | u32 caps; /* V4L2 chain-wide caps */ | 376 | u32 caps; /* V4L2 chain-wide caps */ |
376 | }; | 377 | }; |
377 | 378 | ||