1. 19 3月, 2013 1 次提交
  2. 24 9月, 2012 2 次提交
  3. 14 8月, 2012 1 次提交
  4. 04 8月, 2012 3 次提交
  5. 20 3月, 2012 2 次提交
  6. 31 12月, 2011 2 次提交
  7. 13 12月, 2011 1 次提交
  8. 25 11月, 2011 1 次提交
  9. 28 7月, 2011 1 次提交
  10. 22 3月, 2011 1 次提交
    • I
      [media] af9015: enhance RC · c1e13971
      Ian Armstrong 提交于
      Patch from Ian Armstrong.
      
      I've encountered a couple of problems with the current af9015 driver as
      supplied with the 2.6.37 kernel, that the attached patch appears to fix. (I've
      generated this patch against the current v4l-dvb git).
      
      Some key-presses are lost. A key-press is only generated upon 'valid' data
      (buf[14] == (u8) ~buf[15]), but the buffer is wiped before this check.
      Sometimes the 15th byte has not been set at the time of read, so the data
      isn't valid & ignored. On the next poll the 15th byte has been set, but the
      rest of the data was wiped previously, so the data is still invalid & the key
      is lost.
      
      Weird repeat error, where an old key press is sometimes repeated in error. ie.
      button sequence '1 (pause) 2 (pause) 3 (pause) 4' generates output like '1
      (pause) 2 (pause) 23 (pause) 4'. The current driver zeroes the data for the
      key pushed, but sometimes this data is already zero but with other bytes set
      suggesting a repeat code. This results in the last key being incorrectly
      repeated.
      
      This patch attempts to reduce the risk of a missed key-press & also stop the
      random repeat of an old key-press when a new key is pressed.
      Signed-off-by: NIan Armstrong <ian@iarmst.demon.co.uk>
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c1e13971
  11. 21 10月, 2010 3 次提交
  12. 03 8月, 2010 1 次提交
  13. 19 5月, 2010 1 次提交
  14. 27 2月, 2010 1 次提交
  15. 06 12月, 2009 3 次提交
  16. 12 9月, 2009 1 次提交
  17. 07 4月, 2009 2 次提交
  18. 30 3月, 2009 1 次提交
  19. 30 12月, 2008 2 次提交
  20. 11 11月, 2008 1 次提交
  21. 12 10月, 2008 1 次提交
    • A
      V4L/DVB (8972): initial driver for af9015 chipset · 80619de8
      Antti Palosaari 提交于
      - initial driver for the Afatech AF9015 chipset
      
      Thanks-to: Mark Spieth <mark@digivation.com.au>
      Thanks-to: Lee Essen <lee.essen@nowonline.co.uk>
      Thanks-to: Luca Olivetti <luca@ventoso.org>
      Thanks-to: Andrew Leech <andrew@floppyspongeonline.com>
      Thanks-to: Nick Andrew <nick-linuxtv@nick-andrew.net>
      Thanks-to: Rafael Antoniello <rafael.antoniello@gmail.com>
      Thanks-to: Jarryd Beck <jarro.2783@gmail.com>
      Thanks-to: Jose Alberto Reguero <jareguero@telefonica.net>
      Thanks-to: Benjamin Larsson <banan@ludd.ltu.se>
      Thanks-to: Wolfgang Breyha <wbreyha@gmx.net>
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      80619de8