Re: [PATCH v4 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-08-14 Thread Sylwester Nawrocki
Hi Sangwook, On 08/10/2012 04:14 PM, Sangwook Lee wrote: > +/** > + * parse_line() - parse a line from a s5k4ecgx fimware file > + * > + * This function uses tokens to separate the patterns. > + * The form of the pattern should be as follows: > + * - use only C-sytle comments > + * - use one "toke

[PATCH v4 2/2] v4l: Add v4l2 subdev driver for S5K4ECGX sensor

2012-08-10 Thread Sangwook Lee
This driver implements preview mode of the S5K4ECGX sensor. capture (snapshot) operation, face detection are missing now. Following controls are supported: contrast/saturation/brightness/sharpness Signed-off-by: Sangwook Lee --- drivers/media/video/Kconfig|8 + drivers/media/video/Makef