From: Li Yang Date: Fri, 17 Aug 2007 15:36:44 +0000 (-0700) Subject: USB: fsl_usb2_udc: fix bug in processing setup requests X-Git-Tag: v2.6.23-rc4~29^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d1f8c9fcb241c526efa5fff5869cad7beba98e;p=pandora-kernel.git USB: fsl_usb2_udc: fix bug in processing setup requests Kim Liu found that in the original code certain class setup requests are wrongly recognized and processed as standard setup requests. For that reason gadget ether can't work in RNDIS mode with Windows host. The patch fixes the setup request processing code, and makes class requests correctly passed to gadget layer. Signed-off-by: Li Yang Signed-off-by: Kim Liu Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed