From: Pete Zaitcev Date: Thu, 11 Jun 2009 14:40:39 +0000 (-0600) Subject: USB: Let usb_sg_init to set transfer_buffer more often X-Git-Tag: v2.6.32-rc1~174^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81bf46f3034046c572714bdee1dc51beb3475082;p=pandora-kernel.git USB: Let usb_sg_init to set transfer_buffer more often This fix permits the "new" usbmon to access usb-storage's data buffer without DMA remapping tricks. It should be compatible with PIO controllers and not add any new crashes. Note that from now on PIO controllers and usbmon are uniform in their access pattern and if one crashes then the other will too. Hopefuly neither does. As a side effect, we get rid for #ifdefs, which were a little ugly. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed