Re: [RFCv9 PATCH 15/29] videodev2.h: add request_fd field to v4l2_ext_controls

2018-04-09 Thread Sakari Ailus
Hi Hans, On Wed, Mar 28, 2018 at 03:50:16PM +0200, Hans Verkuil wrote: > From: Alexandre Courbot > > If which is V4L2_CTRL_WHICH_REQUEST, then the request_fd field can be > used to specify a request for the G/S/TRY_EXT_CTRLS ioctls. > > Signed-off-by: Alexandre Courbot > --- > drivers/media/v

[RFCv9 PATCH 15/29] videodev2.h: add request_fd field to v4l2_ext_controls

2018-03-28 Thread Hans Verkuil
From: Alexandre Courbot If which is V4L2_CTRL_WHICH_REQUEST, then the request_fd field can be used to specify a request for the G/S/TRY_EXT_CTRLS ioctls. Signed-off-by: Alexandre Courbot --- drivers/media/v4l2-core/v4l2-compat-ioctl32.c | 5 - drivers/media/v4l2-core/v4l2-ioctl.c