Re: [PATCH] USB: serial: option: add Fibocom NL668 series

2018-12-12 Thread Johan Hovold
On Tue, Dec 11, 2018 at 02:22:50PM +0100, Jörgen Storvist wrote: > Den Tue, 11 Dec 2018 09:32:36 +0100 > skrev Re: [PATCH] USB: serial: option: add Fibocom NL668 series: > > > On Tue, Dec 11, 2018 at 08:41:24AM +0100, Jörgen Storvist wrote: > > > > > > Added USB

Re: [PATCH] USB: serial: option: add Fibocom NL668 series

2018-12-11 Thread Jörgen Storvist
Den Tue, 11 Dec 2018 09:32:36 +0100 skrev Re: [PATCH] USB: serial: option: add Fibocom NL668 series: > On Tue, Dec 11, 2018 at 08:41:24AM +0100, Jörgen Storvist wrote: > > > > Added USB serial option driver support for Fibocom NL668 series cellular > > modules. > >

Re: [PATCH] USB: serial: option: add Fibocom NL668 series

2018-12-11 Thread Johan Hovold
On Tue, Dec 11, 2018 at 08:41:24AM +0100, Jörgen Storvist wrote: > > Added USB serial option driver support for Fibocom NL668 series cellular > modules. > Reserved USB endpoints 4, 5 and 6 for network + ADB interface. > > Signed-off-by: Jörgen Storvist > --- > > Thanks for feedback! > Changes:

[PATCH] USB: serial: option: add Fibocom NL668 series

2018-12-10 Thread Jörgen Storvist
668 series */ + .driver_info = RSVD(4) | RSVD(5) | RSVD(6) }, { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, option_ids); Den Mon, 10 Dec 2018 09:34:06 +0100 skrev Re: [PATCH] USB: serial: option: add Fibocom NL668 series (fixed line break issue): > On Mon, Dec 10, 2018

Re: [PATCH] USB: serial: option: add Fibocom NL668 series (fixed line break issue)

2018-12-10 Thread Johan Hovold
On Mon, Dec 10, 2018 at 01:54:14PM +0700, Lars Melin wrote: > On 12/10/2018 06:21, Jörgen Storvist wrote: > > > > Added USB serial option driver support for Fibocom NL668 series cellular > > module. > > Reserved USB endpoints 4 and 5 for network interfaces. > > > > Signed-off-by: Jörgen Storvist

Re: [PATCH] USB: serial: option: add Fibocom NL668 series

2018-12-09 Thread Greg KH
On Sun, Dec 09, 2018 at 09:41:13PM +0100, Jörgen Storvist wrote: > Added USB serial option driver support for Fibocom NL668 series cellular > module. > Reserved USB endpoints 4 and 5 for network interfaces. > > Signed-off-by: Jörgen Storvist > > drivers/usb/serial/option.c | 5 + > 1 file ch

Re: [PATCH] USB: serial: option: add Fibocom NL668 series (fixed line break issue)

2018-12-09 Thread Lars Melin
On 12/10/2018 06:21, Jörgen Storvist wrote: Added USB serial option driver support for Fibocom NL668 series cellular module. Reserved USB endpoints 4 and 5 for network interfaces. Signed-off-by: Jörgen Storvist drivers/usb/serial/option.c | 5 + 1 file changed, 5 insertions(+) diff --gi

[PATCH] USB: serial: option: add Fibocom NL668 series (fixed line break issue)

2018-12-09 Thread Jörgen Storvist
Added USB serial option driver support for Fibocom NL668 series cellular module. Reserved USB endpoints 4 and 5 for network interfaces. Signed-off-by: Jörgen Storvist drivers/usb/serial/option.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/

[PATCH] USB: serial: option: add Fibocom NL668 series

2018-12-09 Thread Jörgen Storvist
Added USB serial option driver support for Fibocom NL668 series cellular module. Reserved USB endpoints 4 and 5 for network interfaces. Signed-off-by: Jörgen Storvist drivers/usb/serial/option.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/ser