On Wed, Jan 17, 2024 at 04:43:25PM +0100, Aurélien Jacobs wrote: > Update the USB serial option driver to support MeiG Smart SLM320. > > ID 2dee:4d41 UNISOC UNISOC-8910 > Tested successfully a PPP LTE connection using If#= 0. > Not sure of the purpose of every other serial interfaces. > > Signed-off-by: Aurélien Jacobs <aurel@xxxxxxxxxx> > --- > drivers/usb/serial/option.c | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c > index 72390dbf0769..b5468f51e0f8 100644 > --- a/drivers/usb/serial/option.c > +++ b/drivers/usb/serial/option.c > @@ -613,6 +613,11 @@ static void option_instat_callback(struct urb > *urb); > /* Luat Air72*U series based on UNISOC UIS8910 uses UNISOC's vendor ID > */ This patch appears to have been corrupted in transit (lines wrapped). Please make sure you can send the patch to yourself (and apply it successfully) before resending. Johan