From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 26 Jan 2016 20:52:03 -0700 Subject: [U-Boot] [PATCH 0/6] usb: dwc2: Add support for SPLIT transactions In-Reply-To: <1453000196-4752-1-git-send-email-stefan.bruens@rwth-aachen.de> References: <1453000196-4752-1-git-send-email-stefan.bruens@rwth-aachen.de> Message-ID: <56A83EE3.3030304@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/16/2016 08:09 PM, Stefan Br?ns wrote: > The first patch fixes an out-of-bounds access, and makes the calculation of > maximum transfer size more straightforward. It also makes overriding the > maximum transfer size easier for split transactions Sorry I haven't been keeping up on the U-Boot dwc2 patches. Is this series still pending, or was it replaced with something else? It doesn't apply cleanly on top of u-boot/master. The good news is that with u-boot/master (b72ae192e39f "Merge branch 'master' of git://git.denx.de/u-boot-video") both USB keyboards I have work perfectly on both a model A and a model B, including keyboard repeat. That's great work; thanks very much!