From: Robert Jarzmik Date: Wed, 22 Apr 2009 03:34:44 +0000 (-0700) Subject: USB: pxa27x_udc: compatibility with pxa320 SoC X-Git-Tag: v2.6.31-rc1~304^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f5351b743716c796d13235651699fb4ec7aa64f;p=pandora-kernel.git USB: pxa27x_udc: compatibility with pxa320 SoC Got pxa27x_udc working on the pxa320 Nomad platform. The problem was that the pxa3xx UDC is not quite compatible with the pxa27x UDC in how it handles back-to-back control packets. The pxa27x probably drops them by default, but the pxa320 does not, and you have to detect it and set the OPC bit to clear the zero-length packet. Signed-off-by: Aric Blumer Signed-off-by: Robert Jarzmik Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed