On 01/25/2017 04:41 AM, Piotr Haber wrote: > LE910 V2 is next generation Telit LTE modem. > It supports 3GPP Rel. 9 LTE Cat. 4 over multiple bands. > Default USB composition uses PID 0x36 and > consists of 6 CDC-ACM serial ports and 1 CDC-NCM network adapter. > --- > Makefile.am | 3 + > plugins/le910v2.c | 400 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 403 insertions(+) > create mode 100644 plugins/le910v2.c > Can you add the LE910 changes into the HE910 driver? The two are 99% the same except for HE910 supporting voice calls and LE910 using a different gprs_context driver. There's no sense in maintaining a 400 line driver that is virtually identical to what we already have. Regards, -Denis