Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-14 | simtech: implement custom allowed/preferred mode loading | Aleksander Morgado | |
2012-04-14 | simtech: implement custom access technology loading | Aleksander Morgado | |
2012-04-14 | simtech: implement custom unsolicited events enabling/disabling | Aleksander Morgado | |
2012-04-14 | simtech: implement custom unsolicited events setup/cleanup | Aleksander Morgado | |
2012-04-14 | simtech: new `MMBroadbandModemSimtech' object | Aleksander Morgado | |
2012-04-14 | simtech: include udev rules | Aleksander Morgado | |
2012-04-14 | build: split includes for plugin specific udev rules | Aleksander Morgado | |
Let each plugin block include its own udev rules, instead of having them all together at the end of the Makefile. | |||
2012-04-14 | simtech: start porting the SimTech plugin | Aleksander Morgado | |
2012-04-10 | bearer: allow subclasses to report disconnection | Aleksander Morgado | |
The new `mm_bearer_report_disconnection()' allows subclasses to notify about being disconnected, so that every layer of inheritance can chain its own code to reset the connection status. This commit partially disables the logic included in commit 981222. Now subclasses (actually, no one) are not allowed to g_object_set() the MM_BEARER_STATUS property. | |||
2012-04-10 | cinterion: no need for custom supported modes loading | Aleksander Morgado | |
2012-04-10 | novatel: no need for custom supported modes loading | Aleksander Morgado | |
2012-03-31 | iridium: remove previous modem implementation | Aleksander Morgado | |
2012-03-31 | linktop: plugin fully ported | Aleksander Morgado | |
2012-03-29 | broadband: ensure 3GPP location info gets updated when enabling the source | Aleksander Morgado | |
Whenever 3GPP location source gets enabled, we'll launch new registration status checks (to get updated LAC/CI) and new operator code/name checks (to get updated MCC/MNC). Additional changes were needed in the HSO plugin, so that the specific location gathering enabling implemented by the HSO modem chains up parent's one first. | |||
2012-03-29 | hso: include support for the raw GPS location source | Aleksander Morgado | |
2012-03-29 | hso: report received NMEA traces | Aleksander Morgado | |
2012-03-29 | hso: open/close the raw GPS port when we enable/disable GPS gathering | Aleksander Morgado | |
2012-03-29 | hso: ensure GPS is disabled when we initialize the modem | Aleksander Morgado | |
2012-03-29 | hso: enable/disable GPS location gathering | Aleksander Morgado | |
2012-03-29 | hso: include custom location capabilities loading | Aleksander Morgado | |
Will check for GPS location sources. | |||
2012-03-28 | hso: grab GPS-specific ports | Aleksander Morgado | |
2012-03-28 | hso: plug small memleak when building devfile | Aleksander Morgado | |
Why do we need the devfile anyway? | |||
2012-03-26 | option: fix loading current allowed modes | Aleksander Morgado | |
The proper command to check the current allowed modes is `AT_OPSYS?'. | |||
2012-03-26 | Revert "option: fix allowed modes response parsing" | Aleksander Morgado | |
This reverts commit 0bc824b452de45815a8b8675d2b041a5eb98cb4c. The fix is NOT to change the expected result, but to change the command itself. | |||
2012-03-26 | option: fix disabling sequence handling | Aleksander Morgado | |
This provides the proper fix for the disabling sequence, also amending the erroneous checks introduced in commit 5b10af0f. | |||
2012-03-26 | hso: skip the 10s timeout in High-Speed Option devices | Aleksander Morgado | |
Will only be applied to non-HSO Option modems. | |||
2012-03-26 | hso: update connection status only in the bearer matching the specific CID | Aleksander Morgado | |
2012-03-26 | hso: fix segfault in bearer status update handling | Aleksander Morgado | |
2012-03-26 | option: fix reading port-specific setup file | Aleksander Morgado | |
The `physdev' stored in the probe is the sysfs path of the parent device, that owning all ports. We need to build the setup file path using the port's sysfs path instead. | |||
2012-03-24 | hso: probe for QCDM ports | Aleksander Morgado | |
2012-03-24 | hso: fix bearer private data handling | Aleksander Morgado | |
2012-03-24 | option: handle special 'auto' mode when setting allowed/preferred modes | Aleksander Morgado | |
2012-03-24 | option: handle response specifying automatic mode | Aleksander Morgado | |
Option modems may reply '_OPSYS: 5,2' to report automatic mode being used. | |||
2012-03-24 | option: fix setting allowed modes | Aleksander Morgado | |
2012-03-24 | option: no result expected in unsolicited enabling/disabling sequence | Aleksander Morgado | |
2012-03-24 | option: fix allowed modes response parsing | Aleksander Morgado | |
Expecting a `_OSSYS' reply, not `_OPSYS'. | |||
2012-03-18 | anydata: plugin fully ported | Aleksander Morgado | |
2012-03-18 | anydata: ignore several unsolicited messages | Aleksander Morgado | |
2012-03-18 | anydata: implement modem reset | Aleksander Morgado | |
2012-03-18 | anydata: get detailed CDMA1x/EVDO registration states | Aleksander Morgado | |
2012-03-18 | anydata: don't get serving system with +CSS? | Aleksander Morgado | |
2012-03-18 | anydata: start porting the AnyDATA plugin | Aleksander Morgado | |
2012-03-18 | libmm-common: new common uint/int/str parsers | Aleksander Morgado | |
2012-03-16 | hso,option: plugins fully ported | Aleksander Morgado | |
2012-03-16 | hso: custom disconnection implementation | Aleksander Morgado | |
2012-03-16 | broadband-bearer: pass down CID to the 3GPP-specific disconnection logic | Aleksander Morgado | |
2012-03-16 | hso: custom IP config retrieval implementation | Aleksander Morgado | |
2012-03-16 | novatel: assume only IPv4 supported for now | Aleksander Morgado | |
2012-03-16 | hso: let modem report connection status to the bearer | Aleksander Morgado | |
Connection status notifications are unsolicited; the modem will receive them and it will forward them to the available bearer. | |||
2012-03-16 | hso: always create a HSO-specific broadband bearer | Aleksander Morgado | |