1. 12 10月, 2008 2 次提交
    • H
      V4L/DVB (9133): v4l: disconnect kernel number from minor · dd89601d
      Hans Verkuil 提交于
      The v4l core creates four different video devices (video, vbi, radio, vtx)
      and each has its own range of minor numbers. However, modern devices keep
      increasing the number of devices that they need so a maximum of 64 video
      devices will not be enough in the future. In addition this scheme makes
      it very hard to add new device types.
      
      This patch disconnects the kernel number allocation (e.g. video0, video1,
      etc.) from the actual minor number (just pick the first free minor).
      
      This allows for much more flexibility in the future. However, it does
      require the use of udev. For those who cannot use udev a new CONFIG option
      was created that changes the allocation scheme back to the old behavior.
      
      Thanks to Greg KH for suggesting this approach during the 2008 LPC.
      
      In addition, several bugs were fixed in the ivtv and cx18 drivers: these
      drivers try to allocate specific kernel numbers but that scheme contained
      a bug which caused what should have been e.g. video17 to appear as e.g.
      video2.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      dd89601d
    • B
      V4L/DVB: follow lspci device/vendor style · 29e66a6c
      Bjorn Helgaas 提交于
      Use "[%04x:%04x]" for PCI vendor/device IDs to follow the format
      used by lspci(8).
      Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      29e66a6c
  2. 04 9月, 2008 1 次提交
  3. 26 7月, 2008 1 次提交
  4. 20 7月, 2008 4 次提交
  5. 14 5月, 2008 2 次提交
  6. 30 4月, 2008 5 次提交
  7. 25 4月, 2008 6 次提交
  8. 20 3月, 2008 2 次提交
  9. 26 1月, 2008 11 次提交
  10. 12 1月, 2008 1 次提交
  11. 07 1月, 2008 1 次提交
  12. 22 10月, 2007 1 次提交
  13. 15 10月, 2007 1 次提交
  14. 10 10月, 2007 2 次提交