An error occurred fetching the project authors.
  1. 23 Sep, 2002 1 commit
    • Alan Stern's avatar
      [PATCH] usb-storage: fix return codes... · 0d80c6f5
      Alan Stern authored
      Like the header says, this patch fixes up the various Transfer- and
      Transport-level return codes.  There were a lot of places in the various
      subdrivers that were not particularly careful about distinguishing the
      two; it would help if the people currently maintaining those drivers could
      take a look at my changes to make sure I haven't screwed anything up.
      
      # Converted US_BULK_TRANSFER_xxx to USB_STOR_XFER_xxx, to make it more
      # easily distinguishable from USB_STOR_TRANSPORT_xxx.  (Also, in the
      # future these codes may apply to control transfers as well as to bulk
      # transfers.)
      #
      # Changed USB_STOR_XFER_FAILED to USB_STOR_XFER_ERROR, since it implies
      # a transport error rather than a transport failure.
      #
      # Added a USB_STOR_XFER_STALLED code, to indicate a transfer that was
      # terminated by an endpoint stall.
      
      This patch is in preparation for one in which usb_stor_transfer_partial()
      and usb_stor_transfer() are replaced by usb_stor_bulk_transfer_buf() and
      usb_stor_bulk_transfer_srb() respectively, with slightly different
      argument lists.  Ultimately the subdrivers will be able to use these
      routines in place of the slightly specialized versions they have now and
      in place of the ones in raw_bulk.c.
      0d80c6f5
  2. 21 May, 2002 1 commit
    • Andries E. Brouwer's avatar
      [PATCH] usb-storage · eae28375
      Andries E. Brouwer authored
      Created the first of a series of usb-storage patches
      this afternoon. Please find it below or on ftp.XX.kernel.org
      under people/aeb/2.5.16-us-patch .
      It removes 5% of the usb-storage code, but should, if I made
      no mistake, not affect the behaviour of the code.
      
      (This is the introduction of raw_bulk.c to hold USB-bulk
      and scatter-gather code that was repeated three-five times
      in various drivers. The next patch is smartmedia.c.)
      eae28375
  3. 11 May, 2002 2 commits
  4. 05 Apr, 2002 1 commit
    • Greg Kroah-Hartman's avatar
      USB · dff4eb9d
      Greg Kroah-Hartman authored
      moved class/storage/ back to storage/
      created input/
      orderd the makefiles and config.in menus better.
      dff4eb9d
  5. 04 Apr, 2002 1 commit
    • Greg Kroah-Hartman's avatar
      USB · c9894a14
      Greg Kroah-Hartman authored
      moved files to different subdirectories to make try to make sense
      of the current mess, and to allow usb client drivers to integrate into
      the tree easier.
      c9894a14
  6. 03 Apr, 2002 1 commit
  7. 05 Feb, 2002 3 commits
    • Linus Torvalds's avatar
      v2.4.7.2 -> v2.4.7.3 · 48ad999d
      Linus Torvalds authored
        - Ben Collins: 1394 updates
        - Matthew Dharm: USB storage update
        - Ion Badulescu: starfire driver update
        - VM aging cleanups
      48ad999d
    • Linus Torvalds's avatar
      v2.4.3.4 -> v2.4.3.5 · 9102e0eb
      Linus Torvalds authored
        - Mike Phillips: olympic driver update
        - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton)
        - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize)
        - Chris Mason: fix potential reiserfs journal overflow
        - Jeff Garzik: network driver updates
        - David Miller: sparc fixes, some network cleanups
      9102e0eb
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32