summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
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
2011-03-03ste: Reset have_sim appropriatelyJussi Kangas1-0/+1
2011-03-03isiusb: add message-waitingJukka Saunamaki1-0/+6
2011-03-03u8500: Create wgmodem2.5 driversAki Niemi1-2/+2
2011-03-03isiusb: Create wgmodem2.5 driver as wellAki Niemi1-0/+1
2011-03-02udev: Fix detection of mbm with GPS capabilitiesDenis Kenzior1-8/+13
2011-03-01mbm: Allow mbm modems that don't have GPSDenis Kenzior1-1/+1
2011-02-25plugins: add u8500 to udevJessica Nilsson2-0/+5
2011-02-23udev: add location-reporting device to mbmRafael Ignacio Zurita1-2/+3
2011-02-23mbm: add location-reporting atomRafael Ignacio Zurita1-0/+8
2011-02-23u8500: Fix plugin descriptionAki Niemi1-1/+1
2011-02-23plugins: add plugin for u8500Jessica Nilsson1-0/+708