From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 11 Jun 2014 02:28:39 +0200 Subject: [U-Boot] [PATCH] usb: ci_udc: terminate ep0 INs with a zlp when required In-Reply-To: <1402435659-29788-1-git-send-email-swarren@wwwdotorg.org> References: <1402435659-29788-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <201406110228.40041.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, June 10, 2014 at 11:27:39 PM, Stephen Warren wrote: > From: Stephen Warren > > Sometimes, a zero-length packet is required at the end of an IN > transaction so that the host knows the device is done sending data. > Enhance ci_udc to send a zlp when necessary. See the comments for > more details. > > Signed-off-by: Stephen Warren Applied, thanks! Best regards, Marek Vasut