An error occurred fetching the project authors.
  1. 17 Jul, 2003 1 commit
    • Michael Hunold's avatar
      [PATCH] More saa7146 driver core updates · 4cdc5405
      Michael Hunold authored
       - separate all EXPORT_SYMBOL stuff to saa7146_ksyms.c
       - properly stop capturing when no more buffers are available (missing
         register upload)
       - make extension data a per-device member, not a per-extension member,
         so that every device can have it's own private data (necessary for
         DVB drivers which handle more than one device)
       - implement field based capturing, ie.  capturing fields to different
         capture buffers
       - change default old of capture fields for ALTERNATE mode (comply with
         bttv)
       - follow these changes in various analog saa7146 based cards drivers
         (mxb.c and dpc7146.c)
       - follow these changes in various saa7146 based budget card drivers
      4cdc5405
  2. 23 Jun, 2003 2 commits
    • Michael Hunold's avatar
      [PATCH] clean up the parts according to the comments on kernel mailing list · cfa89a3e
      Michael Hunold authored
      clean up the parts according to the comments on kernel mailing list
      (mainly by Christoph Hellwig)
      
       - ugly WRITE_RPS0 define in saa7146_hlp.c has been replaced by a proper
         inline (I hope)
       - use <linux/types.h> not <asm/types.h> everywhere
       - include <asm/*.h> headers after <linux/*.h> ones
       - revert the indentation from "static <newline> xxx to "static xxx"
      cfa89a3e
    • Michael Hunold's avatar
      [PATCH] update the av7110 and budget drivers · e33951e1
      Michael Hunold authored
       - update the av7110 and budget drivers
       - replaced ddelay() wait function with generic dvb_delay()
         implementation
       - new DATA_MPEG_VIDEO_EVENT for direct mpeg2 video playback
       - added support for DVB-C cards with MSP3400 mixer and analog tuner
       - fixed up the av7110_ir handler and especially the write_proc()
         function; this fixed the bug the Stanford Checker has found
      e33951e1
  3. 08 Apr, 2003 1 commit