Hello, This patch series implements support for compound controls in yavta, including the ability to reset controls to their default value. Only array compound controls are supported for now, other types may be added later. The patches have lived out of the master branch for long enough, it's time to get them merged. Kieran Bingham (1): Add support to reset device controls Laurent Pinchart (6): yavta: Refactor video_list_controls() Implement VIDIOC_QUERY_EXT_CTRL support Implement compound control get support Implement compound control set support Support setting control from values stored in a file Remove unneeded conditional compilation for old V4L2 API versions yavta.c | 602 +++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 464 insertions(+), 138 deletions(-) -- Regards, Laurent Pinchart