Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-12 | ofono.rules: Add rules for ZTE MF 637 modem | Bertrand Aygon | 1 | -3/+7 | |
2011-07-12 | ofono.rules: Add rules for SpeedUp 8000 modem | Bertrand Aygon | 1 | -0/+8 | |
2011-07-12 | connman: Refactor request_reply | Denis Kenzior | 1 | -41/+53 | |
2011-07-12 | connman: Perform more renaming | Denis Kenzior | 1 | -11/+11 | |
2011-07-12 | connman: Refactor pns_release | Denis Kenzior | 1 | -17/+20 | |
2011-07-12 | connman: Rename to be clearer | Denis Kenzior | 1 | -2/+2 | |
2011-07-12 | plugins: add connman private network driver | Guillaume Zajac | 1 | -0/+287 | |
2011-07-12 | huaweicdma: Create skeleton for Huawei CDMA modem support | Guillaume Zajac | 1 | -0/+170 | |
2011-07-10 | ofono.rules: Add udev rules for SpeedUp 7300 | Bertrand Aygon | 1 | -0/+4 | |
2011-07-10 | ofono.rules: Add ofono rules for ZTE MF190 | Nicolas Bertrand | 1 | -0/+3 | |
2011-07-11 | huawei: Use correct command for setting offline mode | Marcel Holtmann | 1 | -2/+2 | |
According to some Huawei related documentation it is better to use AT+CFUN=7 for offline mode instead of AT+CFUN=5. | |||||
2011-07-08 | phonesim: add support of +CBC | Frédéric Danis | 1 | -0/+64 | |
PTS test TP/PSI/BV-03-I [Transfer Battery Level Indication] needs to change battery level and check that the battery level indication is received at the HF. So add support for +CBC in phonesim plugin, and force update of the battery indicator on HFP AG Emulator registration. | |||||
2011-07-07 | zte: Create gprs & gc in post_sim | Bertrand Aygon | 1 | -6/+7 | |
2011-07-07 | zte: Use decode_at_error instead | Bertrand Aygon | 1 | -4/+3 | |
2011-07-06 | udev: Add udev rules for SpeedUp modems | Bertrand Aygon | 2 | -0/+63 | |
2011-07-06 | plugins: add speedup driver | Bertrand Aygon | 1 | -0/+334 | |
2011-07-05 | bluetooth: Remove data in all situations | Luiz Augusto von Dentz | 3 | -35/+78 | |
If an adapter or device is removed any data associate should be removed, otherwise the next time they appear/are created the drivers may not asssociate again. | |||||
2011-07-05 | rules: Add ofono rule for Huwaei modem E173 | Guillaume Zajac | 1 | -0/+3 | |
2011-07-05 | rules: Add ofono rule for ZTE modem MF668 | Guillaume Zajac | 1 | -0/+3 | |
2011-07-05 | rules: Add ofono rule for ZTE modem MF180 | Guillaume Zajac | 1 | -0/+3 | |
2011-06-30 | bluetooth: make uuid profile detection more generic | Luiz Augusto von Dentz | 2 | -16/+19 | |
2011-06-30 | bluetooth: use lower case for UUIDs | Luiz Augusto von Dentz | 1 | -1/+1 | |
BlueZ also uses lower case | |||||
2011-06-30 | udev: fix detection of HP HS2330 (3607gw) | Michael Schloh von Bennewitz | 1 | -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-27 | udev: Tweak detection rules for HP HS2330 cards | Denis Kenzior | 1 | -0/+4 | |
2011-06-27 | udev: changed linktop device strings | Amit Mendapara | 1 | -2/+2 | |
2011-06-27 | linktop: reimplemented with minimum features | Amit Mendapara | 1 | -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-27 | mbm: Use decode_error from atutil | Denis Kenzior | 1 | -4/+3 | |
2011-06-20 | hfp_hf: update to use new HFP enums | Frédéric Danis | 1 | -6/+6 | |
2011-06-19 | hfp_ag: fix SDP record | Frédéric Danis | 1 | -1/+1 | |
HFP AG supports 3 way calls | |||||
2011-06-17 | u8500: Use new UICC SIM driver | Aki Niemi | 1 | -1/+1 | |
2011-06-14 | udev: add initial Telit support | Bernhard Guillon | 2 | -0/+57 | |
2011-06-08 | telit: Use more generic error decoding | Denis Kenzior | 1 | -4/+3 | |
2011-06-08 | telit: Make sure to clean up the source | Denis Kenzior | 1 | -1/+12 | |
2011-06-08 | telit: Update copyright | Denis Kenzior | 1 | -1/+1 | |
2011-06-08 | plugins: Add initial telit UC864-G support | Bernhard Guillon | 1 | -0/+379 | |
2011-06-06 | bluetooth: Remove usage of ofono.h | Denis Kenzior | 1 | -1/+3 | |
2011-06-02 | huawei: NDIS port doesn't depend on modem port | Caiwen Zhang | 1 | -4/+3 | |
When creating the NDIS gprs context, do not check the existence of the modem port. | |||||
2011-06-02 | huawei: Minor tweaks to debug messages | Denis Kenzior | 1 | -2/+4 | |
2011-06-02 | huawei: reopen once if open device failed | Caiwen Zhang | 1 | -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-31 | bluetooth: Initialize GError properly | Denis Kenzior | 1 | -1/+1 | |
2011-05-27 | bluetooth: Remove usage of unused variable | Marcel Holtmann | 1 | -2/+1 | |
2011-05-27 | sierra: Remove usage of unused gprs variable | Marcel Holtmann | 1 | -2/+1 | |
2011-05-27 | huawei: Remove usage of unused netreg variable | Marcel Holtmann | 1 | -3/+1 | |
2011-05-25 | udev: add rule for Option GTM661W modem | Caiwen Zhang | 1 | -0/+1 | |
2011-05-20 | gobi: remove set but not used var | Gustavo F. Padovan | 1 | -3/+1 | |
2011-05-20 | udev: remove set but not used var | Gustavo F. Padovan | 1 | -2/+1 | |
2011-05-11 | nokia-gpio: Fix memory leak | Bertrand Aygon | 1 | -1/+5 | |
All dir opened with opendir must be closed with closedir | |||||
2011-05-11 | nokia-gpio: Fix minor style issue | Bertrand Aygon | 1 | -1/+0 | |
2011-05-11 | phonesim: Create atoms in a different order | Denis Kenzior | 1 | -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-26 | huawei: Switch to offline mode only if offline | Martin Xu | 1 | -1/+2 | |