Re: [RFC PATCH 06/12] mt9t031: convert to the control framework.

2011-01-22 Thread Guennadi Liakhovetski
Same questions as to the previous ones: 1. how is V4L2_CID_EXPOSURE taken care of? I see, that the functionality is provided by the control cluster, but, AFAIU, user just issuing that control will not get the desired result? 2. separate handlers 3. v4l2_device_unregister_subdev() Thanks Guenn

[RFC PATCH 06/12] mt9t031: convert to the control framework.

2011-01-11 Thread Hans Verkuil
Signed-off-by: Hans Verkuil --- drivers/media/video/mt9t031.c | 229 +++-- 1 files changed, 81 insertions(+), 148 deletions(-) diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c index 7ce279c..cd73ef1 100644 --- a/drivers/media/video/m