[PATCH 0/2] huawei E3372: add LTE support

2017-09-06 Thread Christophe Ronco
Hi, Here is a first version of patches to support LTE with E3372 USB keys. Huawei has two AT command sets to deal with band and mode (technologies). Standard AT commands set (AT^SYSCFG, AT^SYSINFO, ^MODE, ...) handle 2G and 3G technologies only. Extended AT commands set (AT^SYSCFGEX,

Re: Huawei E3372

2017-02-14 Thread Denis Kenzior
Hi Christophe, On 02/14/2017 10:37 AM, Christophe Ronco wrote: Hello Denis, On 02/14/2017 04:47 PM, Denis Kenzior wrote: Hi Christophe, usb 1-1: New USB device found, idVendor=12d1, idProduct=15b7 > Using ATI, modem present itself like that: > > Manufacturer: huawei > Model: E3372H >

Re: Huawei E3372

2017-02-14 Thread Christophe Ronco
Hello Denis, On 02/14/2017 04:47 PM, Denis Kenzior wrote: Hi Christophe, usb 1-1: New USB device found, idVendor=12d1, idProduct=15b7 > Using ATI, modem present itself like that: > > Manufacturer: huawei > Model: E3372H > Revision: 21.315.01.00.314 > IMEI: > +GCAP: +CGSM,+DS,+ES > > My

Re: Huawei E3372

2017-02-14 Thread Denis Kenzior
Hi Christophe, usb 1-1: New USB device found, idVendor=12d1, idProduct=15b7 > Using ATI, modem present itself like that: > > Manufacturer: huawei > Model: E3372H > Revision: 21.315.01.00.314 > IMEI: > +GCAP: +CGSM,+DS,+ES > > My problem now is how to know if I should send

Huawei E3372

2017-02-14 Thread Christophe Ronco
Hi, I try to connect using a USB dongle. It is a Huawei E3372h-153. I will try to give information on this modem because looking at Internet, it seems that E3372 is a generic name for different hardwares (or firmwares?). Before usb_modeswitch my USB dongle present itself as a CDROM and a

Re: [PATCH 2/2] udevng: Detect huawei E3372 modem and pcui

2016-09-29 Thread Denis Kenzior
Hi Frédéric, On 09/29/2016 02:52 AM, Frédéric Dalleau wrote: When the modes are modified with AT^SETPORT="FF;12,1,16", this modem and pcui will appear using different ids. Update the interfaces identifier accordingly. Signed-off-by: Frédéric Dalleau oFono

[PATCH 0/2] Detect huawei E3372

2016-09-29 Thread Frédéric Dalleau
I have these two patches after spending some time with E3372 (reflashed with a so called 21 firmware). I have mixed feeling about those, but just send them here in case. Frédéric Dalleau (2): udevng: Detect huawei E3372 pcui udevng: Detect huawei E3372 modem and pcui plugins/udevng.c | 3

[PATCH 1/2] udevng: Detect huawei E3372 pcui

2016-09-29 Thread Frédéric Dalleau
The huawei E3372 exposes two USB tty at /dev/ttyUSB0 and /dev/ttyUSB1 /dev/ttyUSB1 is properly detected as modem. /dev/ttyUSB0 is the pcui. lsusb shows 12d1:1506 Huawei Technologies Co., Ltd. Modem/Networkcard Signed-off-by: Frédéric Dalleau <frederic.dall...@collabora.co.uk> --- p

[PATCH 2/2] udevng: Detect huawei E3372 modem and pcui

2016-09-29 Thread Frédéric Dalleau
When the modes are modified with AT^SETPORT="FF;12,1,16", this modem and pcui will appear using different ids. Update the interfaces identifier accordingly. Signed-off-by: Frédéric Dalleau --- plugins/udevng.c | 2 ++ 1 file changed, 2 insertions(+) diff --git