summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.181.18Marcel Holtmann2016-05-032-1/+22
|
* plugins/ril: enable STKCaiwen Zhang2016-05-031-1/+1
|
* rilmodem/stk: add STK support for rilmodemCaiwen Zhang2016-05-034-0/+244
|
* gobi: Fix warningDenis Kenzior2016-05-031-2/+3
| | | | | | | | plugins/gobi.c: In function ‘gobi_pre_sim’: plugins/gobi.c:431:2: error: ‘sim_driver’ may be used uninitialized in this function [-Werror=maybe-uninitialized] ofono_sim_create(modem, 0, sim_driver, data->device); ^
* udevng: Fixup various minor style issuesDenis Kenzior2016-05-031-11/+18
|
* udevng: Add support for Sierra MC73xx QMI modemsMartin Chaplet2016-05-031-4/+21
| | | | | | | | | | Udevng layer is changed in order to support Sierra QMI modems like MC73cxx. Identically to Huawei modems, these modems are parsed by setup_sierra. If QMI interface is detected, the Gobi modem driver is selected. Unfortunately, MC73xx chips seem to have a broken QMI UIM interface. The qmimodem-legacy is so forced in setup function.
* udevng: Improve modem properties detectionMartin Chaplet2016-05-031-1/+15
| | | | | | * Add driver's subsystem information (net, usb, tty, ...) * Improve interface number extraction by scanning also device and parent attributes
* gobi: Enable SIM driver forcingMartin Chaplet2016-05-031-2/+8
| | | | | Some gobi devices do not actually support UIM interface. So if the "ForceSimLegacy" property is set, force the qmimodem-legacy SIM driver.
* AUTHORS: Mention Martin's contributionsDenis Kenzior2016-05-021-0/+1
|
* udevng: Add usbmisc scan for QMI devicesMartin Chaplet2016-05-021-1/+3
| | | | cdc-wdm0 are now usbmisc devices
* radio-settings: Fix styleDenis Kenzior2016-04-271-0/+1
|
* radio-settings: Init pending_band_{gsm|umts}Antara Borwankar2016-04-271-4/+6
| | | | | | | The set_band method takes two parameters for band settings, one for gsm and one for umts. When loaded from storage, and they are not set to defaults, the band variables can get out of sync when setting the GsmBand and UmtsBand properties.
* rilmodem: Remove no longer relevant TODODenis Kenzior2016-04-271-11/+0
|
* include: Remove unused query_locked methodDenis Kenzior2016-04-271-6/+0
|
* isi: Change query_locked to query_facility_lockDenis Kenzior2016-04-271-2/+2
|
* isimodem: Remove unimplemented query_locked methodDenis Kenzior2016-04-271-9/+0
|
* atmodem: Change query_locked to query_facility_lockDenis Kenzior2016-04-271-5/+5
|
* sim: Query the status of PS and PN facility locksSamrat Guha Niyogi2016-04-271-0/+62
|
* rilmodem: Fix styleDenis Kenzior2016-04-271-3/+5
|
* rilmodem: Implement sim atom query_facility_lockSamrat Guha Niyogi2016-04-271-0/+49
|
* include: Add query_facility_lock methodSamrat Guha Niyogi2016-04-271-0/+6
|
* doc: Fix enumeration value to be gprs and not gsmCaiwen Zhang2016-04-271-1/+1
|
* radio-settings: Fix 80-character limitDenis Kenzior2016-04-261-1/+1
|
* AUTHORS: Mention Antara's contributionsDenis Kenzior2016-04-261-0/+1
|
* radio-settings: Store GSM and UMTS band settingsAntara Borwankar2016-04-261-32/+68
|
* stk: clean up undefined function pointer castsJohn Ernberg2016-04-261-4/+2
|
* configure: Bump glib dependecy to 2.32John Ernberg2016-04-261-2/+2
| | | | Needed to support g_queue_free_full
* ril_sofia3gr: Add quirk to radio_settings atomDenis Kenzior2016-04-251-1/+2
|
* ril: vendorize SoFiA set_band implementationDenis Kenzior2016-04-251-6/+27
| | | | | Since the set_band implementation uses an OEM hook, it should be wrapped behind a vendor quirk.
* rilmodem: Driver code to set band mode and valueAntara Borwankar2016-04-251-0/+109
| | | | set_band driver to set GSM band and UMTS band
* simfs: Remove explicit castsJohn Ernberg2016-04-221-3/+3
|
* sim: Remove explicit castsJohn Ernberg2016-04-221-19/+10
|
* phonebook: Remove explicit castsJohn Ernberg2016-04-221-10/+14
| | | | | Casting between incompatible function pointer types is undefined. So remove such casts when possible.
* unit: Use g_slist_free_fullJohn Ernberg2016-04-221-14/+7
|
* voicecall: Use g_slist_free_fullJohn Ernberg2016-04-221-5/+2
|
* ussd: Use g_slist_free_fullJohn Ernberg2016-04-221-5/+5
|
* stkutil: Use g_slist_free_fullJohn Ernberg2016-04-221-27/+12
|
* smsutil: Use g_slist_free_fullJohn Ernberg2016-04-221-14/+7
|
* sms: Use g_slist_free_fullJohn Ernberg2016-04-221-6/+3
|
* simutil: Use g_slist_free_fullJohn Ernberg2016-04-221-4/+2
|
* network: Use g_slist_free_fullJohn Ernberg2016-04-221-2/+1
|
* modem: Use g_slist_free_fullJohn Ernberg2016-04-221-4/+2
|
* handsfree: Use g_slist_free_fullJohn Ernberg2016-04-221-2/+1
|
* cdma-smsutil: Use g_slist_free_fullJohn Ernberg2016-04-221-2/+1
|
* cbs: use g_slist_free_fullJohn Ernberg2016-04-221-18/+9
|
* smart-messaging: Use g_slist_free_fullJohn Ernberg2016-04-221-4/+2
|
* bluez4: Remove unneeded castsJohn Ernberg2016-04-221-4/+3
|
* gatchat: Use g_slist_free_fullJohn Ernberg2016-04-221-8/+5
|
* stemodem: Use g_slist_free_fullJohn Ernberg2016-04-221-2/+1
|
* rilmodem: Use g_slist_free_fullJohn Ernberg2016-04-221-4/+2
|