1. 16 12月, 2009 3 次提交
  2. 06 12月, 2009 1 次提交
  3. 12 9月, 2009 1 次提交
  4. 13 7月, 2009 1 次提交
  5. 17 6月, 2009 2 次提交
  6. 30 3月, 2009 2 次提交
  7. 29 1月, 2009 1 次提交
  8. 03 1月, 2009 2 次提交
  9. 30 12月, 2008 1 次提交
  10. 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
  11. 12 10月, 2008 1 次提交
  12. 27 7月, 2008 2 次提交
  13. 26 7月, 2008 1 次提交
  14. 24 7月, 2008 1 次提交
  15. 25 4月, 2008 3 次提交
  16. 31 3月, 2008 1 次提交
  17. 03 2月, 2008 1 次提交
  18. 22 10月, 2007 1 次提交
  19. 15 10月, 2007 1 次提交
  20. 10 10月, 2007 4 次提交
  21. 15 9月, 2007 1 次提交
  22. 23 8月, 2007 1 次提交
  23. 19 7月, 2007 1 次提交
  24. 28 4月, 2007 3 次提交
  25. 21 2月, 2007 1 次提交
    • T
      V4L/DVB (5166): Remove obsolete alias defines of CONFIG_* settings · 05ad3907
      Trent Piepho 提交于
      The out of tree v4l-dvb build system didn't always override the kernel's
      configuration settings with v4l-dvb's settings correctly.  To work around
      this, makefiles would define some new macro based on the setting of a
      config variable.  e.g. the pwc Makefile would define CONFIG_PWC_DEBUG if
      CONFIG_USB_PWC_DEBUG (which is defined via Kconfig) was set.
      The v4l-dvb build system should now always override correctly, and this
      is no longer necessary.  This patch gets ride of these extra defines and
      just uses the CONFIG_* settings directly.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      05ad3907
  26. 13 2月, 2007 1 次提交
  27. 02 12月, 2006 1 次提交