1. 25 3月, 2009 2 次提交
  2. 16 10月, 2007 1 次提交
    • J
      USB storage: sg chaining support · 1f6f31a0
      Jens Axboe 提交于
      [PATCH] USB storage: sg chaining support
      
      Modify usb_stor_access_xfer_buf() to take a pointer to an sg
      entry pointer, so we can keep track of that instead of passing
      around an integer index (which we can't use when dealing with
      multiple scatterlist arrays).
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      1f6f31a0
  3. 05 1月, 2006 1 次提交
    • M
      [PATCH] USB Storage: add alauda support · e80b0fad
      Matthew Dharm 提交于
      This patch adds another usb-storage subdriver, which supports two fairly
      old dual-XD/SmartMedia reader-writers (USB1.1 devices).
      
      This driver was written by Daniel Drake <dsd@gentoo.org> -- he notes
      that he wrote this driver without specs, however a vendor-supplied GPL
      driver for the previous generation of products ("sma03") did prove to be
      quite useful, as did the sddr09 driver which also has to deal with
      low-level physical block layout on SmartMedia.
      
      The original patch has been reformed by me, as it clashed with the
      libusual patches.
      
      We really need to consolidate some of this common SmartMedia code, and
      get together with the MTD guys to share it with them as well.
      Signed-off-by: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NMatthew Dharm <mdharm-usb@one-eyed-alien.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e80b0fad