Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-23 | bluez5: Add additional defines | Vinicius Costa Gomes | 1 | -1/+3 | |
2013-01-23 | bluez5: Fix copy paste error | Denis Kenzior | 1 | -1/+1 | |
2013-01-21 | mbm: Delay init until EMRDY | Denis Kenzior | 1 | -7/+8 | |
If we send these commands before the EMRDY notification has been seen, they will simply return an error. | |||||
2013-01-16 | hfp_hf_bluez5: Add BlueZ Profile handler | Claudio Takahasi | 1 | -1/+73 | |
This patch declares the external HFP Profile handler. It contains the initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. | |||||
2013-01-16 | bluez5: Add a couple of defines | Claudio Takahasi | 1 | -0/+2 | |
2013-01-16 | hfp_hf_bluez5: Add initial skeleton implementation | Claudio Takahasi | 1 | -0/+80 | |
2013-01-16 | bluetooth: Add profile register / unregister | Claudio Takahasi | 2 | -0/+141 | |
Adds utility API to handle BlueZ 5 RegisterProfile and UnregisterProfile methods. | |||||
2013-01-16 | hfp_hf: Add initial file for external HFP | Claudio Takahasi | 1 | -0/+42 | |
This patch adds the initial file to support external HFP profile and BlueZ 5. "hfp_hf_bluez5" plugin will implement an external Bluetooth profile compatible with BlueZ 5, and "hfp_hf_bluez4" plugin will keep the compatibility with BlueZ 4. | |||||
2013-01-16 | bluetooth: Initial files for BlueZ 5 | Claudio Takahasi | 1 | -0/+33 | |
This patch adds the file for Bluetooth(BlueZ 5) oFono plugin. | |||||
2013-01-16 | bluetooth: Rename bluetooth plugins | Claudio Takahasi | 7 | -9/+9 | |
As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based plugins for some time, we need to separate the plugins that are based on BlueZ 4 from the ones based on BlueZ 5. The bluetooth.c plugin has now been renamed to bluez4.c and the hfp_hf.c plugin is renamed to hfp_hf_bluez4. This will make it easy to add a HFP HF plugin for BlueZ 5. | |||||
2013-01-01 | phonesim: Add support for SIM hotswap | Denis Kenzior | 1 | -5/+54 | |
2012-12-30 | sierra: Initialize GSM error reporting separately | Forest Bond | 1 | -2/+3 | |
2012-12-30 | sierra: Create GPRS context in post_sim function | Forest Bond | 1 | -8/+8 | |
This matches the huawei plugin. | |||||
2012-12-17 | telit: set baud rate to 115200 | Christopher Vogl | 1 | -1/+11 | |
Telit HE910 needs the baud rate to be set. | |||||
2012-11-28 | ifx: Bump the setup timeout | Denis Kenzior | 1 | -1/+1 | |
The newer IFX firmware was changed, it no longer accepts AT commands until the UA frame has been sent back to the AP. The commands are simply dropped on the floor. This requires a proper fix in GAtMux, but until then simply bump up the timeout to get around this issue. | |||||
2012-11-28 | ifx: Rework SIM state handling | Denis Kenzior | 1 | -4/+9 | |
When performing a SIM REFRESH, particularly NAA Initialization, we need to wait until the modem sends XSIMSTATE: 7, not XSIMSTATE:2. Even on normal initialization it seems safer to wait until XSIMSTATE:2. | |||||
2012-11-25 | udev: Let Huawei detection also check for cdc_wdm drivers | Marcel Holtmann | 1 | -0/+1 | |
2012-11-25 | udev: Use Qualcomm Gobi driver if QMI based modem | Marcel Holtmann | 1 | -0/+6 | |
2012-11-25 | udev: Handle USB descriptors from Vodafone K5005 modem | Marcel Holtmann | 1 | -4/+11 | |
2012-11-25 | gobi: Use UIM service is available | Marcel Holtmann | 1 | -0/+3 | |
2012-11-22 | ifx: Move connman atom to post_sim state | Denis Kenzior | 1 | -24/+24 | |
2012-11-22 | ifx: Get rid of have_sim tracking | Denis Kenzior | 1 | -11/+2 | |
2012-11-23 | ifx: Add comments about unhandled SIM states | Marcel Holtmann | 1 | -0/+6 | |
2012-11-15 | alcatel: create sim atom with vendor alcatel | Cedric Jehasse | 1 | -1/+2 | |
2012-11-07 | mbm: Fix SIM not inserted detection | Denis Kenzior | 1 | -1/+3 | |
2012-11-02 | stktest: Label stktest modem as type TEST | Denis Kenzior | 1 | -0/+1 | |
2012-11-01 | wavecom: Add peculiar CPIN as terminator behavior | Holger Hans Peter Freyther | 1 | -0/+2 | |
2012-10-16 | udevng: Fix MBM detection | Denis Kenzior | 1 | -1/+1 | |
2012-10-03 | plugins: Add stktest plugin | Denis Kenzior | 1 | -0/+253 | |
2012-08-30 | telit: enable extended sim status notification | Christopher Vogl | 1 | -63/+34 | |
Use AT#QSS=2 instead of AT#QSS=1 to get an URC when the SIM is not only inserted but also when PIN is unlocked and when SMS + phonebook are ready to be used. Disable sim state notification in telit_enable() so that we sure get a notification when we enable it later again. This way we don't have to query the state the first time. Without this the Telit modem does not always send an URC when AT#QSS=2 is sent. Remove sim_inserted_source and sim_inserted_timeout_cb which are not needed anymore as a consequence. By the way the 1 second timeout was an ugly hack. Don't query current SIM status in cfun_enable_cb() as the SIM is disabled due to prior AT+CFUN=4. Register '#QSS:' before enabling sim state notifications. Remove telit_qss_cb() which was used as a callback for querying the current SIM status. Move sms atom creation into switch_sim_state_status() and add creation of phonebook atom. These are created when QSS: 3 is received. | |||||
2012-08-30 | telit: Avoid resetting the SIM | Christopher Vogl | 1 | -1/+1 | |
Avoid a reset when switching between online and offline (airplane) mode in telit_set_online(). +CFUN accepts a second parameter (0), which disables a reset: AT+CFUN=x,0. | |||||
2012-08-21 | telit: disable auto attach procedures with AUTOATT | Christopher Vogl | 1 | -0/+7 | |
2012-08-20 | telit: Fix warning | Denis Kenzior | 1 | -1/+0 | |
plugins/telit.c: In function ‘rsen_disable_cb’: plugins/telit.c:446:21: error: unused variable ‘data’ | |||||
2012-08-20 | telit: add additional port for data connection | Christopher Vogl | 1 | -21/+34 | |
Use MDM port for data service and AUX for the AT chat. Disable DCD so that the modem does not hangup after a data connection. | |||||
2012-08-20 | udevng: rename aux port from Data to Aux for telit | Christopher Vogl | 1 | -1/+1 | |
Telit software user guide says: USB AUX doesn't support any flow control method. Therefore, this port isn't suitable for DATA service port. We recommend this port should be used only for AT command and URC processing. | |||||
2012-08-16 | mbm: Fix crash from processing multiple *EMRDY | Denis Kenzior | 1 | -3/+11 | |
Sometimes we see the *EMRDY notification before we query, and trigger initialization procedures twice. | |||||
2012-08-16 | mbm: Remove spurious ';' | Denis Kenzior | 1 | -1/+1 | |
2012-08-16 | telit: pass vendor at sim atom creation | Christopher Vogl | 1 | -1/+2 | |
2012-08-16 | telit: Fix 80 character per line violation | Denis Kenzior | 1 | -1/+2 | |
2012-08-16 | telit: move gprs atom into post sim phase | Christopher Vogl | 1 | -8/+8 | |
2012-07-15 | bluetooth: Avoid shadowing of connection variable | Marcel Holtmann | 1 | -6/+6 | |
2012-07-15 | stemgr: Avoid shadowing of connection variable | Marcel Holtmann | 1 | -5/+5 | |
2012-07-02 | stemgr: watch for signals only on MGR_SERVICE | Lucas De Marchi | 1 | -2/+2 | |
2012-07-02 | bluetooth: watch for signals only on BLUEZ_SERVICE | Lucas De Marchi | 1 | -5/+8 | |
2012-06-25 | gobi: Add support for USSD atom driver | Marcel Holtmann | 1 | -0/+4 | |
2012-06-25 | gobi: The location reporting is available even without SIM card present | Marcel Holtmann | 1 | -4/+4 | |
2012-06-25 | gobi: Add support for voice call atom driver | Marcel Holtmann | 1 | -0/+8 | |
2012-06-25 | gobi: Cancel all requests and notifications on device shutdown | Marcel Holtmann | 1 | -0/+3 | |
2012-06-25 | gobi: Use shared DMS for power and online operations | Marcel Holtmann | 1 | -1/+1 | |
2012-06-22 | bluetooth: ignore error if driver returns -EALREADY | Luiz Augusto von Dentz | 1 | -1/+1 | |