Re: [PATCH v2 00/10] Support getting default values from any control

2015-09-04 Thread Hans Verkuil
This patch series looks good. I'll drop the saa7164 patches since I made a patch series converting it to the control framework. Once Steve gives me the Ack for that I can merge that series. All I need to merge your series (minus the saa7164 patches) is the Ack from Laurent for the uvc patch. Rega

[PATCH v2 00/10] Support getting default values from any control

2015-08-21 Thread Ricardo Ribalda Delgado
Integer controls provide a way to get their default/initial value, but any other control (p_u32, p_u8.) provide no other way to get the initial value than unloading the module and loading it back. *What is the actual problem? I have a custom control with WIDTH integer values. Every value repre