Hi Chuanhong,
sorry for extreme slowness on my part, replying to an over one year old
question...
On Sun, Nov 19, 2023 at 2:27 PM Chuanhong Guo wrote:
> The g_*.ko gadget modules conflict with each other. I think
> it isn't loaded by default to prevent that when users decided
> to install multi
Hi!
On Mon, Mar 31, 2025 at 4:52 PM Linus Walleij wrote:
>
> Hi Chuanhong,
>
> sorry for extreme slowness on my part, replying to an over one year old
> question...
>
> On Sun, Nov 19, 2023 at 2:27 PM Chuanhong Guo wrote:
>
> > The g_*.ko gadget modules conflict with each other. I think
> > it i
On Sun, Nov 19, 2023 at 2:27 PM Chuanhong Guo wrote:
> On Sun, Nov 12, 2023 at 6:04 AM Linus Walleij
> wrote:
> >
> > For devices using USB gadget serial we need to probe the modules
> > usb_f_acm and g_serial in order, then the available UDC (USB device
> > controller) interface will be hooked
Hi Linus,
W dniu 2023-11-11 o 23:02, Linus Walleij pisze:
For devices using USB gadget serial we need to probe the modules
usb_f_acm and g_serial in order, then the available UDC (USB device
controller) interface will be hooked up to a serial port as
/dev/ttyGS0. (On the host side this appears a
Hi!
On Sun, Nov 12, 2023 at 6:04 AM Linus Walleij wrote:
>
> For devices using USB gadget serial we need to probe the modules
> usb_f_acm and g_serial in order, then the available UDC (USB device
> controller) interface will be hooked up to a serial port as
> /dev/ttyGS0. (On the host side this a