commit | fc5602be7ca5b55174c5d6595089718779b28dfa | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Wed Dec 29 13:36:50 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 22 16:37:56 2011 -0300 |
tree | 135b5632bb714d8786abb1a96fe50d7dd5a794a3 | |
parent | 0f62fd6a2fa12d6a63cbb18f9e30b05345f636f6 [diff] [blame] |
[media] v4l2-fh: implement v4l2_priority support Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index 1d72dde..5fc5ba9 100644 --- a/include/media/v4l2-fh.h +++ b/include/media/v4l2-fh.h
@@ -35,6 +35,7 @@ struct list_head list; struct video_device *vdev; struct v4l2_events *events; /* events, pending and subscribed */ + enum v4l2_priority prio; }; /*