Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-06 | port-probe: rename _get_port() to _peek_port() as there is no ownership transfer | Aleksander Morgado | |
2012-08-06 | core: merge `MMPluginBase' and `MMPlugin' | Aleksander Morgado | |
There's no real point in maintaining a separate `MMPlugin' interface, as all the plugins will inherit from `MMPluginBase', so just merge them and simplify everything. | |||
2012-08-06 | core: compile all ports before creating the modem object | Aleksander Morgado | |
Before this, we only exported the modem to DBus when all ports were organized, in order to make sure that we select as primary port the one we really want and not the first AT port grabbed. Given that to get all the ports organized we also needed to wait to get all the ports grabbed, we can now also defer the creation of the modem object until all the ports get grabbed. This allows us to create different types of objects based on the ports available (e.g. we can now create QMI-supported modem objects if we see a QMI port around). | |||
2012-04-14 | simtech: new `MMBroadbandModemSimtech' object | Aleksander Morgado | |
2012-04-14 | simtech: start porting the SimTech plugin | Aleksander Morgado | |