From: David Brownell Date: Sat, 7 May 2005 20:05:13 +0000 (-0700) Subject: [PATCH] USB: gadget driver updates (SETUP api change) X-Git-Tag: v2.6.13-rc1~51^2~8^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bbc169621cbe502b9143a27eb12802a0f1d43a0;p=pandora-kernel.git [PATCH] USB: gadget driver updates (SETUP api change) This updates most of the gadget framework to expect SETUP packets use USB byteorder (matching the annotation in and usage in the host side stack): - definition in - gadget drivers: Ethernet/RNDIS, serial/ACM, file_storage, gadgetfs. - dummy_hcd It also includes some other similar changes as suggested by "sparse", which was used to detect byteorder bugs. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed