Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: gadget: dwc2_udc_otg: modified the check condition for max packe…
…t 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 <[email protected]> Tested-by: Steve Rae <[email protected]>
- Loading branch information