<div>I&#39;m reading to documentation in linux-2.6.30,and ov7670 driver ,and I&#39;m trying to make a driver for ov9650.</div>
<div>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>struct soc_camera_ops provides .probe and .remove methods, which are called by<br>the soc-camera core, when a camera is matched against or removed from a camera<br>host bus, .init, .release, .suspend, and .resume are called from the camera host<br>
driver as discussed above. Other members of this struct provide respective V4L2<br>functionality.<br></div></blockquote>
<div> </div>
<div>This is from the documentation,but I didn&#39;t find any thing about soc_camera_host_device in ov7670&#39;s driver code.</div>
<div>Does anyone know how to make a v4l2 soc camera driver? </div></div>