1. 10 9月, 2005 12 次提交
  2. 08 9月, 2005 5 次提交
  3. 06 9月, 2005 6 次提交
  4. 05 9月, 2005 3 次提交
  5. 02 9月, 2005 1 次提交
  6. 30 8月, 2005 1 次提交
  7. 28 8月, 2005 1 次提交
  8. 24 8月, 2005 1 次提交
  9. 10 8月, 2005 2 次提交
  10. 09 8月, 2005 1 次提交
  11. 05 8月, 2005 1 次提交
  12. 02 8月, 2005 3 次提交
  13. 28 7月, 2005 3 次提交
    • J
      [PATCH] clean up inline static vs static inline · 77933d72
      Jesper Juhl 提交于
      `gcc -W' likes to complain if the static keyword is not at the beginning of
      the declaration.  This patch fixes all remaining occurrences of "inline
      static" up with "static inline" in the entire kernel tree (140 occurrences in
      47 files).
      
      While making this change I came across a few lines with trailing whitespace
      that I also fixed up, I have also added or removed a blank line or two here
      and there, but there are no functional changes in the patch.
      Signed-off-by: NJesper Juhl <juhl-lkml@dif.dk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      77933d72
    • M
      [PATCH] dvb: rename lgdt3302 frontend module to lgdt330x · 6ddcc919
      Michael Krufky 提交于
      Rename lgdt3302 to lgdt330x, to make way for the addition of lgdt3303
      support in future revisions.
      
      I am changing the name of this module now so that hopefully the name will
      be changed before the release of 2.6.13 ...  It wouldn't make sense to
      release 2.6.13 with the name lgdt3302 in it, which will only be renamed to
      lgdt330x in later versions.
      Signed-off-by: NMichael Krufky <mkrufky@m1k.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6ddcc919
    • 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