1. 18 10月, 2010 1 次提交
  2. 07 5月, 2010 1 次提交
    • H
      V4L/DVB: saa7146: fix regression of the av7110/budget-av driver · 03b1930e
      Hans Verkuil 提交于
      An earlier regression fix for the mxb driver (V4L/DVB: saa7146_vv: fix
      regression where v4l2_device was registered too late) caused a new
      regression in the av7110 driver.
      
      Reverted the old fix and fixed the problem in the mxb driver instead.
      Tested on mxb and budget-av cards.
      
      The real problem is that the saa7146 framework has separate probe()
      and attach() driver callbacks which should be rolled into one. This
      is now done for the mxb driver, but others should do the same. Lack
      of hardware makes this hard to do, though. I hope to get hold of some
      hexium cards and then I can try to improve the framework to prevent
      this from happening again.
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      03b1930e
  3. 27 2月, 2010 2 次提交
  4. 06 12月, 2009 1 次提交
  5. 19 9月, 2009 1 次提交
  6. 17 6月, 2009 1 次提交
  7. 07 4月, 2009 4 次提交
  8. 30 3月, 2009 3 次提交
  9. 03 1月, 2009 1 次提交
  10. 12 10月, 2008 4 次提交
  11. 04 9月, 2008 1 次提交
  12. 25 4月, 2008 1 次提交
  13. 31 3月, 2008 1 次提交
  14. 28 1月, 2008 1 次提交
  15. 11 10月, 2007 1 次提交
  16. 10 12月, 2006 1 次提交
  17. 25 3月, 2006 2 次提交
  18. 22 3月, 2006 1 次提交
  19. 14 3月, 2006 1 次提交
  20. 07 2月, 2006 1 次提交
  21. 12 1月, 2006 1 次提交
  22. 10 1月, 2006 1 次提交
  23. 28 7月, 2005 1 次提交
    • M
      [PATCH] v4l: fix tuning with MXB driver · 9d2599d9
      Michael Hunold 提交于
      I noticed that some past changes to the gerneric Video4Linux tuner module
      for analog tuners broke my "Multimedia eXtension Board" driver.
      
      The tuner driver was made aware of Video4Linux2 tuning ioctls, but my
      driver was not ported and still uses the Video4Linux1 ioctls.  This does
      not work anymore as intendend, the tuning is currently broken.
      
      The attached patch fixes non-working tuning in MXB driver introduced by
      some recent generic tuner changes by replacing Video4Linux1 tuner ioctls
      with proper Video4Linux2 tuner ioctls.
      
      - fix non-working tuning in MXB driver introduced by some recent generic
        tuner changes by replacing Video4Linux1 tuner ioctls with proper
        Video4Linux2 tuner ioctls
      Signed-off-by: NMichael Hunold <hunold@linuxtv.org>
      Cc: Michael Krufky <mkrufky@m1k.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9d2599d9
  24. 13 7月, 2005 1 次提交
  25. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4