Re: [PATCH v3 01/33] v4l: Introduce integer menu controls

2012-02-20 Thread Sylwester Nawrocki
Hi Sakari, On 02/20/2012 02:56 AM, Sakari Ailus wrote: > 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 > Acked-by: Laurent Pinchart

[PATCH v3 01/33] v4l: Introduce integer menu controls

2012-02-19 Thread 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 Acked-by: Laurent Pinchart --- drivers/media/video/v4l2-ctrls.c | 74