usb: gadget: ci13xxx: Update usb_eps' maxpacket_limit
Newly added maxpacket_limit field in usb_ep must be
initialized by UDC drivers to set maximum packet size
limit for endpoint using usb_ep_set_maxpacket_limit().
If maxpacket_limit is not specified then usb_ep_autoconfig
fails while checking wMaxPacketSize against maxpacket_limit
for ISOC and interrupt endpoints.
Change-Id: I3da12df7f901494149a1c2ea5ece9fe8e15b3672
Signed-off-by:
Manu Gautam <mgautam@codeaurora.org>
Loading
Please register or sign in to comment