An error occurred fetching the project authors.
  1. 20 Jul, 2008 4 commits
  2. 05 Jun, 2008 1 commit
  3. 14 May, 2008 1 commit
    • Mauro Carvalho Chehab's avatar
      V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvb · 755a18ba
      Mauro Carvalho Chehab authored
      Since:
      1) FW_LOADER is defined as:
      
      config FW_LOADER
              tristate "Userspace firmware loading support"
              depends on HOTPLUG
      
      2) several V4L/DVB driver just selects it;
      
      3) select is not smart enough to auto-select HOTPLUG, if select FW_LOADER.
      
      So, All drivers that select FW_LOADER should also depend on HOTPLUG.
      
      An easier solution (for the end-user perspective) would be to "select HOTPLUG".
      However, live is not simple. This would cause recursive dependency issues like
      this one:
      
      drivers/usb/Kconfig:62:error: found recursive dependency: USB -> USB_OHCI_HCD
      -> I2C -> MEDIA_TUNER -> MEDIA_TUNER_XC2028 -> HOTPLUG -> PCCARD -> PCMCIA ->
      USB_ARCH_HAS_HCD -> MOUSE_APPLETOUCH -> USB
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      755a18ba
  4. 29 Apr, 2008 1 commit
  5. 24 Apr, 2008 1 commit
  6. 10 Oct, 2007 2 commits
  7. 18 Jul, 2007 3 commits
  8. 27 Apr, 2007 3 commits
  9. 21 Feb, 2007 8 commits
  10. 10 Dec, 2006 4 commits
  11. 03 Nov, 2006 1 commit
  12. 04 Oct, 2006 1 commit
  13. 03 Oct, 2006 2 commits
  14. 26 Sep, 2006 2 commits
  15. 10 Sep, 2006 1 commit
  16. 25 Jun, 2006 2 commits
  17. 23 May, 2006 1 commit
  18. 07 Feb, 2006 2 commits