Re: [RFC 05/17] v4l: Support s_crop and g_crop through s/g_selection

2012-01-08 Thread Sakari Ailus
Hi Laurent, Laurent Pinchart wrote: > Hi Sakari, > > Thanks for the patch. > > On Tuesday 20 December 2011 21:27:57 Sakari Ailus wrote: >> From: Sakari Ailus >> >> Revert to s_selection if s_crop isn't implemented by a driver. Same for >> g_selection / g_crop. > > Shouldn't this say "Fall back

Re: [RFC 05/17] v4l: Support s_crop and g_crop through s/g_selection

2012-01-05 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Tuesday 20 December 2011 21:27:57 Sakari Ailus wrote: > From: Sakari Ailus > > Revert to s_selection if s_crop isn't implemented by a driver. Same for > g_selection / g_crop. Shouldn't this say "Fall back" instead of "Revert" ? > Signed-off-by: Sakari Ailus

[RFC 05/17] v4l: Support s_crop and g_crop through s/g_selection

2011-12-20 Thread Sakari Ailus
From: Sakari Ailus Revert 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/drive