usb: gadget: composite: Add function to get descriptors
authorJohn Youn <John.Youn@synopsys.com>
Sat, 6 Feb 2016 01:07:03 +0000 (17:07 -0800)
committerFelipe Balbi <balbi@kernel.org>
Fri, 4 Mar 2016 13:14:24 +0000 (15:14 +0200)
commitf3bdbe36682631d5e13ef933670ef0b47d9aaa87
tree8de8356763ea74ccb5d38552baac0592478e5286
parenta4afd012f400b5b41e2db2b0bf7e384f738411ae
usb: gadget: composite: Add function to get descriptors

There are a couple places in the code that get the function descriptors
based on the speed. Move this lookup into a function call and add
support to handle the SuperSpeedPlus descriptors as well.

Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/composite.c