commit | eaef50c760576bca70b87fdc26eb87a3660529f8 | [log] [tgz] |
---|---|---|
author | John Youn <John.Youn@synopsys.com> | Fri Feb 05 17:06:07 2016 -0800 |
committer | Felipe Balbi <balbi@kernel.org> | Fri Mar 04 15:14:23 2016 +0200 |
tree | 918335892063fd997fe3371fe5d0e7c9a9e48fb5 | |
parent | f228a8de242a85659d9c86f2b9ff862775f015c2 [diff] |
usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus Add the 'ssp_descriptors' parameter to the usb_assign_descriptors() function. This allows a function driver to add descriptors for SuperSpeedPlus speeds if it supports it. Also update all uses of this function in the gadget subsystem so that they pass NULL for the ssp_descriptors parameters. Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>