Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | iridium: plug memleak | Aleksander Morgado | |
2012-08-20 | novatel: plugin fully ported | Aleksander Morgado | |
2012-08-20 | novatel: add detailed CDMA registration state checks | Aleksander Morgado | |
2012-08-20 | novatel: custom signal quality loading for non-3GPP modems | Aleksander Morgado | |
2012-08-20 | novatel: allowed modes and access tech loading only in non-CDMA modems | Aleksander Morgado | |
2012-08-20 | novatel: configure SM storage as default always | Aleksander Morgado | |
2012-08-20 | novatel: implement custom messaging unsolicited messages enabling | Aleksander Morgado | |
2012-08-20 | novatel: implement current access technology loading | Aleksander Morgado | |
2012-08-20 | novatel: implement allowed mode loading/setting | Aleksander Morgado | |
Settings are given with the 'AT$NWRAT' arguments as follows: 1,1: 2G allowed 2,1: 3G allowed 0,2: 2G and 3G allowed, none preferred 1,2: 2G and 3G allowed, 2G preferred 2,2: 2G and 3G allowed, 3G preferred | |||
2012-08-20 | novatel: flip secondary ports to AT mode during port setup | Aleksander Morgado | |
2012-08-20 | novatel: new `MMBroadbandModemNovatel' | Aleksander Morgado | |
2012-08-20 | novatel: start porting the Novatel plugin | Aleksander Morgado | |
2012-08-20 | novatel-lte: reorganize code | Aleksander Morgado | |
Just to make it more aligned with how other plugins are structured. | |||
2012-08-20 | novatel-lte: renamed the plugin to "Novatel LTE" | Aleksander Morgado | |
This plugin only handles the E362 right now. | |||
2012-08-20 | broadband-bearer,icera: fix CID matching for unsolicited IPDPACT responses | Ben Chan | |
2012-08-20 | icera: fix modem_load_current_bands and modem_set_bands | Ben Chan | |
This patch modifies MMBroadbandModemIcera as follows: - Change modem_load_current_bands to report only bands that are currently enabled - Change modem_set_bands to handle setting ANY band in a way that no forbidden bands are activated. | |||
2012-08-17 | icera: add missing break statement in MMBroadbandBearerIcera set_property | Ben Chan | |
2012-08-09 | nokia: implement custom supported modes loading | Aleksander Morgado | |
Nokia handsets report incorrect modes in AT+WS46?, so just fully skip that. | |||
2012-08-09 | zte: plug memleak | Aleksander Morgado | |
The GError wasn't properly disposed. Reported by: Ben Chan <benchan@google.com> | |||
2012-08-06 | zte: use +CFUN=4 for powering down | Aleksander Morgado | |
Icera-based ZTE already has the same functionality coming from the parent `MMBroadbandModemIcera' modem object. | |||
2012-08-06 | zte: plugin fully ported | Aleksander Morgado | |
2012-08-06 | zte: setup/cleanup unsolicited messages in Icera based modems | Aleksander Morgado | |
2012-08-06 | zte: use common unsolicited messages handler setup in Icera based modems | Aleksander Morgado | |
2012-08-06 | zte: use common unsolicited messages handler setup | Aleksander Morgado | |
2012-08-06 | zte: new common code to setup unsolicited event handlers | Aleksander Morgado | |
2012-08-06 | zte: try +CPMS? calls after SIM unlock until SIM gets ready | Aleksander Morgado | |
2012-08-06 | zte: carrier-detect disabled in serial ports | Aleksander Morgado | |
2012-08-06 | zte: support Icera-based modems | Aleksander Morgado | |
We request Icera support check during port probing, and we then decide which modem object to create based on the check results. | |||
2012-08-06 | zte: implement access technology loading | Aleksander Morgado | |
2012-08-06 | zte: implement allowed mode loading/setting | Aleksander Morgado | |
2012-08-06 | zte: setup ports and unsolicited message handling | Aleksander Morgado | |
2012-08-06 | zte: new `MMBroadbandModemZte' | Aleksander Morgado | |
2012-08-06 | zte: start porting the ZTE plugin | Aleksander Morgado | |
2012-08-06 | nokia: no need specific port grabbing | Aleksander Morgado | |
The udev tags for port grabbing hints are for Icera-based Nokia modems only. | |||
2012-08-06 | nokia-icera: new plugin to handle Icera-based Nokia modems | Aleksander Morgado | |
We have a whole new plugin because the whole probing process is different between the Icera and non-Icera based Nokia modems. | |||
2012-08-06 | nokia: don't support Icera-based modems | Aleksander Morgado | |
Nokia CS Internet sticks are based on Icera chipsets; the default Nokia plugin shouldn't handle them. | |||
2012-08-06 | samsung: use generic power down of the Icera modem | Aleksander Morgado | |
2012-08-06 | icera: use +CFUN=4 for power down in all Icera modems | Aleksander Morgado | |
2012-08-06 | icera: remove `MMIfaceIcera' | Aleksander Morgado | |
2012-08-06 | samsung: make the modem object inherit from the `MMBroadbandModemIcera' | Aleksander Morgado | |
2012-08-06 | icera: create a generic broadband bearer when no net ports available | Aleksander Morgado | |
2012-08-06 | icera: allow specifying at modem/bearer level whether we want DHCP or STATIC | Aleksander Morgado | |
2012-08-06 | icera: new `MMBroadbandModemIcera' | Aleksander Morgado | |
We'll get rid of the `MMIfaceIcera'. | |||
2012-08-06 | icera: implement dynamic band support checking | Dan Williams | |
Turns out we can check supported bands by asking the modem what the enabled state is for the bands it says it supports, and then setting the enabled state to what it currently is. For bands the modem actually doesn't support, it'll return an error. Use that to build up the modem's actual supported band list. | |||
2012-08-06 | samsung: use generic Icera band handling functions | Dan Williams | |
2012-08-06 | icera: add generic band handling functions | Dan Williams | |
2012-08-06 | samsung: use generic Icera unlock retries checking functions | Dan Williams | |
2012-08-06 | icera: add generic unlock retries checking | Dan Williams | |
2012-08-06 | samsung: add Samsung Electronics, Inc. as copyright owners | Aleksander Morgado | |
They actually wrote the original Samsung plugin in ModemManager 0.5. | |||
2012-08-06 | samsung: new `MMBroadbandBearerSamsung' | Aleksander Morgado | |
Based on the Icera bearer, but using DHCP in the net port. |