Re: [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update

2013-03-14 Thread Laurent Pinchart
Hi Sylwester, On Thursday 14 March 2013 12:39:34 Sylwester Nawrocki wrote: > On 03/14/2013 08:10 AM, Hans Verkuil wrote: > > On Tue March 12 2013 07:56:25 Hans Verkuil wrote: > >> On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote: > >>> This patch adds a helper function that allows to modif

Re: [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update

2013-03-14 Thread Sylwester Nawrocki
Hi Hans, On 03/14/2013 08:10 AM, Hans Verkuil wrote: > On Tue March 12 2013 07:56:25 Hans Verkuil wrote: >> Hi Sylwester, >> >> On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote: >>> This patch adds a helper function that allows to modify range, >>> i.e. minimum, maximum, step and default v

Re: [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update

2013-03-14 Thread Hans Verkuil
On Tue March 12 2013 07:56:25 Hans Verkuil wrote: > Hi Sylwester, > > On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote: > > This patch adds a helper function that allows to modify range, > > i.e. minimum, maximum, step and default value of a v4l2 control, > > after the control has been cre

Re: [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update

2013-03-11 Thread Hans Verkuil
Hi Sylwester, On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote: > This patch adds a helper function that allows to modify range, > i.e. minimum, maximum, step and default value of a v4l2 control, > after the control has been created and initialized. This is helpful > in situations when ran