On Mon September 24 2012 14:53:40 Prabhakar wrote: > From: Lad, Prabhakar <[email protected]> > > Add helper function v4l2_ctrl_new_std_menu_items(), which adds > a standard menu control, with driver specific menu.
Acked-by: Hans Verkuil <[email protected]> Regards, Hans > > Signed-off-by: Lad, Prabhakar <[email protected]> > Signed-off-by: Manjunath Hadli <[email protected]> > Cc: Hans Verkuil <[email protected]> > Cc: Sakari Ailus <[email protected]> > Cc: Sylwester Nawrocki <[email protected]> > Cc: Laurent Pinchart <[email protected]> > Cc: Mauro Carvalho Chehab <[email protected]> > Cc: Hans de Goede <[email protected]> > Cc: Kyungmin Park <[email protected]> > Cc: Guennadi Liakhovetski <[email protected]> > Cc: Rob Landley <[email protected]> > --- > Changes for v5: > 1: Fixed some grammatical issues pointed by Hans. > > Changes for v4: > 1: Rather then adding a function to modify the menu, added a helper > function, that creates a new standard control with user specific > menu. > > Changes for v3: > 1: Fixed style/grammer issues as pointed by Hans. > Thanks Hans for providing the description. > > Changes for v2: > 1: Fixed review comments from Hans, to have return type as > void, add WARN_ON() for fail conditions, allow this fucntion > to modify the menu of custom controls. > > Documentation/video4linux/v4l2-controls.txt | 24 +++++++++++++++++++++ > drivers/media/v4l2-core/v4l2-ctrls.c | 30 > +++++++++++++++++++++++++++ > include/media/v4l2-ctrls.h | 23 ++++++++++++++++++++ > 3 files changed, 77 insertions(+), 0 deletions(-) _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
