udisks: services: change default.target to multi-user.target
[AGL/meta-agl-demo.git] / recipes-kernel / most / files / 0004-most-video-set-device_caps.patch
1 From a5fd2ae8d4a3b2a8f7a33a4ea469ea7ee0d946ef Mon Sep 17 00:00:00 2001
2 From: Christian Gromm <christian.gromm@microchip.com>
3 Date: Mon, 4 Sep 2017 15:36:38 +0200
4 Subject: [PATCH 4/5] most: video: set device_caps
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 e074841..6405a03 100644
13 --- a/aim-v4l2/video.c
14 +++ b/aim-v4l2/video.c
15 @@ -263,6 +263,7 @@ static int vidioc_querycap(struct file *file, void *priv,
16         snprintf(cap->bus_info, sizeof(cap->bus_info),
17                  "%s", mdev->iface->description);
18  
19 +       cap->device_caps =
20         cap->capabilities =
21                 V4L2_CAP_READWRITE |
22                 V4L2_CAP_TUNER |
23 -- 
24 2.7.4
25