1. 28 Aug, 2003 4 commits
    • Randy Dunlap's avatar
      [PATCH] USB: fix printk parameter types · 0f982aa0
      Randy Dunlap authored
      0f982aa0
    • David Brownell's avatar
      [PATCH] USB: net2280, patch dma chains · b1525426
      David Brownell authored
      One person working on a mass-storage driver (the usb protocol
      side, not the block subsystem side) ran into a bug in how a
      bit of net2280 dma automagic was handled.
      
      This patch fixes it by calling existing dma chain patchup
      code when the dma engine was forced to "hiccup" by having
      a not-yet-valid entry in it.  The hiccup is needed in this
      case since the IN data stage mustn't terminate with a
      short transfer (zero length packet); but the status stage
      is always a short packet.  The "terminate with short packet"
      bit is endpoint state, not request state, so IN dma queues
      sometimes need this kind of fixup.
      b1525426
    • Alan Stern's avatar
      [PATCH] USB: Another unusual_devs.h entry update · 0fec2fe0
      Alan Stern authored
      This information was provided by Anthony Arkles <aja042@mail.usask.ca>.
      Please apply to both 2.4 and 2.6.
      0fec2fe0
    • Greg Kroah-Hartman's avatar
      Merge gregkh@kernel.bkbits.net:linux/linus-2.6 · b2689329
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/gregkh-2.6
      b2689329
  2. 27 Aug, 2003 36 commits