Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | base-modem: setup NULL callbacks in unsolicited CREG message handlers | Aleksander Morgado | |
When the port is grabbed, we setup NULL callbacks for all unsolicited registration message handlers. If we do enable 3GPP registrations afterwards, we'll set proper callbacks. | |||
2012-03-15 | core: always pass open port to interface initializations | Aleksander Morgado | |
When the first AT port is grabbed, modem initialization is launched, using that specific port. This port is also passed to all interface initialization methods. | |||
2012-03-15 | core: start using our newly defined errors | Aleksander Morgado | |
2012-03-15 | base-modem: new virtual initialize() method | Aleksander Morgado | |
Whenever the first AT port is grabbed, we launch the initialize() method, which must have been implemented by the corresponding modem subclass. | |||
2012-03-15 | base-modem: new property to keep the Connection object | Aleksander Morgado | |
2012-03-15 | base-modem: new properties for vendor and product IDs | Aleksander Morgado | |
These will be set during modem object creation. | |||
2012-03-15 | base-modem: getters for primary/secondary/qcdm ports | Aleksander Morgado | |
2012-03-15 | base-modem: set v1 serial parser always | Aleksander Morgado | |
CDMA modems used to use the v1_e1 serial parser; but we'll try to setup a common one in all modems. | |||
2012-03-15 | base-modem: new properties to handle Device, Driver and Plugin | Aleksander Morgado | |
They will be set when constructing the object. | |||
2012-03-15 | base-modem: ported all port grabbing/releasing logic to the base object | Aleksander Morgado | |
2012-03-15 | base-modem: expect a GDBusMethodInvocation as context of the auth request | Aleksander Morgado | |
2012-03-15 | core: new MMBaseModem abstract type | Aleksander Morgado | |
Basically, a replacement of the MMModemBase type, being prepared to handle multimode devices. This object derives from a MmGdbusObjectSkeleton, which makes it suitable to be controlled within the GDBusObjectManagerServer. |