From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 27 Jan 2016 21:47:54 +0100 Subject: [U-Boot] [PATCH][RE-SUBMIT] usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed In-Reply-To: <1453927180-490-1-git-send-email-srae@broadcom.com> References: <1453927180-490-1-git-send-email-srae@broadcom.com> Message-ID: <201601272147.54541.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 Wednesday, January 27, 2016 at 09:39:40 PM, Steve Rae wrote: > From: Frank Wang > > In current high speed fastboot, fs_ep_in.wMaxPacketSize is configured 64 > bytes as default, as a result, it failed to match the size at > initialization stage in usb controller. > Actually, hardware can support less than or equal to 512 bytes in high > speed mode, so I changed the condition from '!=' to '>' to fix this > issue. > > Signed-off-by: Frank Wang > Tested-by: Steve Rae > --- Applied, thanks. Best regards, Marek Vasut