]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB storage: sg chaining support
authorJens Axboe <jens.axboe@oracle.com>
Fri, 11 May 2007 10:33:09 +0000 (12:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 16 Oct 2007 09:20:59 +0000 (11:20 +0200)
commit1f6f31a03e3aed0854a6aa3ab763c3d3b2ff42ff
treebdb94c08e0bce7c17f686aabc274a7554718407b
parent53d412fce05e73dd0b25b0ebfa83c7ee94f16451
USB storage: sg chaining support

[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: Jens Axboe <jens.axboe@oracle.com>
drivers/usb/storage/alauda.c
drivers/usb/storage/datafab.c
drivers/usb/storage/jumpshot.c
drivers/usb/storage/protocol.c
drivers/usb/storage/protocol.h
drivers/usb/storage/sddr09.c
drivers/usb/storage/sddr55.c
drivers/usb/storage/shuttle_usbat.c