1. 15 1月, 2014 1 次提交
  2. 09 6月, 2013 1 次提交
    • M
      [media] drxk_hard: Don't use CamelCase · cd7a67a4
      Mauro Carvalho Chehab 提交于
      X-Patchwork-Delegate: mchehab@redhat.com
      Thare are lots of CamelCase warnings produced by checkpatch.pl.
      This weren't fixed at the time the driver got submitted due
      to the lack of manpower do to such cleanup.
      Now that I have one script that automates this task, cleans
      it. That makes the driver almost checkpatch-compliant,
      except for 80 column warnings.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      cd7a67a4
  3. 23 3月, 2013 1 次提交
  4. 03 10月, 2012 1 次提交
  5. 14 8月, 2012 1 次提交
  6. 07 7月, 2012 1 次提交
    • M
      [media] drxk: Make the QAM demodulator command parameters configurable · 9e23f50a
      Martin Blumenstingl 提交于
      Currently there are two different implementations (in the firmware) for
      the QAM demodulator command: one takes 4 and the other takes 2
      parameters. The driver shows an error in dmesg When using the
      4-parameter command with firmware that implements the 2-parameter
      command. Unfortunately this happens every time when chaning the
      frequency (on DVB-C).
      
      This patch simply makes configurable, how many command parameters will
      be used. All existing drxk_config instances using the "drxk_a3.mc" were
      updated because this firmware is the only loadable firmware where the
      QAM demodulator command takes 4 parameters. Some firmwares in the ROM
      might also use it. The drxk instances in the em28xx-dvb driver were also
      updated to silence the warnings.
      
      If no qam_demod_parameter_count is given in the drxk_config struct, then
      the correct number of parameters will be auto-detected.
      
      [mchehab@redhat.com: Fix a small CodingStyle issue at one comment]
      Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
      Tested-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      9e23f50a
  7. 21 1月, 2012 3 次提交
  8. 06 1月, 2012 1 次提交
  9. 05 1月, 2012 1 次提交
  10. 20 11月, 2011 1 次提交
  11. 28 7月, 2011 8 次提交