~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/media/video/sn9c102/sn9c102_sensor.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
           It should be used to initialize the sensor only, but may also
181
181
           configure part of the SN9C1XX chip if necessary. You don't need to
182
182
           setup picture settings like brightness, contrast, etc.. here, if
183
 
           the corrisponding controls are implemented (see below), since
 
183
           the corresponding controls are implemented (see below), since
184
184
           they are adjusted in the core driver by calling the set_ctrl()
185
185
           method after init(), where the arguments are the default values
186
186
           specified in the v4l2_queryctrl list of supported controls;