Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-23 | doc: Tweak location reporting API | Denis Kenzior | 1 | -1/+1 | |
2011-02-23 | gitignore: add get-location binary | Denis Kenzior | 1 | -0/+1 | |
2011-02-23 | get-location: fix compilation error | Denis Kenzior | 1 | -0/+9 | |
If fd-passing is not enabled, we get a compiler error. | |||||
2011-02-23 | tools: add client to receive location reporting | Lucas De Marchi | 2 | -1/+263 | |
As of now there's no support for fd-passing in D-Bus Python bindings, hence a small C client is needed in order to test location-reporting atom. | |||||
2011-02-23 | location-reporting: add documentation | Rafael Ignacio Zurita | 2 | -1/+41 | |
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 | mbmmodem: add location-reporting driver | Rafael Ignacio Zurita | 4 | -1/+254 | |
2011-02-23 | location-reporting: add atom implementation | Rafael Ignacio Zurita | 3 | -1/+396 | |
2011-02-23 | location-reporting: add public header | Rafael Ignacio Zurita | 2 | -1/+83 | |
2011-02-23 | emulator: return if SLC is not yet established | Denis Kenzior | 1 | -1/+3 | |
2011-02-23 | emulator: add BRSF support | Frédéric Danis | 1 | -1/+44 | |
2011-02-23 | emulator: add CMER support | Frédéric Danis | 1 | -2/+105 | |
2011-02-23 | emulator: Reflow the code slightly | Denis Kenzior | 1 | -14/+12 | |
2011-02-23 | emulator: add CIND support | Frédéric Danis | 1 | -0/+81 | |
2011-02-23 | emulator: add support of indicators | Frédéric Danis | 2 | -1/+150 | |
2011-02-23 | emulator: add indicator support API | Frédéric Danis | 1 | -0/+11 | |
2011-02-23 | emulator: Disable echo for hfp emulators | Frédéric Dalleau | 1 | -0/+2 | |
2011-02-23 | gatserver: Add function to enable/disable echo | Frédéric Dalleau | 2 | -0/+11 | |
2011-02-23 | u8500: Fix plugin description | Aki Niemi | 1 | -1/+1 | |
2011-02-23 | build: Add u8500 plugin | Jessica Nilsson | 1 | -0/+3 | |
2011-02-23 | plugins: add plugin for u8500 | Jessica Nilsson | 1 | -0/+708 | |
2011-02-23 | isimodem: added codepoints for u8500 | Jessica Nilsson | 2 | -0/+4 | |
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 | gatserver: Add various ATSx handlers | Olivier Guiter | 1 | -0/+36 | |
2011-02-22 | ofono.rules: remove patch leftovers in linktop rules | Rolf Offermanns | 1 | -2/+2 | |
2011-02-21 | stemodem: Add support for multiple pdp contexts. | Marit Henriksen | 1 | -216/+57 | |
Redesigned, there will be only one contexts for each instance of the driver and only one CAIF interface, no longer need the list of caif devices. | |||||
2011-02-21 | ste: Add support for multiple pdp contexts. | Marit Henriksen | 1 | -5/+12 | |
2011-02-19 | emulator: fix whitespace corruption | Denis Kenzior | 1 | -1/+1 | |
2011-02-19 | AUTHORS: Deduplicate | Andrzej Zaborowski | 1 | -2/+0 | |
As noted on IRC. | |||||
2011-02-18 | emulator: add dialing support | Gustavo F. Padovan | 1 | -0/+121 | |
It handles client ATD*99# request and then initiate the PPP negotiation. IP forward through the new ppp interface is not done yet. Initially based on patches from Zhenhua Zhang <zhenhua.zhang@intel.com> | |||||
2011-02-18 | sim: Check for SIM lockout condition | Denis Kenzior | 1 | -3/+12 | |
When a user tries to lock/unlock/change a PIN and enters it wrongly several times, it is possible to lock themselves out. In this case we should drop to a pre-sim state, wait for the user to enter the PUK and re-init the sim. | |||||
2011-02-18 | sim: Move stuff around and remove forward decl | Denis Kenzior | 1 | -24/+23 | |
2011-02-18 | sim: move stuff around | Denis Kenzior | 1 | -49/+49 | |
2011-02-18 | isimodem: Refactor gprs-context driver | Aki Niemi | 1 | -56/+46 | |
Use stack allocation for padding, and simplify message sending and failure handling. | |||||
2011-02-18 | isimodem: Context driver updates for wgmodem2.5 | Jessica Nilsson | 1 | -33/+62 | |
2011-02-18 | isiusb: Create also the wgmodem2.5 driver | Aki Niemi | 1 | -0/+1 | |
2011-02-18 | isimodem: Refactor netreg driver a bit more | Aki Niemi | 1 | -134/+119 | |
Split the driver into two separate drivers, one for each resource ID used. | |||||
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 | stk: Partially handle Refresh command | Andrzej Zaborowski | 1 | -0/+65 | |
Only the four "NAA initialisation" modes are handled at the moment. | |||||
2011-02-17 | cbs: Set topics on EFcbmid change only if powered | Denis Kenzior | 1 | -5/+6 | |
2011-02-17 | cbs: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -1/+31 | |
2011-02-17 | network: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -0/+66 | |
2011-02-17 | voicecall: Watch for changes to relevant SIM files | Andrzej Zaborowski | 1 | -7/+17 | |
2011-02-17 | sim: Tweak the behavior of sim_refresh slightly | Denis Kenzior | 3 | -14/+14 | |
Instead of notifying everyone of sim_inserted condition, we should simply notify the modem directly. It is the only one interested in this particular change. This partly reverts an earlier commit: 9498ad6b5633e350eb529f8efbe08270d95c8003 |