From 527ea73eaea4600120117edd19ac88864a488d57 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Wed, 21 Nov 2007 15:13:15 -0800 Subject: [PATCH] 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-format-patch failed