1. 28 May, 2002 2 commits
    • Johann Deneux's avatar
      [PATCH] Documentation in usb.c · bd183368
      Johann Deneux authored
      It seems to me that code and comments disagree in drivers/usr/core/usb.c.
      
      I attached a patch fixing the comments. Hopefully the code is right :)
      This patch is against 2.5.16
      bd183368
    • Greg Kroah-Hartman's avatar
      USB irda driver · d39d1254
      Greg Kroah-Hartman authored
      removed urb->next usage, as it's not needed and has been removed from the
      urb structure.
      d39d1254
  2. 26 May, 2002 4 commits
    • Matthew Dharm's avatar
      [PATCH] Additional comments for usb-storage · 5ffa0312
      Matthew Dharm authored
      Added comments, as per the request of several people.
      5ffa0312
    • Georg Acher's avatar
      [PATCH] small fixes for usb-uhci-hcd · c57b4805
      Georg Acher authored
      the attached patch for usb-uhci-hcd includes the possibility to specify the
      FSBR-mode and depth-first-search-modes via module parameters. Thanks go to
      Kevin (kjsisson@bellsouth.net) for this nice idea. He had problems with
      stv0680-based cameras when using the default (breadth first) methods.
      
      The interval-value for isochronous transfers is also now supported.
      
      Additionally the patch removes a few typos, obsolete comments+code and
      a few non-portable variable declarations.
      c57b4805
    • Andries E. Brouwer's avatar
      [PATCH] usb-storage · c7d19c31
      Andries E. Brouwer authored
      Problem has been found and fixed. A wild pointer was created,
      and what happened afterwards was essentially random. Below the
      1-symbol fix that I sent to the list yesterday.
      c7d19c31
    • David Brownell's avatar
      [PATCH] ehci split interrupt transactions · 9148b58e
      David Brownell authored
      This patch lets more devices hook up to USB 2.0 hubs, stuff
      like keyboards, mice, hubs that hasn't worked yet:
      
      - schedules full/low speed interrupt transactions
      - tracks CSPLIT bandwidth for full/low speed interrupt
        transactions
      - moves some bus bandwidth calculation out of the EHCI code
      - makes the bandwidth calculation primitive public, and
        adds kerneldoc for it
      
      It still takes a scheduling shortcut, placing at most one
      interrupt transaction in a frame (vs potentially over 100),
      but it should do for now.
      9148b58e
  3. 25 May, 2002 4 commits
  4. 24 May, 2002 30 commits