Re: [PATCH 03/23] vivi: Add an integer menu test control

2012-01-16 Thread Laurent Pinchart
On Wednesday 11 January 2012 22:26:40 Sakari Ailus wrote: > Add an integer menu test control for the vivi driver. > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a

[PATCH 03/23] vivi: Add an integer menu test control

2012-01-11 Thread Sakari Ailus
Add an integer menu test control for the vivi driver. Signed-off-by: Sakari Ailus --- drivers/media/video/vivi.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 7d754fb..aab375b 100644 --