1. 31 7月, 2012 3 次提交
  2. 30 7月, 2012 1 次提交
  3. 07 7月, 2012 20 次提交
  4. 12 6月, 2012 1 次提交
  5. 20 5月, 2012 1 次提交
  6. 14 5月, 2012 3 次提交
  7. 20 3月, 2012 1 次提交
  8. 15 2月, 2012 1 次提交
    • H
      [media] v4l2: standardize log start/end message · e2ecb257
      Hans Verkuil 提交于
      For drivers that properly use the v4l2 framework (i.e. set v4l2_dev in the
      video_device struct), the start and end messages of VIDIOC_LOG_STATUS are
      now generated automatically. People tended to forget these, but the v4l2-ctl
      tool scans for these messages, and it also makes it easier to read the status
      output in the kernel log.
      
      The cx18, ivtv and bttv drivers were changed since they no longer need to
      log these start/end messages.
      
      In saa7164 two empty log_status functions were removed.
      
      Also added a helper function to v4l2-ctrl.c that can be used as the
      vidioc_log_status callback if all you need to do is to log the current control
      values. This is now used by pwc and vivi.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Cc: Steven Toth <stoth@kernellabs.com>
      Cc: Andy Walls <awalls@md.metrocast.net>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      e2ecb257
  9. 14 2月, 2012 1 次提交
  10. 24 1月, 2012 1 次提交
    • H
      [media] V4L2: Add per-device-node capabilities · 583aa3a9
      Hans Verkuil 提交于
      If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with
      the capabilities of the opened device node.
      
      The capabilities field traditionally contains the capabilities of the physical
      device, being a superset of all capabilities available at the several device
      nodes. E.g., if you open /dev/video0, then if it contains VBI caps then that means
      that there is a corresponding vbi node as well. And the capabilities field of
      both the video and vbi nodes should contain identical caps.
      
      However, it would be very useful to also have a capabilities field that contains
      just the caps for the currently open device, hence the new CAP bit and field.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      583aa3a9
  11. 16 1月, 2012 1 次提交
  12. 11 1月, 2012 2 次提交
  13. 07 1月, 2012 1 次提交
  14. 04 11月, 2011 1 次提交
  15. 08 10月, 2011 1 次提交
  16. 07 9月, 2011 1 次提交