diff options
author | Frank Wang <frank.wang@rock-chips.com> | 2016-01-27 12:39:40 -0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-02-04 12:38:26 +0100 |
commit | 8c9b4d5598e014036d2f2637c17bd6e3748ff6a3 (patch) | |
tree | cd7707347002732c5e342cf642ca84a71b862107 /arch/sparc/include/asm/machines.h | |
parent | 44189a032804c4a16632f4e80abf77f2820e9a48 (diff) | |
download | u-boot-imx-8c9b4d5598e014036d2f2637c17bd6e3748ff6a3.zip u-boot-imx-8c9b4d5598e014036d2f2637c17bd6e3748ff6a3.tar.gz u-boot-imx-8c9b4d5598e014036d2f2637c17bd6e3748ff6a3.tar.bz2 |
usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed
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 <frank.wang@rock-chips.com>
Tested-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'arch/sparc/include/asm/machines.h')
0 files changed, 0 insertions, 0 deletions