mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
media: i2c: ov5647: Fix v4l2-compliance failure subscribing to events
Fixes the following v4l2-compliance failure: fail: v4l2-test-controls.cpp(871): subscribe event for control 'User Controls' failed test Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
6532d9b04d
commit
20bf07c2fc
@@ -886,6 +886,8 @@ static const struct v4l2_subdev_core_ops ov5647_subdev_core_ops = {
|
||||
.g_register = ov5647_sensor_get_register,
|
||||
.s_register = ov5647_sensor_set_register,
|
||||
#endif
|
||||
.subscribe_event = v4l2_ctrl_subdev_subscribe_event,
|
||||
.unsubscribe_event = v4l2_event_subdev_unsubscribe,
|
||||
};
|
||||
|
||||
static const struct v4l2_rect *
|
||||
|
||||
Reference in New Issue
Block a user