1. 22 9月, 2014 1 次提交
    • M
      [media] em28xx: fix VBI handling logic · c7854c2c
      Mauro Carvalho Chehab 提交于
      When both VBI and video are streaming, and video stream is stopped,
      a subsequent trial to restart it will fail, because S_FMT will
      return -EBUSY.
      
      That prevents applications like zvbi to work properly.
      
      Please notice that, while this fix it fully for zvbi, the
      best is to get rid of streaming_users and res_get logic as a hole.
      
      However, this single-line patch is better to be merged at -stable.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      c7854c2c
  2. 27 7月, 2014 5 次提交
  3. 26 7月, 2014 6 次提交
  4. 24 7月, 2014 1 次提交
    • D
      [media] rc-core: document the protocol type · 120703f9
      David Härdeman 提交于
      Right now the protocol information is not preserved, rc-core gets handed a
      scancode but has no idea which protocol it corresponds to.
      
      This patch (which required reading through the source/keymap for all drivers,
      not fun) makes the protocol information explicit which is important
      documentation and makes it easier to e.g. support multiple protocols with one
      decoder (think rc5 and rc-streamzap). The information isn't used yet so there
      should be no functional changes.
      
      [m.chehab@samsung.com: rebased, added cxusb and removed bad whitespacing]
      Signed-off-by: NDavid Härdeman <david@hardeman.nu>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      120703f9
  5. 22 7月, 2014 1 次提交
  6. 05 7月, 2014 2 次提交
  7. 25 5月, 2014 1 次提交
  8. 24 5月, 2014 20 次提交
  9. 23 5月, 2014 3 次提交