Re: [RFC 01/17] v4l: Introduce integer menu controls

2012-01-06 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: > Hi Sakari, > > Thanks for the patch. Thanks for the review! > On Tuesday 20 December 2011 21:27:53 Sakari Ailus wrote: >> From: Sakari Ailus >> >> Create a new control type called V4L2_CTRL_TYPE_INTEGER_MENU. Integer menu >> controls are just like menu con

Re: [RFC 01/17] v4l: Introduce integer menu controls

2012-01-05 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Tuesday 20 December 2011 21:27:53 Sakari Ailus wrote: > From: Sakari Ailus > > Create a new control type called V4L2_CTRL_TYPE_INTEGER_MENU. Integer menu > controls are just like menu controls but the menu items are 64-bit integers > rather than strings. [sn

[RFC 01/17] v4l: Introduce integer menu controls

2011-12-20 Thread Sakari Ailus
From: Sakari Ailus Create a new control type called V4L2_CTRL_TYPE_INTEGER_MENU. Integer menu controls are just like menu controls but the menu items are 64-bit integers rather than strings. Signed-off-by: Sakari Ailus --- drivers/media/video/v4l2-ctrls.c | 60 +++