summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-08-24 13:28:22 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-24 13:34:51 +0200
commit0436b3e45753a166fea18d6c1463aef5a38fd1ee (patch)
tree5317581a8f5e85be45ba9cec8cd03be90c717fb8 /TODO
parenta595912d2d70fce7a8370b194c230331fee605a7 (diff)
api,introspection: report list of drivers, not just one
Different ports of the same modem may get handled by different drivers. We therefore need to provide a list of drivers (new `Modem.Drivers' property with signature 'as') instead of just one (removed `Modem.Driver' property with signature 's'). $ sudo mmcli -m 0 | grep drivers | drivers: 'qcserial, qmi_wwan'
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index d8a15f09..2379b044 100644
--- a/TODO
+++ b/TODO
@@ -109,9 +109,6 @@ example to update the signal quality value or check registration status.
** serial-parsers: convert the v1 parser to a GObject.
- ** Modem iface: Provide a list of drivers instead of just one, so that we list
- all drivers of all ports grabbed.
-
** MMBroadbandBearer: include additional step for authentication, with
retries.