Re: [PATCH 2/2 v2] soc-camera: configure drivers with a default format on open

2009-02-22 Thread morimoto . kuninori
Dear Guennadi Currently soc-camera doesn't set up any image format without an explicit S_FMT. It seems this should be supported, since, for example, capture-example.c from v4l2-apps by default doesn't issue an S_FMT. This patch configures a default image format on open(). (snip) Ok,

[PATCH 2/2 v2] soc-camera: configure drivers with a default format on open

2009-02-20 Thread Guennadi Liakhovetski
Currently soc-camera doesn't set up any image format without an explicit S_FMT. It seems this should be supported, since, for example, capture-example.c from v4l2-apps by default doesn't issue an S_FMT. This patch configures a default image format on open(). Signed-off-by: Guennadi Liakhovetski