Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-06 | calypso: Create STK atom and reorder initialisation | Andrzej Zaborowski | 1 | -27/+54 | |
See comment in the code. The Sim Toolkit apps seem to work rather reliably with this, tested on both PIN-enabled and unprotected cards. | |||||
2010-08-06 | calypso: Enable AT extended error codes | Andrzej Zaborowski | 1 | -0/+2 | |
The STK driver tries to interpret the codes. | |||||
2010-08-06 | calypso: Check if SIM is present on modem startup | Andrzej Zaborowski | 1 | -3/+33 | |
Like in case of MBM modem, the SIM slot is not easily accessible while the device is running so we assume there's no need to check for SIM presence after startup. | |||||
2010-08-06 | phonesim: Don't use VENDOR_PHONESIM for calypso | Andrzej Zaborowski | 1 | -2/+4 | |
Also move the STK initialisation to post-sim because it is more logical there (even if it makes no difference under phonesim). | |||||
2010-08-05 | huawei: Fix SIM state logic | João Paulo Rechi Vita | 1 | -25/+51 | |
Add support for voice-only SIM cards and enable phonebook atom for non-voice modems. | |||||
2010-08-05 | bluetooth: define DBUS_TIMEOUT macro | Gustavo F. Padovan | 2 | -3/+5 | |
2010-08-02 | huawei: fix double include of GPRS header | João Paulo Rechi Vita | 1 | -1/+0 | |
2010-07-17 | Fix Huawei product ID matching in udev rules | Marcel Holtmann | 1 | -70/+70 | |
2010-07-17 | Add a little bit debug to udev modem detection | Marcel Holtmann | 1 | -0/+4 | |
2010-07-15 | mbm: poll SIM status when initializing | Pekka Pessi | 1 | -4/+35 | |
2010-07-13 | Use specific vendor for phonesim stk | Yang Gu | 1 | -1/+1 | |
2010-07-02 | huawei: Add Huawei EM770 modem support | Zhenhua Zhang | 3 | -0/+35 | |
Huawei EM770W is a 3G WCDMA modem that supports HSPA/UMTS/EDGE/GPRS/GSM data service and WCDMA/GSM short message services. It also has voice call capability that supports both 2G and 3G network. | |||||
2010-07-02 | huawei: Remove existing Huawei EM770 plugin | Zhenhua Zhang | 3 | -257/+0 | |
2010-06-29 | huawei: cleanup warnings from the previous patch | Denis Kenzior | 1 | -2/+0 | |
2010-06-29 | huawei: reopen the GPRS context on hup | Kalle Valo | 1 | -24/+62 | |
Huawei always closes the tty port after PPP disconnect. Handle this in huawei plugin, similarly as done with novatel. Now there's no need to unplug the modem after disconnection. Tested with Huawei E1552. Based on a patch by Marcel Holtmann: commit 0329a6ceaf8f69857cb5f8437b9db86ca327ef1d Author: Marcel Holtmann <marcel@holtmann.org> Date: Mon Jun 7 02:36:12 2010 -0700 Reopen the GPRS context channel when the modem closes it after PPP | |||||
2010-06-29 | mbm: use CPIN? to check if SIM is missing | Pekka Pessi | 1 | -22/+6 | |
AT+CRSM=242 is not supported by all mbm models. | |||||
2010-06-22 | Fix huawei udev rules | Denis Kenzior | 1 | -1/+1 | |
2010-06-21 | hfp: Fix style issues | Denis Kenzior | 1 | -1/+2 | |
2010-06-21 | hfp: use bluetooth helpers and remove similar code | Gustavo F. Padovan | 1 | -343/+36 | |
2010-06-21 | bluetooth: Various style issues | Denis Kenzior | 1 | -8/+13 | |
2010-06-21 | bluetooth: add PropertyChanged watch | Gustavo F. Padovan | 1 | -1/+75 | |
This one is a bit diferent from the hfp.c one, so a separated patch for it. | |||||
2010-06-21 | bluetooth: add watches for service and adapters | Gustavo F. Padovan | 1 | -0/+78 | |
Exactly the same code from hfp.c | |||||
2010-06-21 | bluetooth: add device_properties_cb() and has_uuid() | Gustavo F. Padovan | 1 | -2/+69 | |
2010-06-21 | bluetooth: Move functions from hfp.c to bluetooth.c | Gustavo F. Padovan | 1 | -0/+122 | |
The part that call device_properties_cb is commented to permit this patch compile. device_properties_cb() will be changed, so it will have separated patch. | |||||
2010-06-21 | history: Make example_history use Delivery Reports | Denis Kenzior | 1 | -2/+8 | |
2010-06-21 | Enabling PDP Context support in atmodem. | Arun Ravindran | 1 | -0/+9 | |
2010-06-18 | mbm: Use MBM vendor quirk of the sim driver. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-18 | mbm: Register stk driver post sim. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-18 | huawei: Import Huawei rules | Florian Steinel | 1 | -1/+298 | |
From 10-Huawei-Datacard.rules (Linux Driver 4.08.01.108.tar.gz) | |||||
2010-06-17 | hfp: Use bluetooth_parse_properties | Denis Kenzior | 1 | -91/+11 | |
Instead of the local version | |||||
2010-06-17 | bluetooth: Rename & expose parse_properties | Denis Kenzior | 2 | -3/+2 | |
2010-06-17 | hfp: Use the bluetooth_send_with_reply | Denis Kenzior | 1 | -85/+26 | |
Instead of send_method_call_with_reply | |||||
2010-06-17 | bluetooth: Rename send_method_call_with_reply | Denis Kenzior | 2 | -3/+10 | |
2010-06-17 | Remove send_method_call from hfp.c | Gustavo F. Padovan | 1 | -40/+33 | |
2010-06-17 | Move create_path() to bluetooth plugin | Gustavo F. Padovan | 3 | -24/+26 | |
2010-06-17 | Add parse properties stuff to bluetooth.c | Gustavo F. Padovan | 1 | -0/+84 | |
2010-06-17 | Add send_method_call_with_reply to bluetooth.c | Gustavo F. Padovan | 1 | -0/+53 | |
2010-06-17 | Add bluetooth plugin skeleton. | Gustavo F. Padovan | 3 | -6/+119 | |
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..) | |||||
2010-06-15 | Remove all voice related atoms from MBM modem support | Marcel Holtmann | 1 | -23/+4 | |
2010-06-13 | Add nasty quirk to allow HSO devices to read network code length | Marcel Holtmann | 1 | -1/+2 | |
The AT+CRSM=192 commands are failing on HSO devices and thus it might be needed to return its details from a predefined database. Start with testing this for reading the network code length. | |||||
2010-06-13 | Use Qualcomm quirk for CBS on HSO devices | Marcel Holtmann | 1 | -1/+2 | |
2010-06-09 | Enable Qualcomm specific CBS quirk for Novatel and Huawei devices | Marcel Holtmann | 2 | -2/+4 | |
2010-06-07 | huawei: Rework huawei plugin | Denis Kenzior | 1 | -90/+42 | |
- Use the PCUI (event) port for all commands unrelated to ppp - Use the Modem port for ppp | |||||
2010-06-07 | udev: Fixup Huawei detection | Denis Kenzior | 2 | -44/+65 | |
2010-06-07 | udev: Add support for Huawei E176 | Florian Steinel | 2 | -40/+46 | |
2010-06-07 | Reopen the GPRS context channel when the modem closes it after PPP | Marcel Holtmann | 1 | -46/+56 | |
2010-06-06 | Use event channel for SMS, CBS and USSD with Huawei devices | Marcel Holtmann | 1 | -9/+8 | |
2010-06-06 | Enable CBS and USSD for Huawei modems | Marcel Holtmann | 1 | -2/+6 | |
2010-06-06 | Fix detection of Huawei E220 and E270 modems | Marcel Holtmann | 1 | -1/+1 | |
2010-06-06 | Move AT_ODO quirk into HSO driver instead of network registration | Marcel Holtmann | 1 | -2/+19 | |