udisks: services: change default.target to multi-user.target
[AGL/meta-agl-demo.git] / recipes-kernel / most / files / 0005-most-video-set-V4L2_CAP_DEVICE_CAPS-flag.patch
1 From 7518453386ad3e82008186a6c9ca86ed8c136801 Mon Sep 17 00:00:00 2001
2 From: Christian Gromm <christian.gromm@microchip.com>
3 Date: Mon, 4 Sep 2017 16:08:38 +0200
4 Subject: [PATCH 5/5] most: video: set V4L2_CAP_DEVICE_CAPS flag
5
6 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
7 ---
8  driver/aim-v4l2/video.c | 1 +
9  1 file changed, 1 insertion(+)
10
11 diff --git a/aim-v4l2/video.c b/aim-v4l2/video.c
12 index 6405a03..db75d4d 100644
13 --- a/aim-v4l2/video.c
14 +++ b/aim-v4l2/video.c
15 @@ -265,6 +265,7 @@ static int vidioc_querycap(struct file *file, void *priv,
16  
17         cap->device_caps =
18         cap->capabilities =
19 +               V4L2_CAP_DEVICE_CAPS |
20                 V4L2_CAP_READWRITE |
21                 V4L2_CAP_TUNER |
22                 V4L2_CAP_VIDEO_CAPTURE;
23 -- 
24 2.7.4
25