RE: [PATCH] usb: dwc2: gadget: Set the default EP max packet value as 8 bytes

2014-08-20 Thread Paul Zimmerman
> From: Jingoo Han [mailto:jg1@samsung.com] > Sent: Tuesday, August 19, 2014 8:04 PM > > Set the default EP max packet value as 8 bytes, because in the case > of low-speed, 'ep_mps' is not set. Thus, the default value of 'ep_mps' > should be considered for the case of low-speed. > > Signed-of

[PATCH] usb: dwc2: gadget: Set the default EP max packet value as 8 bytes

2014-08-19 Thread Jingoo Han
Set the default EP max packet value as 8 bytes, because in the case of low-speed, 'ep_mps' is not set. Thus, the default value of 'ep_mps' should be considered for the case of low-speed. Signed-off-by: Jingoo Han --- - Based on the latest 'usb-linus' branch. drivers/usb/dwc2/gadget.c | 2 +- 1