Files
u-boot/drivers/usb/gadget
Frank Wang 8c9b4d5598 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>
2016-02-04 12:38:26 +01:00
..
2015-07-22 08:57:54 +02:00
2014-09-24 18:30:29 -04:00
2011-02-19 20:32:37 +01:00
2016-01-19 08:31:21 -05:00
2016-01-19 08:31:21 -05:00