Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxx> --- include/media/v4l2-int-device.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) Index: linux-omap-2.6/include/media/v4l2-int-device.h =================================================================== --- linux-omap-2.6.orig/include/media/v4l2-int-device.h 2008-08-28 19:37:11.000000000 -0500 +++ linux-omap-2.6/include/media/v4l2-int-device.h 2008-08-28 19:38:29.000000000 -0500 @@ -205,6 +205,8 @@ vidioc_int_g_ifparm_num, /* Does the slave need to be reset after VIDIOC_DQBUF? */ vidioc_int_g_needs_reset_num, + vidioc_int_enum_framesizes_num, + vidioc_int_enum_frameintervals_num, /* * @@ -292,6 +294,8 @@ V4L2_INT_WRAPPER_1(g_priv, void, *); V4L2_INT_WRAPPER_1(g_ifparm, struct v4l2_ifparm, *); V4L2_INT_WRAPPER_1(g_needs_reset, void, *); +V4L2_INT_WRAPPER_1(enum_framesizes, struct v4l2_frmsizeenum, *); +V4L2_INT_WRAPPER_1(enum_frameintervals, struct v4l2_frmivalenum, *); V4L2_INT_WRAPPER_0(reset); V4L2_INT_WRAPPER_0(init); -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html