From: David Vrabel Date: Mon, 24 Aug 2009 13:44:30 +0000 (+0100) Subject: USB: make urb scatter-gather support more generic X-Git-Tag: v2.6.33-rc1~315^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c1bd3d7a7d114dabd58f62f386ac4bfd268be1f;p=pandora-kernel.git USB: make urb scatter-gather support more generic The WHCI HCD will also support urbs with scatter-gather lists. Add a usb_bus field to indicated how many sg list elements are supported by the HCD. Use this to decide whether to pass the scatter-list to the HCD or not. Make the usb-storage driver use this new field. Signed-off-by: David Vrabel Cc: Alan Stern Cc: Sarah Sharp Cc: Matthew Dharm Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed