1. 16 12月, 2009 1 次提交
  2. 17 6月, 2009 1 次提交
  3. 30 3月, 2009 1 次提交
  4. 20 7月, 2008 3 次提交
  5. 14 5月, 2008 1 次提交
  6. 30 4月, 2008 2 次提交
  7. 25 4月, 2008 5 次提交
  8. 18 2月, 2008 3 次提交
  9. 26 1月, 2008 4 次提交
  10. 05 11月, 2007 1 次提交
  11. 10 10月, 2007 5 次提交
  12. 19 7月, 2007 1 次提交
  13. 10 5月, 2007 1 次提交
  14. 09 5月, 2007 1 次提交
  15. 21 2月, 2007 1 次提交
    • A
      V4L/DVB (5196): VIDEO_BUF depends on PCI · 7a9ca4a3
      Andrew Morton 提交于
      m68k allmodconfig:
      drivers/media/video/video-buf.c: In function 'videobuf_queue_pci':
      drivers/media/video/video-buf.c:396: error: 'pci_map_sg' undeclared (first use in this function)
      drivers/media/video/video-buf.c:396: error: (Each undeclared identifier is reported only once
      drivers/media/video/video-buf.c:396: error: for each function it appears in.)
      drivers/media/video/video-buf.c:399: error: 'pci_dma_sync_sg_for_cpu' undeclared (first use in this function)
      drivers/media/video/video-buf.c:401: error: 'pci_unmap_sg' undeclared (first use in this function)
      drivers/media/video/video-buf.c: In function 'videobuf_pci_dma_map':
      Acked-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      7a9ca4a3
  16. 10 12月, 2006 1 次提交
  17. 04 10月, 2006 1 次提交
  18. 11 9月, 2006 1 次提交
    • M
      V4L/DVB (4605): Fixes an issue with V4L1 and make headers-install · 8a905162
      Mauro Carvalho Chehab 提交于
      V4L1 support should be disabled when no CONFIG_VIDEO_V4L1_COMPAT is defined,
      to allow checking for broken V4L2 ports. This is very important during the
      migration phase for V4L2 API.
      However, userspace apps should be capable of using both APIs, since they need
      to test at runtime, via VIDIOCGCAP ioctl, if V4L1 is supported. So, when
      __KERNEL__ is not defined, those ioctls and corresponding structs should be
      visible.
      This patch also removes the obsolete defines HAVE_V4L1 and HAVE_V4L2, that
      where causing some confusion, and were replaced by CONFIG_VIDEO_V4L1_COMPAT
      and CONFIG_VIDEO_V4L2.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      8a905162
  19. 26 6月, 2006 1 次提交
  20. 25 6月, 2006 2 次提交
  21. 13 5月, 2006 1 次提交
  22. 02 4月, 2006 1 次提交
  23. 25 3月, 2006 1 次提交