Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-16 | hfp_ag: Create emulator with type HFP_AG | Frédéric Danis | 1 | -0/+17 | |
2011-02-16 | dun_gw: Reformat SDP record | Denis Kenzior | 1 | -33/+34 | |
2011-02-16 | dun_gw: Add DUN server plugin for oFono | Gustavo F. Padovan | 1 | -0/+164 | |
DUN server is probed when modem state changes to online. It registers DUN record to Bluetooth adapter and wait for incoming DUN connection. Based on a patch from Zhenhua Zhang <zhenhua.zhang@intel.com> | |||||
2011-02-16 | hfp_ag: Reformat SDP record | Denis Kenzior | 1 | -42/+42 | |
2011-02-16 | bluetooth: add HFP AG plugin | Frédéric Danis | 1 | -0/+171 | |
2011-02-15 | bluetooth: Reset adapter_any_path to NULL in unref | Denis Kenzior | 1 | -0/+1 | |
2011-02-15 | bluetooth: style issues | Denis Kenzior | 1 | -3/+3 | |
2011-02-15 | bluetooth: single SDP record for all adapters | Frédéric Dalleau | 1 | -76/+64 | |
2011-02-14 | udev: Add Teracom (Linktop/LW27x) device detection | Amit Mendapara | 1 | -0/+3 | |
2011-02-14 | udev: Handle Linktop data card | Amit Mendapara | 1 | -0/+32 | |
2011-02-14 | linktop: Minor style issues | Denis Kenzior | 1 | -5/+4 | |
2011-02-14 | plugin: Add plugin for Linktop LW27x data cards | Amit Mendapara | 1 | -0/+357 | |
2011-02-10 | ifx: Remove modem selftest support | Jeevaka Badrappan | 1 | -63/+2 | |
Commands used for self tests are not working for all versions of the modem firmware. | |||||
2011-02-09 | sierra: Fix small coding style issue | Marcel Holtmann | 1 | -2/+2 | |
2011-02-09 | gobi: Fix small coding style issue | Marcel Holtmann | 1 | -2/+2 | |
2011-02-08 | bluetooth: Minor style fixes | Denis Kenzior | 1 | -3/+5 | |
2011-02-08 | bluetooth: Get rid of memory leaks on error | Denis Kenzior | 1 | -24/+29 | |
2011-02-08 | bluetooth: Refactor the authorization process | Denis Kenzior | 1 | -53/+15 | |
It is unnecessary to keep the IO watch around after the authorization process has finished. This also means client_list variable is not really needed. Since we destroy the watch once the auth_cb is called, we can also remove the auth_pending variable. Finally, the null check of path is not necessary | |||||
2011-02-08 | bluetooth: Add Bluetooth service authorization support | Frédéric Danis | 1 | -10/+115 | |
2011-02-08 | bluetooth: Add bluetooth server support | Frédéric Danis | 2 | -3/+253 | |
2011-02-08 | ifx: Fix for changed selftest AT command syntax | Anand Ramakrishna | 1 | -2/+2 | |
It is a fix to support the selftest AT command syntax changed in latest IFX fw version. | |||||
2011-02-08 | bluetooth: Optimize D-Bus call flow | Frédéric Danis | 1 | -3/+14 | |
We can call manager GetProperties once inside bluetooth_ref and avoid calling it every time bluetooth_register_uuid is called. | |||||
2011-02-07 | ifx: Adding modem selftest for Infineon modem | Anand Ramakrishna | 1 | -2/+64 | |
Infineon modem selftest, during ifx_enable(). Two steps trigger with timeout. In case one fails, modem will not power up. | |||||
2011-02-07 | n900: Enable use of legacy subscriptions | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | isiusb: Enable use of legacy subscriptions | Aki Niemi | 1 | -0/+1 | |
2011-02-07 | plugins: Adapt isiusb and gpio plugins to new API | Aki Niemi | 2 | -3/+3 | |
2011-02-02 | push-notification: Fix the nulling of the agent | Denis Kenzior | 1 | -0/+1 | |
Same as the previous commit, but applies to push-notifications | |||||
2011-02-02 | smart-messaging: set agent to NULL after free | Lucas De Marchi | 1 | -0/+1 | |
If agent is not set to NULL after it's freed, the following situation would not work: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_register_agent() And this one could potentially crash oFono: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_unregister_agent() | |||||
2011-02-01 | plugins: fix misspelling | Lucas De Marchi | 1 | -1/+1 | |
2011-02-01 | ste: Add support for CBS interface | Lasse Kunnasluoto | 1 | -0/+2 | |
STE modems support standard AT commands in CBS | |||||
2011-01-31 | mbm: add radio-settings support | Jeevaka Badrappan | 1 | -0/+2 | |
2011-01-29 | plugins: remove NULL check | Jeevaka Badrappan | 10 | -36/+4 | |
2011-01-29 | gobi: Use permissive AT syntax parser | Marcel Holtmann | 1 | -1/+1 | |
Trying to use the GSM V1 parser will break sending SMS. So just accept that Gobi is another device where the strict syntax parser won't work. | |||||
2011-01-29 | tc65: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | hso: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | zte: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+3 | |
2011-01-29 | novatel: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -3/+5 | |
2011-01-29 | huawei: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | ste: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | mbm: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+2 | |
2011-01-29 | ifx: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+3 | |
2011-01-29 | gobi: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-28 | phonesim: Move sms atom to post_sim state | Denis Kenzior | 1 | -3/+4 | |
2011-01-28 | udev: Enable Dell 5540 AGPS interface | Zhigang Li | 1 | -1/+1 | |
2011-01-27 | sierra: Use vendor quirk for SIM driver | Marcel Holtmann | 1 | -1/+2 | |
2011-01-27 | sierra: Add support GPRS registration | Marcel Holtmann | 1 | -0/+4 | |
2011-01-27 | sierra: Add support for online mode | Marcel Holtmann | 1 | -1/+35 | |
2011-01-27 | novatel: Handle modem enable errors properly | Marcel Holtmann | 1 | -2/+1 | |
2011-01-27 | n900: fix set online | Kai Vehmanen | 1 | -1/+1 | |
Invalid MTC_STATE_REQ messages were sent, causing failures in going online. | |||||
2011-01-24 | gobi: Handle broken SIM status notification gracefully | Marcel Holtmann | 1 | -3/+10 | |