Re: [PATCH v2] Add support to reset device controls

2018-12-10 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Monday, 10 December 2018 13:18:08 EET Kieran Bingham wrote: > Provide a new option '--reset-controls' which will enumerate the > available controls on a device or sub-device, and re-initialise them to > defaults. > > Signed-off-by: Kieran Bingham > > ---

[PATCH v2] Add support to reset device controls

2018-12-10 Thread Kieran Bingham
Provide a new option '--reset-controls' which will enumerate the available controls on a device or sub-device, and re-initialise them to defaults. Signed-off-by: Kieran Bingham --- v2: - Rebase and rework to sit on top of the compound control changes With this patch, and the updated VSP-Tests