On Mon, Jan 30, 2023 at 09:34:38AM +0000, Daniel Scally wrote: > Add a framework to allow users to define arbitrary string descriptors > for a USB Gadget. This is modelled as a new type of config item rather > than as hardcoded attributes so as to be as flexible as possible. > > Signed-off-by: Daniel Scally <dan.scally@xxxxxxxxxxxxxxxx> > --- > Changes in v3: > > - Moved this functionality from the UVC function to usb gadget core. > > Changes in v2: > > - New patch > > drivers/usb/gadget/configfs.c | 172 +++++++++++++++++++++++++++++++++- > include/linux/usb/gadget.h | 11 +++ > 2 files changed, 181 insertions(+), 2 deletions(-) Shouldn't this patch also include an update to Documentation/usb/gadget_configfs.rst? Alan Stern