[media] v4l2-fh: implement v4l2_priority support

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil
2010-12-29 13:36:50 -03:00
committed by Mauro Carvalho Chehab
parent 0f62fd6a2f
commit fc5602be7c
2 changed files with 5 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ struct v4l2_fh {
struct list_head list;
struct video_device *vdev;
struct v4l2_events *events; /* events, pending and subscribed */
enum v4l2_priority prio;
};
/*