[PATCH] USB: serial: option: add support for Simcom SIM7500/SIM7600 RNDIS mode

2019-05-13 Thread Jörgen Storvist
=00 Prot=00 Driver=option I: If#=0x7 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42 Prot=01 Driver=(none) Signed-off-by: Jörgen Storvist --- drivers/usb/serial/option.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 83869065b802..3fa253984

[PATCH] USB: serial: option: add support for GosunCn ME3630 RNDIS mode

2019-06-18 Thread Jörgen Storvist
end.) Sub=00 Prot=00 Driver=option I: If#=0x4 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=option Signed-off-by: Jörgen Storvist --- diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 83869065b..d449ef172 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/ser

[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

[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-10 Thread Jörgen Storvist
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: Removed name declarations for VID/PID Added reserved endpoint for ADB interface

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. > >

[PATCH] USB: serial: option: add GosunCn ZTE WeLink ME3630

2018-12-11 Thread Jörgen Storvist
Added USB serial option driver support for GosunCn ZTE WeLink ME3630 series cellular modules for USB modes ECM/NCM and MBIM. Signed-off-by: Jörgen Storvist --- usb-devices output MBIM mode: T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 10 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 P

[PATCH] USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)

2018-12-11 Thread Jörgen Storvist
Added USB serial option driver support for Simcom SIM7500/SIM7600 series cellular modules exposing MBIM interface (VID 0x1e0e,PID 0x9003) Signed-off-by: Jörgen Storvist --- usb-devices T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 14 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot

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

2018-12-12 Thread Jörgen Storvist
If#= 4 Alt= 0 #EPs= 1 Cls=02(commc) Sub=06 Prot=00 Driver=cdc_ether I: If#= 5 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_ether I: If#= 6 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42 Prot=01 Driver=(none) Signed-off-by: Jörgen Storvist --- Changelog: Fixed line break issues Added reservati

[PATCH] usb: serial: option: add Telit LN940 series

2018-12-13 Thread Jörgen Storvist
Cls=0a(data ) Sub=00 Prot=02 Driver=cdc_mbim Signed-off-by: Jörgen Storvist diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 2304433..9865813 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -1164,6 +1164,10 @@ static const struct

USB: serial: option: add Fibocom NL678 series

2018-12-21 Thread Jörgen Storvist
_ether I: If#= 5 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_ether I: If#= 6 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=42 Prot=01 Driver=(none) Signed-off-by: Jörgen Storvist diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 1ce27f3..244f4a8 100644 --- a/drive