From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 28 Apr 2016 08:16:28 +0200 Subject: [U-Boot] [PATCH] usb: dwc2: Init desc_before_addr In-Reply-To: <1461632904-6909-1-git-send-email-marex@denx.de> References: <1461632904-6909-1-git-send-email-marex@denx.de> Message-ID: <5721AABC.5070802@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 26.04.2016 03:08, Marek Vasut wrote: > Initialize desc_before_addr, otherwise the USB core won't send the > first 64B Get Device Descriptor request in common/usb.c function > usb_setup_descriptor() . There are some USB devices which expect > this sequence and otherwise can misbehave. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: Tom Rini Tested-by: Stefan Roese Thanks, Stefan