This series fixes SuperSpeed (and SuperSpeedPlus) functionality for the UAC2 function driver. The first patch fixes enumeration failures due to a missing companion descriptor, while the second patch is necessary for actual data transfer functionality to work. V2: Made this a series. Patch 1 revised to create a separate descriptor just for the feedback endpoint. Patch 2 is new. Jack Pham (2): usb: gadget: f_uac2: Add missing companion descriptor for feedback EP usb: gadget: f_uac2: Populate SS descriptors' wBytesPerInterval drivers/usb/gadget/function/f_uac2.c | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) -- 2.24.0