projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
usb: dwc3: gadget: Set non EP0 max packet limit to 512B
[u-boot.git]
/
drivers
/
usb
/
dwc3
/
gadget.c
diff --git
a/drivers/usb/dwc3/gadget.c
b/drivers/usb/dwc3/gadget.c
index a8335b3964cfcf59bb4ee058691a1f3d377ffa13..ffbf72e903d2b4164597052b58ba19e749ca01e7 100644
(file)
--- a/
drivers/usb/dwc3/gadget.c
+++ b/
drivers/usb/dwc3/gadget.c
@@
-1605,7
+1605,7
@@
static int dwc3_gadget_init_hw_endpoints(struct dwc3 *dwc,
} else {
int ret;
- usb_ep_set_maxpacket_limit(&dep->endpoint,
1024
);
+ usb_ep_set_maxpacket_limit(&dep->endpoint,
512
);
dep->endpoint.max_streams = 15;
dep->endpoint.ops = &dwc3_gadget_ep_ops;
list_add_tail(&dep->endpoint.ep_list,
This page took
0.0255880000000001 seconds
and
4
git commands to generate.