diff options
| author | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-10 08:15:11 -0400 |
|---|---|---|
| committer | Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com> | 2018-07-10 08:15:11 -0400 |
| commit | 022a6b1dbed6fcf001e148c60b9080740be13a24 (patch) | |
| tree | ce841e995c36069f9ffe5fd8bac5f95caa3cde48 /debian | |
| parent | 69413a77577e7f100bcbeffc74ed8ef834228e21 (diff) | |
debian/10-globally-managed-devices.conf: adjust exception for wwan to specify cdma and gsm, since those are the actual types handled by NM/MM. (LP: #1780606)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/10-globally-managed-devices.conf | 2 | ||||
| -rw-r--r-- | debian/changelog | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/10-globally-managed-devices.conf b/debian/10-globally-managed-devices.conf index 350d3d80..01728f14 100644 --- a/debian/10-globally-managed-devices.conf +++ b/debian/10-globally-managed-devices.conf @@ -1,2 +1,2 @@ [keyfile] -unmanaged-devices=*,except:type:wifi,except:type:wwan +unmanaged-devices=*,except:type:wifi,except:type:gsm,except:type:cdma diff --git a/debian/changelog b/debian/changelog index 90ce26f0..051e6788 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +network-manager (1.10.8-1ubuntu4) UNRELEASED; urgency=medium + + * debian/10-globally-managed-devices.conf: adjust exception for wwan to + specify cdma and gsm, since those are the actual types handled by NM/MM. + (LP: #1780606) + + -- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 10 Jul 2018 08:13:52 -0400 + network-manager (1.10.8-1ubuntu3) cosmic; urgency=medium * Revert the changes to remove the nmclient bindings, those are needed |