1. 25 7月, 2009 1 次提交
  2. 13 7月, 2009 1 次提交
  3. 17 6月, 2009 1 次提交
  4. 30 3月, 2009 3 次提交
    • H
      V4L/DVB (11297): cx23885: convert to v4l2_subdev. · 0d5a19f1
      Hans Verkuil 提交于
      Convert this driver to v4l2_subdev. Note that currently the only card with
      analog support in this driver is the HVR-1800. The analog tuner support in
      this driver is limited to what is needed for this board. When analog support
      is added for other cards, then the tuner load code will probably have to be
      expanded to take care of those boards. For example, there is currently no
      support for either radio tuners or tda9887 demods.
      
      I'd like to thank Steven Toth for testing this on his HVR-1800.
      Tested-by: NSteven Toth <stoth@linuxtv.org>
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      0d5a19f1
    • S
      V4L/DVB (11296): cx23885: bugfix error message if firmware is not found · d35ed627
      Steven Toth 提交于
      If the firmware failed to be found the error message indicated
      the incorrect filename.
      Signed-off-by: NSteven Toth <stoth@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d35ed627
    • T
      V4L/DVB (11268): cx23885-417: Don't need to zero ioctl parameter fields · f29816bc
      Trent Piepho 提交于
      The v4l2 core code in v4l2_ioctl will zero out the structure the driver is
      supposed to fill in for read-only ioctls.  For read/write ioctls, all the
      fields which aren't supplied from userspace will be zeroed out.
      
      Zeroing code is removed from enum_input, g_tuner, g_frequency, querycap,
      enum_fmt_vid_cap, g_fmt_vid_cap, and try_fmt_vid_cap.
      
      The ->vidioc_(s|g|try|enum)_fmt_vid_cap() methods are only called on
      VIDEO_CAPTURE buffers.  Thus, there is no need to check or set the buffer's
      'type' field since it must already be set to VIDEO_CAPTURE.
      
      There also appeared to be a copy and paste error in
      vidioc_try_fmt_vid_cap() that would set f->fmt.pix.sizeimage to zero.
      
      Note that the s_fmt_vid_cap method doesn't appear to actually do anything.
      Whatever parameters were requested are just silently ignored.  Was this
      intentional?  Who knows, as the commit log entry for the driver just says,
      "Add generic cx23417 hardware encoder support." There are no docs.  A
      comment like "this driver totally ignores the v4l2 spec w.r.t.
      VIDIOC_S_FMT because ..." would have gone a long way.
      
      Cc: Steven Toth <stoth@hauppauge.com>
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      f29816bc
  5. 29 1月, 2009 1 次提交
  6. 03 1月, 2009 2 次提交
  7. 30 12月, 2008 1 次提交
  8. 22 10月, 2008 1 次提交
    • H
      V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d · c6330fb8
      Hans Verkuil 提交于
      The kernel number of a v4l2 node (e.g. videoX, radioX or vbiX) is now
      independent of the minor number. So instead of using the minor field
      of the video_device struct one has to use the num field: this always
      contains the kernel number of the device node.
      
      I forgot about this when I did the v4l2 core change, so this patch
      converts all drivers that use it in one go. Luckily the change is
      trivial.
      
      Cc: michael@mihu.de
      Cc: mchehab@infradead.org
      Cc: corbet@lwn.net
      Cc: luca.risolia@studio.unibo.it
      Cc: isely@pobox.com
      Cc: pe1rxq@amsat.org
      Cc: royale@zerezo.com
      Cc: mkrufky@linuxtv.org
      Cc: stoth@linuxtv.org
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c6330fb8
  9. 13 10月, 2008 1 次提交
  10. 12 10月, 2008 2 次提交
  11. 04 9月, 2008 1 次提交
  12. 27 7月, 2008 1 次提交
  13. 26 7月, 2008 1 次提交
  14. 24 7月, 2008 2 次提交
  15. 20 7月, 2008 2 次提交
  16. 25 4月, 2008 1 次提交