Aleksander Morgado
0436b3e457
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'
2012-08-24 13:34:51 +02:00
Aleksander Morgado
d9ea4a304c
at-serial-port: allow sending 'raw' commands
...
Commands treated as 'raw' won't get the 'AT' prefix and will also not get the
trailing carriage return.
2012-08-24 12:32:28 +02:00
Aleksander Morgado
5b2c839dd9
huawei: cache port mode results in the parent `MMDevice'
...
This lets us skip the search for the `MMPortProbe' where we got the results.
2012-08-06 20:07:23 +02:00
Aleksander Morgado
93cc9483bc
huawei: allow grabbing QCDM ports
2012-08-06 20:07:23 +02:00
Aleksander Morgado
008beeedcc
huawei: new `MMBroadbandModemHuawei' object
2012-08-06 20:07:22 +02:00
Aleksander Morgado
efe2228515
huawei: try to gather port layout while probing
...
We will try to use usbif0 to gather the port layout with AT^GETPORTMODE.
2012-08-06 20:07:22 +02:00
Aleksander Morgado
f9a0aba08c
huawei: start porting the Huawei plugin
2012-08-06 20:07:22 +02:00