1. 12 9月, 2009 1 次提交
  2. 17 6月, 2009 1 次提交
  3. 30 3月, 2009 6 次提交
  4. 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
  5. 27 7月, 2008 1 次提交
  6. 14 5月, 2008 2 次提交
    • M
      V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvb · 755a18ba
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@infradead.org>
      755a18ba
    • M
      V4L/DVB (7846): Re-creates VIDEO_TUNER · fdbbfb09
      Mauro Carvalho Chehab 提交于
      VIDEO_TUNER is responsible for compilation of tuners.ko module. This were the
      previous behaviour before the creation of MEDIA_TUNER.
      
      Before this patch, tuner.ko were created even for drivers that don't need a
      tuner (like webcam drivers).
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      fdbbfb09
  7. 30 4月, 2008 1 次提交
  8. 25 4月, 2008 1 次提交
  9. 26 1月, 2008 2 次提交
  10. 05 11月, 2007 1 次提交
    • R
      V4L/DVB (6479): use input functions, should depend on INPUT · cb20630c
      Randy Dunlap 提交于
      All of these drivers select VIDEO_IR, which uses the input subsystem,
      so they should also depend on INPUT.
      
      Problem examples:
      
      drivers/built-in.o: In function `ir_input_key_event':
      ir-functions.c:(.text+0x10849a): undefined reference to `input_event'
      ir-functions.c:(.text+0x1084ac): undefined reference to `input_event'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11cc0a): undefined reference to `get_key_pinnacle_color'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11cc4f): undefined reference to `get_key_pinnacle_grey'
      drivers/built-in.o: In function `saa7134_input_fini':
      (.text+0x11cd8b): undefined reference to `input_unregister_device'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11d1fa): undefined reference to `input_allocate_device'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11d317): undefined reference to `input_register_device'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11d6ca): undefined reference to `input_free_device'
      
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c3f3): undefined reference to `ir_codes_hauppauge_new'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c450): undefined reference to `ir_codes_pinnacle_color'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c480): undefined reference to `ir_codes_purpletv'
      drivers/built-in.o: In function `saa7134_set_i2c_ir':
      (.text+0x11c495): undefined reference to `ir_codes_pinnacle_grey'
      drivers/built-in.o: In function `saa7134_ir_start':
      (.text+0x11c622): undefined reference to `ir_rc5_timer_end'
      drivers/built-in.o: In function `saa7134_ir_start':
      (.text+0x11c637): undefined reference to `ir_rc5_timer_keyup'
      drivers/built-in.o: In function `build_key':
      saa7134-input.c:(.text+0x11c769): undefined reference to `ir_extract_bits'
      saa7134-input.c:(.text+0x11c7ad): undefined reference to `ir_input_keydown'
      saa7134-input.c:(.text+0x11c7f0): undefined reference to `ir_input_keydown'
      saa7134-input.c:(.text+0x11c7f9): undefined reference to `ir_input_nokey'
      saa7134-input.c:(.text+0x11c806): undefined reference to `ir_input_nokey'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ca07): undefined reference to `ir_codes_encore_enltv'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11caf6): undefined reference to `ir_input_init'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cbf2): undefined reference to `ir_codes_avermedia'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cc24): undefined reference to `ir_codes_pctv_sedna'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cc53): undefined reference to `ir_codes_flydvb'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cc85): undefined reference to `ir_codes_videomate_tv_pvr'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ccb7): undefined reference to `ir_codes_pixelview'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cce9): undefined reference to `ir_codes_eztv'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cd1b): undefined reference to `ir_codes_manli'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cda8): undefined reference to `ir_codes_cinergy'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cdd7): undefined reference to `ir_codes_flyvideo'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ce06): undefined reference to `ir_codes_asus_pc39'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11ce7d): undefined reference to `ir_codes_gotview7135'
      drivers/built-in.o: In function `saa7134_input_init1':
      (.text+0x11cee1): undefined reference to `ir_codes_proteus_2309'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      cb20630c
  11. 10 10月, 2007 2 次提交
  12. 19 7月, 2007 1 次提交
  13. 28 4月, 2007 1 次提交
  14. 26 9月, 2006 1 次提交
  15. 11 9月, 2006 1 次提交
  16. 02 4月, 2006 1 次提交
  17. 12 1月, 2006 1 次提交
  18. 30 12月, 2005 2 次提交
  19. 22 12月, 2005 1 次提交
  20. 29 11月, 2005 1 次提交
  21. 14 11月, 2005 2 次提交
  22. 09 11月, 2005 2 次提交