From: Alan Stern Date: Thu, 27 Mar 2008 18:52:57 +0000 (-0400) Subject: USB: usb-storage: use adaptive DMA mask X-Git-Tag: v2.6.26-rc1~1061^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=148d9fe4c91a6356dae1b05b76b8133586c26be4;p=pandora-kernel.git USB: usb-storage: use adaptive DMA mask This patch (as1060) makes usb-storage set the DMA alignment mask for SCSI slaves to match the maxpacket size of the bulk-IN endpoint, rather than always setting it to 511. For full-speed devices that mask is too restrictive, and wireless USB devices can have maxpacket sizes larger than 512. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed