commit | 6f52e2d9117f4575c4d96dc8a6aa54c8cad5c1aa | [log] [tgz] |
---|---|---|
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | Wed Nov 08 11:20:13 2017 +0200 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Nov 08 15:09:47 2017 -0500 |
tree | 2b3a7e3bbee27c077cd5947088ba8b98706d77ea | |
parent | d06e4f536cb7375c262d6746012fc7f55ba44049 [diff] |
usb: Allow to select Endpoint addresses for CDC ACM Sometimes we need to select Endpoint addresses manually to get it working with certain USB controllers having limit for endpoints. In this case default values break endpoint limit check. The proper solution would be automatic endpoint allocation. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>