1. 27 2月, 2010 1 次提交
  2. 19 2月, 2010 1 次提交
  3. 16 12月, 2009 1 次提交
  4. 06 12月, 2009 1 次提交
  5. 07 11月, 2009 1 次提交
  6. 23 9月, 2009 1 次提交
  7. 19 9月, 2009 2 次提交
  8. 12 9月, 2009 1 次提交
  9. 17 6月, 2009 1 次提交
  10. 13 6月, 2009 1 次提交
  11. 07 4月, 2009 2 次提交
  12. 30 3月, 2009 7 次提交
  13. 17 12月, 2008 1 次提交
    • M
      V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 · 8b21c1e9
      Mauro Carvalho Chehab 提交于
      When the tuner modules were moved to common/tuners, a separate customize
      option were added for tuners. However, the automatic selection of the
      tuners were still using the older option.
      
      This causes that the automatic selection to fail, if DVB_FE_CUSTOMISE is
      selected. Also, since those tuners are now under MEDIA_TUNER_CUSTOMIZE
      menu, if you unset MEDIA_TUNER_CUSTOMIZE, you can't manually select the
      tuners.
      
      This patch fixes this error by replacing DVB_FE_CUSTOMISE by
      MEDIA_TUNER_CUSTOMIZE on all places were a tuner is selected.
      
      The patch were generated by this small script:
      
      for i in `find drivers/media -name Kconfig`; do
        cat $i|perl -ne 's/(MEDIA_TUNER.*)DVB_FE_CUSTOMISE/\1MEDIA_TUNER_CUSTOMIZE/; print $_' >a
        mv a $i
      done
      
      Also, manually reordered the tuner entries.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      8b21c1e9
  14. 11 11月, 2008 2 次提交
  15. 13 10月, 2008 1 次提交
  16. 12 10月, 2008 8 次提交
  17. 27 7月, 2008 1 次提交
  18. 23 7月, 2008 1 次提交
  19. 20 7月, 2008 5 次提交
  20. 05 6月, 2008 1 次提交