From: Kyungmin Park Date: Wed, 21 Nov 2007 23:13:15 +0000 (-0800) Subject: USB: device DMA support on OMAP2 X-Git-Tag: v2.6.25-rc1~1075^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=527ea73eaea4600120117edd19ac88864a488d57;p=pandora-kernel.git USB: device DMA support on OMAP2 The current omap udc dosen't support the DMA mode and it has some problem at setup time on OMAP2 with previous patch file. I found that the code assumes bulk out required the big data transfer. But MODE SELECT(6) sent the only 24 bytes. it makes a problem. So I implement the small packets handling for it. It is tested with both linux and windows. Signed-off-by: Kyungmin Park Cc: David Brownell Cc: Tony Lindgren Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed