summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2010-01-27Style: Don't go over 80 charactersDenis Kenzior1-2/+4
2010-01-27Fix: Remove unused includesDenis Kenzior1-11/+0
2010-01-27Add copyright note to the HFP pluginGustavo F. Padovan1-0/+1
2010-01-27Remove wrong copyright statement within HFP pluginMarcel Holtmann1-1/+0
2010-01-27Limit HFP plugin loading to D-Bus 1.3 only systemsMarcel Holtmann1-0/+3
2010-01-27Add HFP support through BlueZGustavo F. Padovan2-16/+462
It uses BlueZ through to get HFP working following the org.bluez.HandsfreeGateway and org.bluez.HandsfreeAgent from the BlueZ D-Bus API. You need the HFP suport into BlueZ and the new D-Bus 1.3 or later with fd-passing support. Many thanks to Zhenhua Zhang <zhenhua.zhang@intel.com> for its prototype on this code.
2010-01-27Add STE modem support for GPRS PDP ContextsSjur Brændeland1-1/+1
2010-01-25Add STE modem pluginSjur Brændeland1-0/+253
2010-01-20Add quirk for cid and lac handling for HuaweiJussi Kukkonen1-1/+2
2010-01-12Style: Trailing whitespace & extra linesDenis Kenzior1-6/+6
2010-01-06Use short serial number for udev detected devicesMarcel Holtmann1-2/+22
2010-01-06Port udev (temporarily) to the new frameworkDenis Kenzior1-1/+1
2010-01-06Port modemconf to the new frameworkDenis Kenzior1-1/+1
2010-01-01Update copyright informationMarcel Holtmann13-13/+13
2009-12-17Style: Repeat for pluginsDenis Kenzior5-7/+14
2009-12-09New modem desc for f3607g modem in Samos platformMartin Xu1-0/+6
2009-12-07Register to MBM ERINFO notificationDenis Kenzior1-0/+23
This is purely for information gathering purposes
2009-12-07Add HSO quirk to hso modem driverDenis Kenzior1-1/+4
2009-12-05Require udev-143 or laterMarcel Holtmann1-17/+0
2009-12-02Fix: Convert PalmPre plugin to new world orderDenis Kenzior1-0/+4
2009-12-02Fix: Convert Novatel plugin to new world orderDenis Kenzior1-0/+3
2009-12-02Fix: Convert MBM plugin to new world orderDenis Kenzior1-0/+3
2009-12-02Fix: Convert Huawei plugin to new world orderDenis Kenzior1-0/+3
2009-12-02Fix: Convert HSO plugin to new world orderDenis Kenzior1-4/+8
2009-12-02Fix: Convert G1 plugin to new world orderDenis Kenzior1-0/+9
2009-12-01Fix: Force calypso to return to command mode ASAPDenis Kenzior1-2/+2
Calypso firmware is just bizarre. It seems that if anything is sent before CPI=3 to the DLC handling voice commands, the ATD will not return to command mode immediately, but instead wait until connected / failed condition occurs. If CPI=3 is sent first, then calypso will go to command mode immediately after ATD is issued and report CPI indications as usual.
2009-12-01Fix: Remove duplicate atoms from calypso pluginDenis Kenzior1-2/+0
2009-12-01Fix: Disable echo on all calypso DLCsDenis Kenzior1-1/+3
2009-11-26Update calypso plugin to the new wakeup handlingDenis Kenzior1-2/+2
2009-11-26Fix: Make Calypso handling a bit betterDenis Kenzior1-2/+4
2009-11-25Add udev rules for Option GI0201 and GTM382 modemsMarko Saukko1-0/+2
2009-11-24Fix: Move CHLD from voicecall driver to pluginZhenhua Zhang1-4/+60
According HFP v1.5 spec, AT+CHLD=? should be a part of SLC connection. So we should not do it after SLC connection is created.
2009-11-24Fix: Order of CMER and CIND in SLC connectionZhenhua Zhang1-20/+20
According to the HFP 1.5 specification the order of commands is actually important. The required sequence is to use CIND=?, CIND? and then CMER. Currently oFono issues commands in the order of CIND=?, CMER, CIND?
2009-11-24Fix: handle weird Dell 5530 mbm card network nameMartin Xu1-1/+2
2009-11-24Move g_at_chat_add_terminator after chat object is verifiedMarcel Holtmann1-1/+2
2009-11-24Support Huawei specific terminatorYang Gu1-0/+1
2009-11-23Fix: Try sending AT<CR>Denis Kenzior1-1/+1
Sometimes <CR> doesn't work
2009-11-18Turn off echo on HSO modemsDenis Kenzior1-0/+3
2009-11-18Make HSO modem driver use App & Control portsDenis Kenzior1-29/+59
The Application port gets all unsolicited notifications except for OWANCALL notifications. In turn only the Control port gets OWANCALL notifications. This means that we run GPRS Context control on the Control port and network registration / sms on the application port
2009-11-18Make HSO support detect Application & Control portDenis Kenzior1-5/+13
2009-11-18Fix: Use none_prefixDenis Kenzior1-3/+5
Do not eat up unsolicited notifications that might arrive as a result of CFUN=0
2009-11-18Add initial HSO GPRS context driverDenis Kenzior1-0/+10
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-8/+9
For PalmPre driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For Novatel driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-5/+5
For MBM driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For Huawei driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For HSO driver
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-4/+5
For G1 Driver
2009-11-18Support SonyEricsson MD300Denis Kenzior1-1/+2
2009-11-17Fix: Use Application port instead of ControlDenis Kenzior1-1/+1
It seems Control port does not send CGREG unsolicited notifications