Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36111d54 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "[media] v4l2-compat-ioctl32: Update v4l2_event32 structure"

parents af187336 a15e2cd7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -721,6 +721,9 @@ static int put_v4l2_ext_controls32(struct v4l2_ext_controls *kp, struct v4l2_ext
struct v4l2_event32 {
	__u32				type;
	union {
		struct v4l2_event_vsync		vsync;
		struct v4l2_event_ctrl		ctrl;
		struct v4l2_event_frame_sync	frame_sync;
		__u8			data[64];
	} u;
	__u32				pending;