~awe/snappy-hwe-snaps/+git/modem-manager:modem-manager/xenial/1.6.12

Last commit made on 2018-02-13
Get this branch:
git clone -b modem-manager/xenial/1.6.12 https://git.launchpad.net/~awe/snappy-hwe-snaps/+git/modem-manager
Only Tony Espy can upload to this branch. If you are Tony Espy please log in for upload directions.

Branch merges

Branch information

Name:
modem-manager/xenial/1.6.12
Repository:
lp:~awe/snappy-hwe-snaps/+git/modem-manager

Recent commits

33dd913... by Alfonso Sanchez-Beato

Update EPS registration state for LTE qmi modems

MM was not updating the EPS registration status for qmi modems. This
led to LTE-only modems never having 'registered' status. This was
happening for Quectel EC21-V modem.

f715ddc... by Alfonso Sanchez-Beato

Run HL7588 workarounds for Dell VID/PID

The workarounds for Sierra HL7588 were executed only for Sierra VID/PID.
Make sure to apply them also for rebranded Dell modem with VID=0x1519
and PID=0x0443. An additional twist is needed, as Dell reused same
VID/PID for a Telit modem, so we additionally check the ouput of
AT+CGMM.

1d952c8... by Alfonso Sanchez-Beato

Reset the modem on MBIM NOT_OPENED error for HL7588

Reset the modem for said condition so connection can be recovered
after resuming from S4.

c0abf96... by Alfonso Sanchez-Beato

plugins: dell: always probe AT ports

Previously, probing or not the commands depended on a race condition,
and, besides, we need the AT ports for implementing workarounds for
Sierra HL7588. Therefore, we make sure we always probe the AT ports in
the Dell plugin, even when an MBIM port has already been detected.

892fc0b... by Alfonso Sanchez-Beato

Send +CGACT for Sierra HL7588 on connection

Sent AT+CGACT=1,3 command for Sierra HL7588 on connection as a
workaround for buggy modem firmware. This makes sure vzwinternet
is activated.

1131f0c... by Alfonso Sanchez-Beato

broadband: fix race when disconnecting a bearer

295a4ca... by Alfonso Sanchez-Beato

Add plano modem plugin

Plano plugin is used for telit modems for Dell gateways.

b4438fd... by Alfonso Sanchez-Beato

plugins: dell: blacklist plano modems

2bcf11d... by Simon Fels

plugins: novatel: blacklist specific dell products

Some modems made by dell are not using the novatel modem but still
labeled with the same vendor id so we have to add those to the
blacklist.

db701e8... by Simon Fels

Add support for Ubuntu Core

Snappy relocates every app to an app specific location and therefor
we need adjustments to load our plugins from the correct location.