All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] usb: gadget: f_uac2: Fixes for SuperSpeed
@ 2021-09-09  8:26 Jack Pham
  2021-09-09  8:26 ` [PATCH v2 1/2] usb: gadget: f_uac2: Add missing companion descriptor for feedback EP Jack Pham
  2021-09-09  8:26 ` [PATCH v2 2/2] usb: gadget: f_uac2: Populate SS descriptors' wBytesPerInterval Jack Pham
  0 siblings, 2 replies; 7+ messages in thread
From: Jack Pham @ 2021-09-09  8:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Felipe Balbi, Thinh Nguyen, Ruslan Bilovol,
	Jerome Brunet, Pavel Hofman
  Cc: linux-usb, Ferry Toth, Wesley Cheng, Pawel Laszczak, Jack Pham

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-09 17:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09  8:26 [PATCH v2 0/2] usb: gadget: f_uac2: Fixes for SuperSpeed Jack Pham
2021-09-09  8:26 ` [PATCH v2 1/2] usb: gadget: f_uac2: Add missing companion descriptor for feedback EP Jack Pham
2021-09-09  8:26 ` [PATCH v2 2/2] usb: gadget: f_uac2: Populate SS descriptors' wBytesPerInterval Jack Pham
2021-09-09 17:08   ` kernel test robot
2021-09-09 17:08     ` kernel test robot
2021-09-09 17:40     ` Jack Pham
2021-09-09 17:40       ` Jack Pham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.