commit | 06c7bde8b16faf1084b65d9bd13042900f34f87b | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Mar 03 17:32:11 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:48:12 2015 +0200 |
tree | b1bf48a2bf5ee9d636dd16076e583ab83be5a0be | |
parent | 3a88fd27836ddcbc53f5c28eb88642651c6d5084 [diff] |
usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver This patch adds code to select standard, commonly used usb endpoint configuration (ep1in-bulk, ep2out-bulk, ep3in-int) to dwc3 driver. This ensures compatibility with old userspace and windows drivers, which expects hardcoded endpoint numbers. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>