1. 09 4月, 2015 1 次提交
  2. 03 4月, 2015 1 次提交
  3. 25 11月, 2014 1 次提交
  4. 24 9月, 2014 1 次提交
  5. 04 9月, 2014 1 次提交
  6. 03 9月, 2014 1 次提交
  7. 26 7月, 2014 1 次提交
  8. 15 7月, 2014 1 次提交
  9. 26 5月, 2014 1 次提交
  10. 14 5月, 2014 2 次提交
  11. 24 2月, 2014 1 次提交
  12. 19 12月, 2013 1 次提交
  13. 18 12月, 2013 1 次提交
  14. 10 12月, 2013 1 次提交
  15. 22 7月, 2013 1 次提交
  16. 09 6月, 2013 2 次提交
    • A
      [media] Add support for Crypto Redi PC50A device (rtl2832u + FC0012 tuner) · c6be7526
      Alessandro Miceli 提交于
      The device has been tested on a MIPSel box with kernel 3.1.1 and backported media_tree drivers
      The kernel detects the device with the following output:
      usbcore: registered new interface driver dvb_usb_rtl28xxu
      usb 1-2: dvb_usb_v2: found a 'Crypto Redi PC50A' in warm state
      usb 1-2: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
      DVB: registering new adapter (Crypto Redi PC50A)
      usb 1-2: DVB: registering adapter 1 frontend 0 (Realtek RTL2832 (DVB-T))...
      i2c i2c-4: fc0012: Fitipower FC0012 successfully identified
      usb 1-2: dvb_usb_v2: 'Crypto Redi PC50A' successfully initialized and connected
      
      [crope@iki.fi: fix trivial merge conflict]
      Signed-off-by: NAlessandro Miceli <angelofsky1980@gmail.com>
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c6be7526
    • A
      [media] Add support for 'Digital Dual TV Receiver CTVDIGDUAL v2 · a7fab851
      Alessandro Miceli 提交于
      Tested on a MIPSel box with 3.3.6 kernel
      The kernel output when the device will be detected follows:
      usbcore: registered new interface driver dvb_usb_it913x
      it913x: Chip Version=01 Chip Type=9135
      it913x: Remote propriety (raw) mode
      it913x: Dual mode=3 Tuner Type=38
      it913x: Chip Version=01 Chip Type=9135
      usb 2-1: dvb_usb_v2: found a 'Digital Dual TV Receiver CTVDIGDUAL_V2' in cold state
      usb 2-1: dvb_usb_v2: downloading firmware from file 'dvb-usb-it9137-01.fw'
      it913x: FRM Starting Firmware Download
      it913x: FRM Firmware Download Completed - Resetting Device
      it913x: Chip Version=01 Chip Type=9135
      it913x: Firmware Version 204147968
      usb 2-1: dvb_usb_v2: found a 'Digital Dual TV Receiver CTVDIGDUAL_V2' in warm state
      usb 2-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
      DVB: registering new adapter (Digital Dual TV Receiver CTVDIGDUAL_V2)
      it913x-fe: ADF table value      :00
      it913x-fe: Crystal Frequency :12000000 Adc Frequency :20250000 ADC X2: 00
      it913x-fe: Tuner LNA type :38
      usb 2-1: DVB: registering adapter 1 frontend 0 (Digital Dual TV Receiver CTVDIGDUAL_V2_1)...
      usb 2-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
      DVB: registering new adapter (Digital Dual TV Receiver CTVDIGDUAL_V2)
      it913x-fe: ADF table value      :00
      it913x-fe: Crystal Frequency :12000000 Adc Frequency :20250000 ADC X2: 00
      it913x-fe: Tuner LNA type :38
      usb 2-1: DVB: registering adapter 2 frontend 0 (Digital Dual TV Receiver CTVDIGDUAL_V2_2)...
      usb 2-1: dvb_usb_v2: 'Digital Dual TV Receiver CTVDIGDUAL_V2' successfully initialized and connected
      RC part not tested
      Signed-off-by: NAlessandro Miceli <angelofsky1980@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      a7fab851
  17. 23 4月, 2013 1 次提交
  18. 14 2月, 2013 1 次提交
    • C
      [media] media: Add 0x3009 USB PID to ttusb2 driver (fixed diff) · ed72d37a
      Christoph Nuscheler 提交于
      The "Technisat SkyStar USB plus" is a TT-connect S-2400 clone, which the
      V4L-DVB drivers already support. However, some of these devices (like
      mine) come with a different USB PID 0x3009 instead of 0x3006.
      
      There have already been patches simply overwriting the USB PID in
      dvb-usb-ids.h. Of course these patches were rejected because they would
      have disabled the 0x3006 PID.
      
      This new patch adds the 0x3009 PID to dvb-usb-ids.h, and adds references
      to it within the ttusb2.c driver. PID 0x3006 devices will continue to work.
      
      The only difference between the two hardware models seems to be the
      EEPROM chip. In fact, Windows BDA driver names the 0x3009 device with a
      "(8 kB EEPROM)" suffix. In spite of that, the 0x3009 device works
      absolutely flawlessly using the existing ttusb2 driver.
      Signed-off-by: NChristoph Nuscheler <christoph.nuscheler@t-online.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      ed72d37a
  19. 28 12月, 2012 2 次提交
  20. 28 11月, 2012 1 次提交
  21. 28 9月, 2012 1 次提交
  22. 24 9月, 2012 1 次提交
  23. 18 9月, 2012 1 次提交
  24. 14 8月, 2012 1 次提交
  25. 06 8月, 2012 1 次提交
  26. 05 7月, 2012 3 次提交
  27. 15 5月, 2012 1 次提交
  28. 20 4月, 2012 1 次提交
  29. 10 4月, 2012 6 次提交
  30. 08 3月, 2012 1 次提交