Re: [RFCv2 PATCH 05/11] v4l2-ctrls: add v4l2_fh pointer to the set control functions.

2011-06-04 Thread Hans Verkuil
On Friday, June 03, 2011 21:55:23 Laurent Pinchart wrote: > Hi Hans, > > Thanks for the patch. > > On Wednesday 25 May 2011 15:33:49 Hans Verkuil wrote: > > From: Hans Verkuil > > > > When an application changes a control you want to generate an event. > > However, you want to avoid sending suc

Re: [RFCv2 PATCH 05/11] v4l2-ctrls: add v4l2_fh pointer to the set control functions.

2011-06-03 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Wednesday 25 May 2011 15:33:49 Hans Verkuil wrote: > From: Hans Verkuil > > When an application changes a control you want to generate an event. > However, you want to avoid sending such an event back to the application > (file handle) that caused the change. >

[RFCv2 PATCH 05/11] v4l2-ctrls: add v4l2_fh pointer to the set control functions.

2011-05-25 Thread Hans Verkuil
From: Hans Verkuil When an application changes a control you want to generate an event. However, you want to avoid sending such an event back to the application (file handle) that caused the change. Add the filehandle to the various set control functions. Signed-off-by: Hans Verkuil --- drive