summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
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
2011-06-08telit: Update copyrightDenis Kenzior1-1/+1
2011-06-08plugins: Add initial telit UC864-G supportBernhard Guillon1-0/+379
2011-06-06bluetooth: Remove usage of ofono.hDenis Kenzior1-1/+3
2011-06-02huawei: NDIS port doesn't depend on modem portCaiwen Zhang1-4/+3
When creating the NDIS gprs context, do not check the existence of the modem port.
2011-06-02huawei: Minor tweaks to debug messagesDenis Kenzior1-2/+4
2011-06-02huawei: reopen once if open device failedCaiwen Zhang1-1/+35
Sometimes when we try to open the modem (PPP) device, it may fail. If opening the tty failed, retry once one second later.
2011-05-31bluetooth: Initialize GError properlyDenis Kenzior1-1/+1
2011-05-27bluetooth: Remove usage of unused variableMarcel Holtmann1-2/+1
2011-05-27sierra: Remove usage of unused gprs variableMarcel Holtmann1-2/+1
2011-05-27huawei: Remove usage of unused netreg variableMarcel Holtmann1-3/+1
2011-05-25udev: add rule for Option GTM661W modemCaiwen Zhang1-0/+1
2011-05-20gobi: remove set but not used varGustavo F. Padovan1-3/+1
2011-05-20udev: remove set but not used varGustavo F. Padovan1-2/+1
2011-05-11nokia-gpio: Fix memory leakBertrand Aygon1-1/+5
All dir opened with opendir must be closed with closedir
2011-05-11nokia-gpio: Fix minor style issueBertrand Aygon1-1/+0
2011-05-11phonesim: Create atoms in a different orderDenis Kenzior1-2/+2
This uncovers a valgrind condition: ==17231== Invalid read of size 8 ==17231== at 0x4A2461: gprs_context_unregister (gprs.c:2143) ==17231== by 0x46FEB0: __ofono_atom_unregister (modem.c:260) ==17231== by 0x4703C9: modem_change_state (modem.c:407) ==17231== by 0x470664: set_powered (modem.c:848) ==17231== by 0x4706BA: __ofono_modem_shutdown (modem.c:2137)
2011-04-26huawei: Switch to offline mode only if offlineMartin Xu1-1/+2
2011-04-26huawei: Check that the modem device is openMartin Xu1-2/+3
Don't create the gprs atom if the modem device was not opened successfully. Otherwise ofonod will crash.
2011-04-19hfp_ag: Be extra pedantic on plugin cleanupDenis Kenzior1-0/+1
2011-04-19dun_gw: Be extra pedantic on plugin cleanupDenis Kenzior1-0/+6
2011-04-19dun_gw: Minor style tweakDenis Kenzior1-1/+1
2011-04-19hfp_ag: Minor style tweakDenis Kenzior1-1/+1
2011-04-19isiusb: wait for MTC transitions, tooPekka Pessi1-1/+1
2011-04-12plugins: Remove wgmodem2.5 driver for netregAki Niemi2-2/+1
2011-04-12isimodem: Remove split voicecall driverAki Niemi2-2/+1
Only a single driver created, with two clients checked for reachability in parallel.
2011-04-12isimodem: Rename resource debug macroAki Niemi3-4/+4
2011-03-29gnss: fix broken buildOlivier Guiter1-0/+1
2011-03-28phonesim: add gnss supportDenis Kenzior1-0/+1
2011-03-28ste: add support for gnssJarko Poutiainen1-2/+6
2011-03-17nokiacdma: add CDMA Connection Manager supportChristian Lam1-0/+4
2011-03-15phonesim: Add support for ipv6 / dual contextsDenis Kenzior1-2/+17
2011-03-15phonesim: add IPv6 supportMika Liljeberg1-7/+25
2011-03-15huawei: Fix huawei_disconnect function issueMartin Xu1-9/+32
huawei_disconnect is used to recovery the io and gprs context when io error happends, see commit 39382730d7758b093ca6271f4e9dea875fa04b3a However, io error not only happends at PPP disconnect, in theory it can happends at any situation. I also observed that it happens when modem go into offline mode at my Huawei EM770W modem. in this case, gprs should not be reopened.
2011-03-11dun_gw: Set GIOChannel to not close on unrefGuillaume Zajac1-1/+1
This fixes automatic GIOChannel closing when a bluetooth connection is attempted.
2011-03-11hfp_ag: Remove unneeded return statementDenis Kenzior1-3/+1
2011-03-11ssn: remove SSN atom completelyAndras Domokos12-24/+0
2011-03-04huawei: do not check for NULL pointerLucas De Marchi1-4/+0
cb_data_new() uses g_new0(), hence there's no need to check the return value being NULL.
2011-03-03ste: Add support for multiple AT channelsLasse Kunnasluoto1-52/+92
2011-03-03ste: Minor style fixesDenis Kenzior1-2/+2