[media] v4l: Introduce integer menu controls
authorSakari Ailus <sakari.ailus@iki.fi>
Thu, 4 Aug 2011 16:51:11 +0000 (13:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 10 Apr 2012 17:49:44 +0000 (14:49 -0300)
commitce580fe5190dec4d872e7925946b0aec1f694370
treecb745116ea3f1fb4f8cb327810b43b140fcb8fb8
parent3fd7e4341e04f80e2605f56bbd8cb1e8b027901a
[media] v4l: Introduce integer menu controls

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 <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-ctrls.c
include/linux/videodev2.h
include/media/v4l2-ctrls.h