Re: [PATCH 1/2] kernel: usb: Autoprobe g_serial

2025-04-05 Thread Linus Walleij
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

Re: [PATCH 1/2] kernel: usb: Autoprobe g_serial

2025-03-31 Thread Chuanhong Guo
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

Re: [PATCH 1/2] kernel: usb: Autoprobe g_serial

2023-11-24 Thread Linus Walleij
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

Re: [PATCH 1/2] kernel: usb: Autoprobe g_serial

2023-11-19 Thread Lech Perczak
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

Re: [PATCH 1/2] kernel: usb: Autoprobe g_serial

2023-11-19 Thread Chuanhong Guo
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