1. 22 3月, 2011 1 次提交
  2. 29 12月, 2010 2 次提交
  3. 03 8月, 2010 1 次提交
  4. 27 2月, 2010 1 次提交
    • D
      V4L/DVB (13930): dib0700: rework IR logic for firmware 1.20 · 6a207100
      Devin Heitmueller 提交于
      When firmware 1.20 was introduced, the dib0700 switched from a polling model
      using a USB control message, to the messages being delivered on a USB bulk
      pipe.  The code I originally added would do a blocking read on the pipe with a
      50ms timeout.  Because the dvb-usb-remote code makes use of the global
      workqueue, this resulted in the global workqueue being blocked 50% of the
      time.  Also, the synchronous urb_bulk_msg() call would burn excess CPU time
      (reflected as an abnormal increase in the system's load average when devices
      were connected).
      
      Rework the logic so that we now setup an asynchronous callback on the bulk
      pipe, so that we now only handle RC data when it arrives on the pipe.  Note
      that we provide a stub function for the RC polling callback so that we can
      continue to leverage the shared code in dvb-usb-rc for the setting up of the
      input device.
      Signed-off-by: NDevin Heitmueller <dheitmueller@kernellabs.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      6a207100
  5. 16 12月, 2009 1 次提交
  6. 17 11月, 2008 1 次提交
  7. 12 10月, 2008 2 次提交
  8. 25 4月, 2008 1 次提交
    • P
      V4L/DVB (7474): support key repeat with dib0700 ir receiver · 58e6f95e
      Patrick Boettcher 提交于
      This patch enables support for repeating last event when a key is holded
      down with dib0700 devices. It works with rc5 and nec remotes.
      It also fixes an annoying bug that floods kernel log with "Unknown key"
      messages after each keypress. This happened because the driver was not
      resetting infrared register after each poll so it kept polling last key
      even if nothing was being pressed. Fixing this, (calling rc_setup after
      each poll), permits to implement key repeat.
      
      Signed-off-by: Filippo Argiolas <filippo.argiolas at gmail.com>
      Signed-off-by: NPatrick Boettcher <pb@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      58e6f95e
  9. 10 10月, 2007 2 次提交
  10. 10 12月, 2006 1 次提交
  11. 04 10月, 2006 2 次提交