[PATCH v2 0/5] USB: Gadget SuperSpeed fixes and a cleanup
From: Greg Kroah-Hartman
Date: Fri Nov 27 2020 - 09:06:23 EST
Some small USB gadget fixes, and one cleanup patch at the end.
The first 4 of these come from the Android kernel tree, where they fix
the gadget drivers to work properly as a SuperSpeed device, odd that no
one else has hit this before.
The last one is a cleanup patch removing the abuse of likely/unlikely
from the f_fs driver.
Changes from v2:
- added reviewed-by from Peter
- added additional whitespace to patch 3
- added 4th patch
- added this cover letter
Greg Kroah-Hartman (1):
USB: gadget: f_fs: remove likely/unlikely
Will McVicker (2):
USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
USB: gadget: f_midi: setup SuperSpeed Plus descriptors
taehyun.cho (2):
USB: gadget: f_acm: add support for SuperSpeed Plus
USB: gadget: f_fs: add SuperSpeed Plus support
drivers/usb/gadget/function/f_acm.c | 2 +-
drivers/usb/gadget/function/f_fs.c | 182 +++++++++++++-------------
drivers/usb/gadget/function/f_midi.c | 6 +
drivers/usb/gadget/function/f_rndis.c | 4 +-
4 files changed, 103 insertions(+), 91 deletions(-)
--
2.29.2