From: Ben Dooks Date: Mon, 19 Jul 2010 08:40:46 +0000 (+0100) Subject: USB: s3c-hsotg: Check for new request before enqueing new setup X-Git-Tag: v2.6.36-rc1~293^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a64ea884b8b40d70077ffe1e93081f2190f072;p=pandora-kernel.git USB: s3c-hsotg: Check for new request before enqueing new setup Before trying a new setup transaction after getting an EP0 in complete interrupt, check that the driver did not try and send more EP0 IN data before enqueing a new setup transaction. This fixes a bug where we cannot send all of the IN data in one go so split the transfer, but then fail to send all the data as we start waiting for a new OUT transaction Signed-off-by: Ben Dooks Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed