Re: [PATCH 05/23] v4l: Support s_crop and g_crop through s/g_selection

2012-01-16 Thread Laurent Pinchart
On Wednesday 11 January 2012 22:26:42 Sakari Ailus wrote: > Fall back to s_selection if s_crop isn't implemented by a driver. Same for > g_selection / g_crop. > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the li

[PATCH 05/23] v4l: Support s_crop and g_crop through s/g_selection

2012-01-11 Thread Sakari Ailus
Fall back to s_selection if s_crop isn't implemented by a driver. Same for g_selection / g_crop. Signed-off-by: Sakari Ailus --- drivers/media/video/v4l2-subdev.c | 37 +++-- 1 files changed, 35 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/v4l