Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-06 | samsung: port plugin to the refactored probing logic | Aleksander Morgado | |
2012-08-06 | samsung: minor coding style fixes | Aleksander Morgado | |
2012-08-06 | samsung: plug memleak | Aleksander Morgado | |
get_port() actually increases the refcount of the returned port, use peek_port() instead. | |||
2012-08-06 | samsung: fix typo, s/recieved/received | Aleksander Morgado | |
2012-08-06 | samsung: plugin for Samsung Y3300/Y3400 UMTS modems based on the ↵ | Nathan Williams | |
Icera/Nvidia chipset | |||
2012-08-06 | pantech: expect QCDM ports | Aleksander Morgado | |
2012-08-06 | pantech: always prefer the ttyACM port as primary AT port | Aleksander Morgado | |
2012-08-06 | pantech: initial dummy plugin | Aleksander Morgado | |
2012-08-06 | x22x: plugin fully ported | Aleksander Morgado | |
2012-08-06 | x22x: implement allowed mode loading and setting | Aleksander Morgado | |
2012-08-06 | x22x: implement access technology loading | Aleksander Morgado | |
2012-08-06 | x22x: new `MMBroadbandModemX22x' object | Aleksander Morgado | |
2012-08-06 | x22x: start porting the X22X plugin | Aleksander Morgado | |
2012-08-06 | longcheer: plugin fully ported | Aleksander Morgado | |
2012-08-06 | longcheer: implement allowed mode loading and setting | Aleksander Morgado | |
2012-08-06 | longcheer: implement access technology loading | Aleksander Morgado | |
2012-08-06 | longcheer: new `MMBroadbandModemLongcheer' object | Aleksander Morgado | |
2012-08-06 | longcheer: start porting the Longcheer plugin | Aleksander Morgado | |
2012-08-06 | huawei: cache port mode results in the parent `MMDevice' | Aleksander Morgado | |
This lets us skip the search for the `MMPortProbe' where we got the results. | |||
2012-08-06 | huawei: plugin fully ported | Aleksander Morgado | |
2012-08-06 | huawei: implement custom detailed CDMA registration state checks | Aleksander Morgado | |
2012-08-06 | huawei: do not run AT+CSS? in EV-DO capable devices | Aleksander Morgado | |
2012-08-06 | huawei: implement CDMA unsolicited signal change report handling | Aleksander Morgado | |
2012-08-06 | huawei: setup/cleanup unsolicited message handlers in the CDMA interface | Aleksander Morgado | |
2012-08-06 | huawei: allow grabbing QCDM ports | Aleksander Morgado | |
2012-08-06 | huawei: ignore unsolicited ^CSNR notifications | Aleksander Morgado | |
2012-08-06 | huawei: implement custom USSD encode/decode methods | Aleksander Morgado | |
2012-08-06 | huawei: implement allowed mode getting/setting | Aleksander Morgado | |
2012-08-06 | huawei: implement band loading/setting | Aleksander Morgado | |
2012-08-06 | huawei: implement unlock retries loading | Aleksander Morgado | |
2012-08-06 | huawei: implement unsolicited messages enabling/disabling | Aleksander Morgado | |
2012-08-06 | huawei: implement unsolicited 3GPP signal change report handling | Aleksander Morgado | |
2012-08-06 | huawei: implement access technology loading and update handling | Aleksander Morgado | |
2012-08-06 | huawei: report connection status statistics | Aleksander Morgado | |
2012-08-06 | huawei: setup/cleanup unsolicited message handlers in the 3GPP interface | Aleksander Morgado | |
2012-08-06 | huawei: setup handlers for unsolicited messages | Aleksander Morgado | |
Initially all disabled. | |||
2012-08-06 | huawei: new `MMBroadbandModemHuawei' object | Aleksander Morgado | |
2012-08-06 | huawei: try to gather port layout while probing | Aleksander Morgado | |
We will try to use usbif0 to gather the port layout with AT^GETPORTMODE. | |||
2012-08-06 | huawei: start porting the Huawei plugin | Aleksander Morgado | |
2012-08-06 | plugins: use default port grabbing on those plugins without special requirements | Aleksander Morgado | |
2012-08-06 | plugin: renamed `custom-init' property to `custom-at-probe' | Aleksander Morgado | |
The `custom-at-probe' property is just to modify the way we check for AT port support. | |||
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-07-19 | hso: use common integer string parsers | Aleksander Morgado | |
2012-07-19 | hso: unsolicited %IPDPACT may come before the AT command reply | Aleksander Morgado | |
2012-07-19 | hso: plug memleak when finishing dialling with error | Aleksander Morgado | |
2012-07-19 | hso: fix cid to report to | Aleksander Morgado | |
2012-07-16 | broadband-modem: remove `USE_WS46' property | Aleksander Morgado | |
3GPP modems will all try to use AT+WS46=? by default to gather supported modes. | |||
2012-06-06 | zte: try to handle Icera devices that use PPP | Dan Williams | |
Not all devices present a network interface, and on these devices we need to fall back to PPP using the standard setup commands. But they appear to support the Icera custom commands for access technology and such, so still use those. Hopefully fixes ZTE MF665C. |