1. 08 11月, 2013 3 次提交
  2. 17 10月, 2013 1 次提交
  3. 02 10月, 2013 1 次提交
    • J
      [media] media: dvb-frontends: ts2020: Added in a option for frequency divider... · 03a67279
      John Horan 提交于
      [media] media: dvb-frontends: ts2020: Added in a option for frequency divider value for s600 devices
      
      When the tuner part of the ds3000 driver was split to share code with the m88rs2000 driver, the ts2020 driver used
      the frequency divider value from the m88rs2000 driver.  However the ds3000 driver requires a different value, and this
      resulted in some frequecies being invisible to the tuner.  This patch adds back in the value needed for the ds3000 driver
      and configured as an option in the dw2102 frontend driver.
      It may also apply to su3000 devices, which use the same ds3000 driver, but for now it is only applied to the s660 device.
      Signed-off-by: NJohn Horan <knasher@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      03a67279
  4. 31 7月, 2013 1 次提交
  5. 22 7月, 2013 1 次提交
  6. 21 5月, 2013 1 次提交
  7. 23 4月, 2013 4 次提交
  8. 31 3月, 2013 1 次提交
    • J
      [media] m920x: Fix uninitialized variable warning · b0efc3ed
      Jean Delvare 提交于
      drivers/media/usb/dvb-usb/m920x.c:91:6: warning: "ret" may be used uninitialized in this function [-Wuninitialized]
      drivers/media/usb/dvb-usb/m920x.c:70:6: note: "ret" was declared here
      This is real, if a remote control has an empty initialization sequence
      we would get success or failure randomly.
      OTOH the initialization of ret in m920x_init is needless, the function
      returns with an error as soon as an error happens, so the last return
      can only be a success and we can hard-code 0 there.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      b0efc3ed
  9. 23 3月, 2013 2 次提交
  10. 20 3月, 2013 2 次提交
  11. 19 3月, 2013 2 次提交
  12. 14 3月, 2013 1 次提交
  13. 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
  14. 09 2月, 2013 1 次提交
  15. 06 2月, 2013 2 次提交
  16. 06 1月, 2013 1 次提交
  17. 29 12月, 2012 3 次提交
  18. 28 12月, 2012 12 次提交