On 11/15/2014 03:18 PM, Sakari Ailus wrote: > Hi Hans, > > On Sun, Sep 21, 2014 at 04:48:24PM +0200, Hans Verkuil wrote: >> From: Hans Verkuil <hans.verkuil@xxxxxxxxx> >> >> Replace reserved2 by a flags field. This is used to tell whether >> setting a new store value is applied only once or every time that >> v4l2_ctrl_apply_store() is called for that store. >> >> Signed-off-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> >> --- >> include/uapi/linux/videodev2.h | 6 +++++- >> 1 file changed, 5 insertions(+), 1 deletion(-) >> >> diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h >> index 2ca44ed..fa84070 100644 >> --- a/include/uapi/linux/videodev2.h >> +++ b/include/uapi/linux/videodev2.h >> @@ -1282,7 +1282,7 @@ struct v4l2_control { >> struct v4l2_ext_control { >> __u32 id; >> __u32 size; >> - __u32 reserved2[1]; >> + __u32 flags; > > 16 bits, please. Good idea. > The pad number (for sub-devices) would need to be added > here as well, Why? We never needed that for subdevs in the past. Not that I am against reserving space for it, I'm just wondering if you have something specific in mind. > and that's 16 bits. A flag might be needed to tell it's valid, > too. Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html