Re: [RFC PATCH] v4l2-ctrls: fix NEXT_COMPOUND support

2015-09-17 Thread Ricardo Ribalda Delgado
Hello Hans I tried this patch on my platform and v4l2compliance now works ok. I would suggest to add this definition to the userland header for clarity #define V4L2_CTRL_FLAG_NEXT_COMPOUND_OR_ARRAY V4L2_CTRL_FLAG_NEXT_COMPOUND Thanks! On Wed, Sep 16, 2015 at 2:13 PM, Hans Verkuil wrote: > Ri

[RFC PATCH] v4l2-ctrls: fix NEXT_COMPOUND support

2015-09-16 Thread Hans Verkuil
Ricardo reported a problem in v4l2-compliance if an integer control was used in an array. It turned out to be a problem in the implementation of NEXT_COMPOUND that didn't match arrays as being compound controls. I also did some DocBook updates. The final version of this patch will split off the do