bcm27xx: add support for linux v5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.15 / 950-0392-media-i2c-ov5647-Fix-v4l2-compliance-failure-subscri.patch
1 From 9b05e15ea8964ec36727439eb23685bb2e775c4e Mon Sep 17 00:00:00 2001
2 From: David Plowman <david.plowman@raspberrypi.com>
3 Date: Wed, 12 May 2021 07:39:21 +0100
4 Subject: [PATCH] media: i2c: ov5647: Fix v4l2-compliance failure
5 subscribing to events
6
7 Fixes the following v4l2-compliance failure:
8
9 fail: v4l2-test-controls.cpp(871): subscribe event for control 'User Controls' failed test
10
11 Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
12 ---
13 drivers/media/i2c/ov5647.c | 2 ++
14 1 file changed, 2 insertions(+)
15
16 --- a/drivers/media/i2c/ov5647.c
17 +++ b/drivers/media/i2c/ov5647.c
18 @@ -879,6 +879,8 @@ static const struct v4l2_subdev_core_ops
19 .g_register = ov5647_sensor_get_register,
20 .s_register = ov5647_sensor_set_register,
21 #endif
22 + .subscribe_event = v4l2_ctrl_subdev_subscribe_event,
23 + .unsubscribe_event = v4l2_event_subdev_unsubscribe,
24 };
25
26 static const struct v4l2_rect *