summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2011-02-01plugins: fix misspellingLucas De Marchi1-1/+1
2011-02-01ste: Add support for CBS interfaceLasse Kunnasluoto1-0/+2
STE modems support standard AT commands in CBS
2011-01-31mbm: add radio-settings supportJeevaka Badrappan1-0/+2
2011-01-29plugins: remove NULL checkJeevaka Badrappan10-36/+4
2011-01-29gobi: Use permissive AT syntax parserMarcel Holtmann1-1/+1
Trying to use the GSM V1 parser will break sending SMS. So just accept that Gobi is another device where the strict syntax parser won't work.
2011-01-29tc65: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29hso: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29zte: Move SMS support into post_sim stageMarcel Holtmann1-2/+3
2011-01-29novatel: Move SMS support into post_sim stageMarcel Holtmann1-3/+5
2011-01-29huawei: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29ste: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-29mbm: Move SMS support into post_sim stageMarcel Holtmann1-2/+2
2011-01-29ifx: Move SMS support into post_sim stageMarcel Holtmann1-2/+3
2011-01-29gobi: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-28phonesim: Move sms atom to post_sim stateDenis Kenzior1-3/+4
2011-01-28udev: Enable Dell 5540 AGPS interfaceZhigang Li1-1/+1
2011-01-27sierra: Use vendor quirk for SIM driverMarcel Holtmann1-1/+2
2011-01-27sierra: Add support GPRS registrationMarcel Holtmann1-0/+4
2011-01-27sierra: Add support for online modeMarcel Holtmann1-1/+35
2011-01-27novatel: Handle modem enable errors properlyMarcel Holtmann1-2/+1
2011-01-27n900: fix set onlineKai Vehmanen1-1/+1
Invalid MTC_STATE_REQ messages were sent, causing failures in going online.
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