commit | 9b2667f1f30e91becc3751acd5cffaedcf68e098 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Wed Aug 20 12:04:09 2014 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 25 13:12:27 2014 -0700 |
tree | 6a3d742c71be23840ff52d73e0d93741b54055a9 | |
parent | 5cbcc35e5bf0eae3c7494ce3efefffc9977827ae [diff] |
usb: dwc2: gadget: Set the default EP max packet value as 8 bytes 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 <jg1.han@samsung.com> Acked-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>