From: Alan Stern Date: Thu, 23 Mar 2006 20:05:16 +0000 (-0500) Subject: [PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfers X-Git-Tag: v2.6.17-rc2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ffe6e14d7c5db84b92841471ce6fd0200010cd;p=pandora-kernel.git [PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfers I'm told that some UDC hardware may work better if it knows that receiving a short packet should always cause an error. Accordingly, this patch (as663) sets the short_not_ok flag for bulk-out transfers in g_file_storage. Oddly enough, there are no circumstances where that driver can legally receive a shorter-than-expected bulk-out packet. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed