usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()
authorAndrzej Pietrasiewicz <andrzej.p@collabora.com>
Thu, 31 Jan 2019 14:53:39 +0000 (15:53 +0100)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 7 Feb 2019 11:14:51 +0000 (13:14 +0200)
commitdffe2d7fc45017d7afdb6fc226ff34a537cc285c
tree1f468988227cf792df568df58cd8cfe92b72519f
parent44a9d1b9a6bb41b5dba3d6d345421385b0843e4d
usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()

The moved code refers to non-super speed endpoints only. This patch also
makes the comment stress the fact, that autoconfigured descriptor might
need some adjustments.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/epautoconf.c