Files
android_kernel_xiaomi_sm8450/drivers/usb/storage
Alan Stern 96983d2d86 USB: storage: set bounce limit for non-DMA-capable host controllers
This patch (as1175) makes usb-storage set a SCSI device's
request-queue bounce limit such that all buffers will be located in
addressable memory (i.e., not in high memory) if the host controller's
dma_mask is NULL.  This is necessary when the host controller doesn't
support DMA: If a buffer is in high memory then the both the virtual
and DMA addresses produced by the scatter-gather library will be NULL,
preventing the HCD from accessing the buffer's data.

In particular, the isp1760 driver needs this when used on a system
with more than 1 GB of memory.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
CC: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Tested-by: Thomas Hommel <Thomas.Hommel@gefanuc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-07 09:59:57 -08:00
..
2007-10-16 11:20:59 +02:00
2008-07-21 15:15:55 -07:00
2005-04-16 15:20:36 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2005-04-16 15:20:36 -07:00
2008-07-21 15:15:55 -07:00
2005-04-16 15:20:36 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2008-07-21 15:15:55 -07:00
2009-01-07 09:59:54 -08:00