1. 29 2月, 2012 2 次提交
  2. 27 2月, 2012 1 次提交
  3. 15 2月, 2012 4 次提交
    • M
      [media] lmedm04 ver 1.96 Turn off PID filter by default · 88495030
      Malcolm Priestley 提交于
      Problems with the PID setting stalling demux on applications like VDR and MythTV.
      
      The PID filter is now defaulted to OFF.
      Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      88495030
    • S
      [media] dvb-core: fix DVBFE_ALGO_HW retune bug · 45145b67
      Simon Arlott 提交于
      Commit 7e072221 breaks DVBFE_ALGO_HW tuning after a retune is requested,
      which causes bad tuning on my TBS 6920.
      
      [    0.769091] pci 0000:06:00.0: [14f1:8852] type 0 class 0x000400
      [   19.733530] CORE cx23885[0]: subsystem: 6920:8888, board: TurboSight TBS 6920 [card=14,autodetected]
      [  762.824912] cx24116_load_firmware: FW version 1.23.86.1
      
      7e072221 [media] dvb-core: Don't pass DVBv3 parameters on tune() fops
      
      Although re_tune is set to true when FESTATE_RETUNE occurs, it is never
      set back to false which the old code used to do when !FESTATE_RETUNE.
      
      This patch sets re_tune to false if !(state & FESTATE_RETUNE).
      
      $ szap-s2 -a 2 "Channel 5"
      reading channels from file '/home/simon/.szap/channels.conf'
      zapping to 247 'Channel 5':
      delivery DVB-S, modulation QPSK
      sat 0, frequency 10964 MHz H, symbolrate 22000000, coderate 5/6, rolloff 0.35
      vpid 0x092a, apid 0x092b, sid 0x092d
      using '/dev/dvb/adapter2/frontend0' and '/dev/dvb/adapter2/demux0'
      status 1f | signal cf40 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr eccd | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr eccd | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr eb33 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr eccd | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr eccd | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr eccd | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr eccd | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cf40 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cec0 | snr eccd | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      status 1f | signal cec0 | snr 0000 | ber 00000000 | unc 00000000 | FE_HAS_LOCK
      Signed-off-by: NSimon Arlott <simon@fire.lp0.eu>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      45145b67
    • M
      [media] [trivial] frontends: Fix typo in tda1004x.c · 546c9736
      Masanari Iida 提交于
      Correct spelling "alocate" to "allocate" in
      drivers/media/dvb/frontends/tda1004x.c
      Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      546c9736
    • M
      [media] it913x v1.25 support different for remotes · 3691a0dd
      Malcolm Priestley 提交于
      Support for different types of remote.
      
      ITE remotes share common device IDs with differently assigned keys.
      
      Two versions of remote maps have been created there are likely to be more.
      v1 for all other IDs
      v2 for USB_PID_ITETECH_IT9135_9005.
      
      This patch also separates the configuration parts from it913x_identify_state function.
      
      TODO
      remotes for HID interfaces.
      Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      3691a0dd
  4. 14 2月, 2012 1 次提交
  5. 08 2月, 2012 4 次提交
  6. 27 1月, 2012 2 次提交
  7. 24 1月, 2012 5 次提交
  8. 23 1月, 2012 1 次提交
  9. 21 1月, 2012 20 次提交