summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2011-07-24huawei: Set slave channel for NW DEACT notificationsMarcel Holtmann1-0/+2
2011-07-24huawei: Use AT&C0 to disable data carrier detectMarcel Holtmann1-111/+25
When the DCD is disabled the modem does not hangup anymore after the data connection. So all workarounds due to TTY hangup can be removed.
2011-07-24ifx: Fix race condition when online/offline operation failsMarcel Holtmann1-7/+6
2011-07-24udev: Add support for Huawei E398 modemsMarcel Holtmann1-0/+3
2011-07-24udev: Add detection support for Samsung LTE donglesMarcel Holtmann2-0/+40
2011-07-23udev: add support for Huawei CDMA dongles.Bertrand Aygon1-0/+2
2011-07-22mbm: Use at_util's cpin polling implementationDenis Kenzior1-43/+20
2011-07-22udev: Fix whitespace damageMarcel Holtmann1-2/+2
2011-07-22udev: add support for SpeedUp CDMA dongles.Bertrand Aygon1-0/+2
2011-07-21hfp_ag: Minor style tweaksDenis Kenzior1-7/+6
2011-07-21hfp_ag: start server on sim 'ready' stateFrédéric Danis1-14/+55
update HFP AG server to start only when a modem has its SIM atom in 'ready' state and has voice call capability
2011-07-21phonesim: Implement 'local' hfp driverDenis Kenzior1-22/+166
2011-07-21hfp_hf: Reorganize common code into hfpmodemDenis Kenzior1-224/+26
2011-07-21speedupcdma: Create skeleton for Speed Up CDMA modem supportGuillaume Zajac1-0/+210
2011-07-20ofono.rules: Add rules for Tata ZTE MF 631Bertrand Aygon1-0/+3
2011-07-18ofono.rules: Add rules for Reliance ZTE MF 688Bertrand Aygon1-0/+3
2011-07-17connman: Handle D-Bus without fd passing supportMarcel Holtmann1-1/+7
2011-07-12ofono.rules: Add rules for ZTE MF 637 modemBertrand Aygon1-3/+7
2011-07-12ofono.rules: Add rules for SpeedUp 8000 modemBertrand Aygon1-0/+8
2011-07-12connman: Refactor request_replyDenis Kenzior1-41/+53
2011-07-12connman: Perform more renamingDenis Kenzior1-11/+11
2011-07-12connman: Refactor pns_releaseDenis Kenzior1-17/+20
2011-07-12connman: Rename to be clearerDenis Kenzior1-2/+2
2011-07-12plugins: add connman private network driverGuillaume Zajac1-0/+287
2011-07-12huaweicdma: Create skeleton for Huawei CDMA modem supportGuillaume Zajac1-0/+170
2011-07-10ofono.rules: Add udev rules for SpeedUp 7300Bertrand Aygon1-0/+4
2011-07-10ofono.rules: Add ofono rules for ZTE MF190Nicolas Bertrand1-0/+3
2011-07-11huawei: Use correct command for setting offline modeMarcel Holtmann1-2/+2
According to some Huawei related documentation it is better to use AT+CFUN=7 for offline mode instead of AT+CFUN=5.
2011-07-08phonesim: add support of +CBCFrédéric Danis1-0/+64
PTS test TP/PSI/BV-03-I [Transfer Battery Level Indication] needs to change battery level and check that the battery level indication is received at the HF. So add support for +CBC in phonesim plugin, and force update of the battery indicator on HFP AG Emulator registration.
2011-07-07zte: Create gprs & gc in post_simBertrand Aygon1-6/+7
2011-07-07zte: Use decode_at_error insteadBertrand Aygon1-4/+3
2011-07-06udev: Add udev rules for SpeedUp modemsBertrand Aygon2-0/+63
2011-07-06plugins: add speedup driverBertrand Aygon1-0/+334
2011-07-05bluetooth: Remove data in all situationsLuiz Augusto von Dentz3-35/+78
If an adapter or device is removed any data associate should be removed, otherwise the next time they appear/are created the drivers may not asssociate again.
2011-07-05rules: Add ofono rule for Huwaei modem E173Guillaume Zajac1-0/+3
2011-07-05rules: Add ofono rule for ZTE modem MF668Guillaume Zajac1-0/+3
2011-07-05rules: Add ofono rule for ZTE modem MF180Guillaume Zajac1-0/+3
2011-06-30bluetooth: make uuid profile detection more genericLuiz Augusto von Dentz2-16/+19
2011-06-30bluetooth: use lower case for UUIDsLuiz Augusto von Dentz1-1/+1
BlueZ also uses lower case
2011-06-30udev: fix detection of HP HS2330 (3607gw)Michael Schloh von Bennewitz1-0/+1
commit 6a2847f7aba5d84b06940ee29300d4b6fd31d682 introduced basic detection of HP HS2330 based on OEM Ericsson F3607gw modems. Because some (or all?) HS2330 modems contain flawed text identifiers containing strange (probably erroneous) binary sequences in place of the ASCII space '\x20' character, the previous commit is incomplete. The following logic detects the modem properly, by comparing binary data as well as ASCII text values.
2011-06-27udev: Tweak detection rules for HP HS2330 cardsDenis Kenzior1-0/+4
2011-06-27udev: changed linktop device stringsAmit Mendapara1-2/+2
2011-06-27linktop: reimplemented with minimum featuresAmit Mendapara1-71/+45
The device supports subset of ST-Ericsson AT command extensions but nither STE nor the MBM plugin works with these devices. Fixes MeeGo bug #14784
2011-06-27mbm: Use decode_error from atutilDenis Kenzior1-4/+3
2011-06-20hfp_hf: update to use new HFP enumsFrédéric Danis1-6/+6
2011-06-19hfp_ag: fix SDP recordFrédéric Danis1-1/+1
HFP AG supports 3 way calls
2011-06-17u8500: Use new UICC SIM driverAki Niemi1-1/+1
2011-06-14udev: add initial Telit supportBernhard Guillon2-0/+57
2011-06-08telit: Use more generic error decodingDenis Kenzior1-4/+3
2011-06-08telit: Make sure to clean up the sourceDenis Kenzior1-1/+12