1. 11 Jun, 2002 33 commits
  2. 10 Jun, 2002 7 commits
    • David S. Miller's avatar
      e1dccf46
    • Benjamin LaHaise's avatar
      [PATCH] ns83820.c update to 0.18 · 84ce7c18
      Benjamin LaHaise authored
      This patch fixes a highmem issue with ns83820.c when used with the
      pci dma fix for x86.  The patch was successfully tested on a highmem
      machine with 5GB of ram and a file in high memory.  Cruft from the
      pre-64 bit pci dma era is also removed.
      84ce7c18
    • Benjamin LaHaise's avatar
      [PATCH] pci dma patch rediffed for 2.5.21 · 726f11b1
      Benjamin LaHaise authored
      This is the same patch as was posted against 2.4.19-pre10: pci_map_page
      was missing a cast on x86, which resulted in the high 32 bits of an
      address being silently discarded.  This patch fixes that by casting
      the page number before multiplying it out.
      726f11b1
    • David Brownell's avatar
      [PATCH] ohci-hcd, speedups+misc · 81d10b10
      David Brownell authored
      - Delays or eliminates some IRQs  It'll mostly affect control
         or iso transfers, which typically have multiple TDs per URB,
         by making only the last TD generate an IRQ.
      
      - Shortens some of the submit path that needs to run with
         IRQs disabled ... no need to use the dma_to_td hashtable.
         (Of course that path is still pretty long...)
      
      - Gets rid of case where the ED state was confused ... now
         there's only one such state, not two.
      81d10b10
    • Brad Hards's avatar
      [PATCH] USB Checker missing unlocks fixes · 3db8f6ff
      Brad Hards authored
      3db8f6ff
    • Brad Hards's avatar
      8ed75a58
    • Nemosoft Unv.'s avatar
      [PATCH] PWC 8.7 for 2.5.20 · 61584c8c
      Nemosoft Unv. authored
      Attached you'll find a patch for the Philips Webcam Driver version 8.7.
      This is a jump from 8.5, since 8.6 never officially made it into the 2.5
      series due to rapid changes and incompatabilities.
      
      The biggest changes include (from the Changelog)
      
      8.7
      
      * Incorporating changes in ioctl() parameter passing
      * Also changes to URB mechanism
      * Updating copyright information
      
      8.6
      
      * Added ID's for Visionite VCS UM100 and UC300
      * Removed YUV420-interlaced palette altogether (was confusing)
      * Removed MIRROR stuff as it didn't work anyway
      * Fixed a problem with the 'leds' parameter (wouldn't blink)
      * Added ioctl()s for advanced features: 'extended' whitebalance ioctl()s,
        CONTOUR, BACKLIGHT, FLICKER, DYNNOISE.
      * VIDIOCGCAP.name now contains real camera model name instead of
        'Philips xxx webcam'
      * Added PROBE ioctl (see previous point & API doc)
      61584c8c