1. 23 3月, 2011 8 次提交
  2. 22 3月, 2011 2 次提交
  3. 03 3月, 2011 3 次提交
  4. 02 2月, 2011 1 次提交
  5. 31 1月, 2011 6 次提交
  6. 19 1月, 2011 8 次提交
  7. 31 12月, 2010 1 次提交
    • M
      [media] ir-nec-decoder: fix repeat key issue · 21d33014
      Mariusz Białończyk 提交于
      Fixing the problem with NEC protocol and repeating keys under the following
      circumstances. The problem occurs when there is a repeat code without
      properly decoded scancode. This leads to repeat the wrong (last decoded)
      scancode.
      
      An example from real life:
      I am pressing volume down, then several minutes later i am pressing
      volume up, but the real scancode is wrongly decoded and only a repeat
      event is emitted, so as a result volume is going down while i am holding
      volume up button.
      
      The patch fixes above problem using rc_keyup timeout (as pointed by Mauro).
      It just prevents key repeats if they appear after rc_keyup.
      Signed-off-by: NMariusz Białończyk <manio@skyboo.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      21d33014
  8. 29 12月, 2010 11 次提交