summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* mbm: Remove data->reopen_source timer before setting up new oneTomasz Gregorek2011-01-141-0/+3
| | | | | | Check if there is a timer running already and remove it before creating a new one. This will prevent calling reopen_callback() more than if mbm_disconnect() is called more than once.
* mbm: Adding timer removal to mbm_remove()Tomasz Gregorek2011-01-141-0/+5
| | | | | | | In case the modem is disconnected during enabling process, mbm_disconnect() will set up data->reopen_source timer. This timer needs to be removed in mbm_remove() to stop execution of reopen_callback() after hardware disconnection.
* ifx: add ctm create to ifx pluginJeevaka Badrappan2011-01-141-0/+2
|
* nokiacdma: Add CDMA devinfo supportDara Spieker-Doyle2011-01-131-0/+2
|
* udev: Add nokiacdma deviceDara Spieker-Doyle2011-01-121-0/+15
|
* ofono-rules: Add nokiacdma deviceDara Spieker-Doyle2011-01-121-0/+4
|
* nokiacdma: Minor fixesDenis Kenzior2011-01-121-2/+5
|
* nokiacdma: Add plugin and CDMA MO Call SupportDara Spieker-Doyle2011-01-121-0/+171
|
* plugins: M15 coding style fixJeevaka Badrappan2011-01-124-8/+8
|
* udev: Add another Sierra Wireless modem to the listMarcel Holtmann2011-01-111-0/+1
|
* plugin: Add ste modem init daemon integrationSjur Brændeland2011-01-111-0/+390
| | | | | | | | | | This patch introduces auto discovery of ST-Ericsson modems. ST-Ericsson modems (M57XX, M7XX, M74XX) are managed by a Modem Init Daemon responsible for start, power cycles, flashing etc. This STE plugin monitors the modem state exposed from the Modem Init Daemon's Dbus API. When the modem is in state "on" the STE modem is created and registered. Muliple modem instances, and reset handling is supported.
* sierra: Add skeleton for Sierra modem pluginMarcel Holtmann2011-01-101-0/+231
|
* udev: Add support for Sierra device detectionMarcel Holtmann2011-01-102-0/+42
|
* huawei: use VENDOR_HUAWEI quirk on sim creationLucas De Marchi2011-01-101-1/+1
|
* udev: Minor style fixDenis Kenzior2011-01-101-1/+1
|
* udev: Handle TC65 modemOskari Timperi2011-01-101-0/+15
|
* tc65: Minor style fixesDenis Kenzior2011-01-101-0/+2
|
* tc65: Simplify logicDenis Kenzior2011-01-101-8/+1
|
* tc65: No need to g_strdup options in the hashtableDenis Kenzior2011-01-101-19/+9
|
* Add plugin for Cinterion TC65 modemOskari Timperi2011-01-101-0/+265
|
* gobi: Add support for basic network registration handlingMarcel Holtmann2011-01-091-1/+206
|
* gobi: Add skeleton for Qualcomm Gobi modem pluginMarcel Holtmann2011-01-091-0/+60
|
* udev: Add support for Qualcomm Gobi device detectionMarcel Holtmann2011-01-092-0/+40
|
* n900: use simplified client interfacePekka Pessi2011-01-071-6/+6
| | | | Use MTC_STATE_REQ_TIMEOUT with MTC_STATE_REQ, too.
* isiusb: use simplified client interfacePekka Pessi2011-01-071-3/+4
|
* hso: Add support for checking SIM ready statusMarcel Holtmann2011-01-051-13/+94
|
* hso: Add support for model type check on bootupMarcel Holtmann2011-01-051-4/+32
|
* mbm: Fix check for modem modelMarcel Holtmann2011-01-051-3/+3
|
* push-notification: Handle notifications with source port 0Marcel Holtmann2010-12-241-6/+19
| | | | | | It seesm that some networks send the push notifications with a source port of 0 instead of 9200. Instead of accepting any source port, add an additional datagram handler for the source port 0.
* n900: remove unneeded g_isi_client_destroy callAndrzej Zaborowski2010-12-231-1/+0
| | | | "client" is either NULL or uninitialised in this place.
* isigen: Rename generic USB plugin to isiusbAki Niemi2010-12-223-24/+24
|
* n900: Enable message tracing and debuggingAki Niemi2010-12-221-1/+4
|
* n900: Adapt and refactor n900 pluginAki Niemi2010-12-222-203/+197
|
* isigen: Enable message tracing and debuggingAki Niemi2010-12-221-1/+4
|
* isigen: Adapt and refactor isigen pluginAki Niemi2010-12-221-195/+185
|
* huawei: cancel poll when going to a valid stateLucas De Marchi2010-12-211-0/+5
|
* ste: Move radio_settings to post_simDenis Kenzior2010-12-211-1/+1
|
* novatel: Move radio_settings to post_simDenis Kenzior2010-12-211-3/+12
|
* n900: Move radio_settings to post_simDenis Kenzior2010-12-211-1/+1
|
* isigen: Move radio_settings to post_simDenis Kenzior2010-12-211-1/+1
|
* ifx: Move radio_settings to post_simDenis Kenzior2010-12-211-1/+1
|
* huawei: Move radio_settings to post_simDenis Kenzior2010-12-211-3/+1
|
* hso: Move radio_settings to post_simDenis Kenzior2010-12-211-2/+1
|
* huawei: Add support for radio settingsLucas De Marchi2010-12-211-0/+4
|
* huawei: fix SIM state notification when lockedLucas De Marchi2010-12-211-0/+28
| | | | | | | | | When SIM is locked, huawei modem does not send any notification about SIM state change because it does not differentiate 'invalid' from 'locked'. In order to be able to unlock the sim, this patch forces a notification of a valid state after a timeout.
* udev: Fix warning in compilationAntti Paila2010-12-211-1/+0
|
* udev: Handle calypso driverNeil Jerram2010-12-201-0/+16
|
* huawei: set huawei em770 modem device to 01M. Dietrich2010-12-201-1/+1
| | | | | device 00 is ppp capable while 01 is not. 01 does everything else fine so ofono works with it flawlessly.
* phonesim: Move call forwarding to post simJeevaka Badrappan2010-12-171-1/+2
|
* plugins/n900: Move call forwarding to post simJeevaka Badrappan2010-12-171-1/+1
|