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

2012-01-16 Thread Laurent Pinchart
On Wednesday 11 January 2012 22:26:38 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 01/23] v4l: Introduce integer menu controls

2012-01-11 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 --- drivers/media/video/v4l2-ctrls.c | 73 +- include/linu