Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-26 | huawei: Check that the modem device is open | Martin Xu | 1 | -2/+3 | |
Don't create the gprs atom if the modem device was not opened successfully. Otherwise ofonod will crash. | |||||
2011-04-19 | hfp_ag: Be extra pedantic on plugin cleanup | Denis Kenzior | 1 | -0/+1 | |
2011-04-19 | dun_gw: Be extra pedantic on plugin cleanup | Denis Kenzior | 1 | -0/+6 | |
2011-04-19 | dun_gw: Minor style tweak | Denis Kenzior | 1 | -1/+1 | |
2011-04-19 | hfp_ag: Minor style tweak | Denis Kenzior | 1 | -1/+1 | |
2011-04-19 | isiusb: wait for MTC transitions, too | Pekka Pessi | 1 | -1/+1 | |
2011-04-12 | plugins: Remove wgmodem2.5 driver for netreg | Aki Niemi | 2 | -2/+1 | |
2011-04-12 | isimodem: Remove split voicecall driver | Aki Niemi | 2 | -2/+1 | |
Only a single driver created, with two clients checked for reachability in parallel. | |||||
2011-04-12 | isimodem: Rename resource debug macro | Aki Niemi | 3 | -4/+4 | |
2011-03-29 | gnss: fix broken build | Olivier Guiter | 1 | -0/+1 | |
2011-03-28 | phonesim: add gnss support | Denis Kenzior | 1 | -0/+1 | |
2011-03-28 | ste: add support for gnss | Jarko Poutiainen | 1 | -2/+6 | |
2011-03-17 | nokiacdma: add CDMA Connection Manager support | Christian Lam | 1 | -0/+4 | |
2011-03-15 | phonesim: Add support for ipv6 / dual contexts | Denis Kenzior | 1 | -2/+17 | |
2011-03-15 | phonesim: add IPv6 support | Mika Liljeberg | 1 | -7/+25 | |
2011-03-15 | huawei: Fix huawei_disconnect function issue | Martin Xu | 1 | -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-11 | dun_gw: Set GIOChannel to not close on unref | Guillaume Zajac | 1 | -1/+1 | |
This fixes automatic GIOChannel closing when a bluetooth connection is attempted. | |||||
2011-03-11 | hfp_ag: Remove unneeded return statement | Denis Kenzior | 1 | -3/+1 | |
2011-03-11 | ssn: remove SSN atom completely | Andras Domokos | 12 | -24/+0 | |
2011-03-04 | huawei: do not check for NULL pointer | Lucas De Marchi | 1 | -4/+0 | |
cb_data_new() uses g_new0(), hence there's no need to check the return value being NULL. | |||||
2011-03-03 | ste: Add support for multiple AT channels | Lasse Kunnasluoto | 1 | -52/+92 | |
2011-03-03 | ste: Minor style fixes | Denis Kenzior | 1 | -2/+2 | |
2011-03-03 | ste: Reset have_sim appropriately | Jussi Kangas | 1 | -0/+1 | |
2011-03-03 | isiusb: add message-waiting | Jukka Saunamaki | 1 | -0/+6 | |
2011-03-03 | u8500: Create wgmodem2.5 drivers | Aki Niemi | 1 | -2/+2 | |
2011-03-03 | isiusb: Create wgmodem2.5 driver as well | Aki Niemi | 1 | -0/+1 | |
2011-03-02 | udev: Fix detection of mbm with GPS capabilities | Denis Kenzior | 1 | -8/+13 | |
2011-03-01 | mbm: Allow mbm modems that don't have GPS | Denis Kenzior | 1 | -1/+1 | |
2011-02-25 | plugins: add u8500 to udev | Jessica Nilsson | 2 | -0/+5 | |
2011-02-23 | udev: add location-reporting device to mbm | Rafael Ignacio Zurita | 1 | -2/+3 | |
2011-02-23 | mbm: add location-reporting atom | Rafael Ignacio Zurita | 1 | -0/+8 | |
2011-02-23 | u8500: Fix plugin description | Aki Niemi | 1 | -1/+1 | |
2011-02-23 | plugins: add plugin for u8500 | Jessica Nilsson | 1 | -0/+708 | |
2011-02-22 | ste: Fix various style issues with previous patch | Denis Kenzior | 1 | -2/+5 | |
2011-02-22 | ste: preparation for hotswap | Jussi Kangas | 1 | -32/+85 | |
2011-02-22 | ofono.rules: remove patch leftovers in linktop rules | Rolf Offermanns | 1 | -2/+2 | |
2011-02-21 | ste: Add support for multiple pdp contexts. | Marit Henriksen | 1 | -5/+12 | |
2011-02-18 | isiusb: Create also the wgmodem2.5 driver | Aki Niemi | 1 | -0/+1 | |
2011-02-17 | bluetooth: add DBG() messages | Gustavo F. Padovan | 1 | -0/+4 | |
2011-02-17 | bluetooth: fix crash by removing record | Gustavo F. Padovan | 1 | -0/+12 | |
When bluetoothd is not running we should not call RemoveRecord() | |||||
2011-02-17 | bluetooth: change how we report DBus errors | Gustavo F. Padovan | 1 | -13/+20 | |
2011-02-17 | bluetooth: add a bluetoothd connect watch | Gustavo F. Padovan | 1 | -10/+14 | |
This fix a issue with sending DBus messages when bluetoothd is not up yet. | |||||
2011-02-17 | bluetooth: move find_adapter_cb to better place. | Gustavo F. Padovan | 1 | -26/+26 | |
2011-02-17 | bluetooth: remove unneeded g_io_channel_shutdown | Frédéric Danis | 1 | -6/+3 | |
2011-02-17 | hfp_ag: Minor style fix | Denis Kenzior | 1 | -0/+1 | |
2011-02-17 | hfp_ag: Do not close client fd on unref | Frédéric Dalleau | 1 | -9/+1 | |
2011-02-16 | udev: set Huawei EM770W modem device to 00 | Martin Xu | 1 | -1/+1 | |
Device 00 is ppp port. Setting it as 01, my Huawei EM770W modem PPP connection can't work | |||||
2011-02-16 | linktop: power up the modem in 'offline' state | Amit Mendapara | 1 | -1/+1 | |
2011-02-16 | bluetooth: rename hfp.c in hpf_hf.c | Frédéric Danis | 1 | -0/+0 | |
2011-02-16 | ofono.rules: add ID for Sierra Wireless MC8790 | Jan Luebbe | 1 | -0/+1 | |