summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2011-01-24gobi: Handle broken SIM status notification gracefullyMarcel Holtmann1-3/+10
2011-01-22gobi: Enable handling for GPRS registrationMarcel Holtmann1-0/+5
2011-01-22gobi: Check for SIM status first before enabling SIM cardMarcel Holtmann1-5/+47
2011-01-22gobi: Enable vendor quirk for network registrationMarcel Holtmann1-1/+1
2011-01-22gobi: Add support for SMS, CBS and USSD interfacesMarcel Holtmann1-0/+7
2011-01-20bluetooth: Add reference count for bluetooth utilsFrédéric Danis1-19/+32
Add bluetooth_ref()/bluetooth_unref() to support reference count in bluetooth utils.
2011-01-19huawei: do not query sim state on pre_simLucas De Marchi1-3/+0
Sim state is already known after modem is enabled and there's no need to query it again. Before this patch, query_sim_state() was called upon huawei_enable() and huawei_pre_sim(). Both functions might call notify_sim_state() with a valid state. Hence we could eventually end up sending AT+CFUN=5 command twice.
2011-01-19ifx: Remove modification of GIOChannel before multiplexer setupMarcel Holtmann1-7/+0
After g_at_chat_new() call the GIOChannel is already in non blocking, no encoding and no buffering mode. So no need for extra modifications.
2011-01-19huawei: do not set timer more than onceLucas De Marchi1-1/+2
If a "^SYSINFO" arrives after the timer for query_sim_locked() has been set up, it'd would set a new timer, signaling a sim state change more than once.
2011-01-18ste: Use UTF-8 as a default character setLasse Kunnasluoto1-0/+4
2011-01-14mbm: Remove data->reopen_source timer before setting up new oneTomasz Gregorek1-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.
2011-01-14mbm: Adding timer removal to mbm_remove()Tomasz Gregorek1-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.
2011-01-14ifx: add ctm create to ifx pluginJeevaka Badrappan1-0/+2
2011-01-13nokiacdma: Add CDMA devinfo supportDara Spieker-Doyle1-0/+2
2011-01-12udev: Add nokiacdma deviceDara Spieker-Doyle1-0/+15
2011-01-12ofono-rules: Add nokiacdma deviceDara Spieker-Doyle1-0/+4
2011-01-12nokiacdma: Minor fixesDenis Kenzior1-2/+5
2011-01-12nokiacdma: Add plugin and CDMA MO Call SupportDara Spieker-Doyle1-0/+171
2011-01-12plugins: M15 coding style fixJeevaka Badrappan4-8/+8
2011-01-11udev: Add another Sierra Wireless modem to the listMarcel Holtmann1-0/+1
2011-01-11plugin: Add ste modem init daemon integrationSjur Brændeland1-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.
2011-01-10sierra: Add skeleton for Sierra modem pluginMarcel Holtmann1-0/+231
2011-01-10udev: Add support for Sierra device detectionMarcel Holtmann2-0/+42
2011-01-10huawei: use VENDOR_HUAWEI quirk on sim creationLucas De Marchi1-1/+1
2011-01-10udev: Minor style fixDenis Kenzior1-1/+1
2011-01-10udev: Handle TC65 modemOskari Timperi1-0/+15
2011-01-10tc65: Minor style fixesDenis Kenzior1-0/+2
2011-01-10tc65: Simplify logicDenis Kenzior1-8/+1
2011-01-10tc65: No need to g_strdup options in the hashtableDenis Kenzior1-19/+9
2011-01-10Add plugin for Cinterion TC65 modemOskari Timperi1-0/+265
2011-01-09gobi: Add support for basic network registration handlingMarcel Holtmann1-1/+206
2011-01-09gobi: Add skeleton for Qualcomm Gobi modem pluginMarcel Holtmann1-0/+60
2011-01-09udev: Add support for Qualcomm Gobi device detectionMarcel Holtmann2-0/+40
2011-01-07n900: use simplified client interfacePekka Pessi1-6/+6
Use MTC_STATE_REQ_TIMEOUT with MTC_STATE_REQ, too.
2011-01-07isiusb: use simplified client interfacePekka Pessi1-3/+4
2011-01-05hso: Add support for checking SIM ready statusMarcel Holtmann1-13/+94
2011-01-05hso: Add support for model type check on bootupMarcel Holtmann1-4/+32
2011-01-05mbm: Fix check for modem modelMarcel Holtmann1-3/+3
2010-12-24push-notification: Handle notifications with source port 0Marcel Holtmann1-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.
2010-12-23n900: remove unneeded g_isi_client_destroy callAndrzej Zaborowski1-1/+0
"client" is either NULL or uninitialised in this place.
2010-12-22isigen: Rename generic USB plugin to isiusbAki Niemi3-24/+24
2010-12-22n900: Enable message tracing and debuggingAki Niemi1-1/+4
2010-12-22n900: Adapt and refactor n900 pluginAki Niemi2-203/+197
2010-12-22isigen: Enable message tracing and debuggingAki Niemi1-1/+4
2010-12-22isigen: Adapt and refactor isigen pluginAki Niemi1-195/+185
2010-12-21huawei: cancel poll when going to a valid stateLucas De Marchi1-0/+5
2010-12-21ste: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21novatel: Move radio_settings to post_simDenis Kenzior1-3/+12
2010-12-21n900: Move radio_settings to post_simDenis Kenzior1-1/+1
2010-12-21isigen: Move radio_settings to post_simDenis Kenzior1-1/+1