Re: [PATCH v2 2/2] usb: gadget: Add CDC ACM function

2021-11-22 Thread Loic Poulain
Hi Pali, On Mon, 22 Nov 2021 at 16:48, Pali Rohár wrote: > > Hello! I have just few notes, see below. > > > diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile > > index f560068..d5d891b 100644 > > --- a/drivers/usb/gadget/Makefile > > +++ b/drivers/usb/gadget/Makefile > > @@ -

Re: [PATCH v2 2/2] usb: gadget: Add CDC ACM function

2021-11-22 Thread Pali Rohár
Hello! I have just few notes, see below. > diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile > index f560068..d5d891b 100644 > --- a/drivers/usb/gadget/Makefile > +++ b/drivers/usb/gadget/Makefile > @@ -30,6 +30,7 @@ obj-$(CONFIG_USB_FUNCTION_MASS_STORAGE) += f_mass_storage.o

[PATCH v2 2/2] usb: gadget: Add CDC ACM function

2021-11-22 Thread Loic Poulain
Add support for CDC ACM using the new UDC and gadget API. This protocol can be used for serial over USB data transfer and is widely supported by various OS (GNU/Linux, MS-Windows, OSX...). The usual purpose of such link is to access device debug console and can be useful for products not exposing r