From: Hans Verkuil Date: Tue, 7 Jun 2011 09:47:18 +0000 (-0300) Subject: [media] v4l2-ctrls: add v4l2_fh pointer to the set control functions X-Git-Tag: v3.1-rc1~116^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab892bac8438c5c2ff09a60d765d9b0c14941ba9;p=pandora-kernel.git [media] v4l2-ctrls: add v4l2_fh pointer to the set control functions 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. The filehandle isn't used yet, but the control event patches will need this. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed