1. 27 Dec, 2002 6 commits
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/linux/linux/BK/bleeding-2.5 · 8d244aa7
      Greg Kroah-Hartman authored
      into kroah.com:/home/linux/linux/BK/gregkh-2.5
      8d244aa7
    • Greg Kroah-Hartman's avatar
      3ff3774f
    • Greg Kroah-Hartman's avatar
      [PATCH] USB: remove private_data pointer from struct usb_interface, as it shouldn't be used anymore · 9e314023
      Greg Kroah-Hartman authored
      Also added usb_get_intfdata() and usb_set_intfdata() functions to set the
      struct usb_interface private pointer easier.
      9e314023
    • Pablo Menichini's avatar
      [PATCH] Handle kmalloc fails: drivers/usb/input/pid.c · e95cd247
      Pablo Menichini authored
      This patch tries to check the return value of kmalloc taking the necesary
      action to solve the problem.
      e95cd247
    • dmitri@users.sourceforge.net's avatar
      [PATCH] Extra parameters removed from the ultracam driver · ab7d78b4
      dmitri@users.sourceforge.net authored
      > > Ultracam was derived from ibmcam and probably copied the list of
      > > parameters too. IBM cameras have this parameter, and use it.
      >
      > This means that it says "MODULE_PARM(lighting, "i");" and there is no
      > variable called lightening.  The new module code is stricter about
      > this.  Someone please fix.
      
      Here is the patch for 2.5.53. It removes parameters that have no use
      in the ultracam driver (and they were broken anyway).
      ab7d78b4
    • David Brownell's avatar
      [PATCH] usbcore dma updates (and doc) · 61426cf2
      David Brownell authored
      Attached is a patch leveraging some of the new generic dma stuff:
      
      - Replaces dma mapping calls in usbcore with generic equivalents.
         This is a minor code shrink (which we'd hoped could happen).
      
      - Pass dma mask along, so net drivers can notice it'd be good to
         set NETIF_F_HIGHDMA; or scsi ones can set highmem_io.  (Some
         Intel EHCI setups are able to support this kind of DMA.)
      
      - Updates one net driver (usbnet) to set NETIF_F_HIGHDMA when
         appropriate, mostly as an example (since I can't test this).
      
      - Provides Documentation/usb/dma.txt, describing current APIs.
         (Unchanged by this patch, except dma mask visibility.)
      
      - Converted another info() to dev_info(), and likewise a couple
         dbg() to dev_dbg() conversions in the modified routine.
      
      The number of FIXMEs was conserved: the generic API doesn't yet
      fix the error reporting bugs in the PCI-specific mapping API.
      61426cf2
  2. 26 Dec, 2002 15 commits
  3. 24 Dec, 2002 4 commits
  4. 23 Dec, 2002 15 commits