Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-02 | phonesim: Move the stk atom to post_sim state | Denis Kenzior | 1 | -4/+4 | |
2010-08-30 | mbm: D5530 gets bogus +GCAP, not +CGAP | Pekka Pessi | 1 | -1/+1 | |
2010-08-28 | udev: Add rule for ZTE MF110 modem | Marcel Holtmann | 1 | -0/+3 | |
2010-08-25 | mbm: add quirks for Dell D5530 | Pekka Pessi | 1 | -2/+62 | |
Dell D5530 is an OEM version of F3507g. It has an annoying habit of announcing itself to world with its own name. Another problem is some weird +CGAP messages at the same time. It also crashes upon processing received CBS messages. | |||||
2010-08-23 | novatel: Use Qualcomm specific quirk for SIM handling | Marcel Holtmann | 1 | -2/+4 | |
2010-08-23 | hfp: fix typo | João Paulo Rechi Vita | 1 | -3/+3 | |
2010-08-23 | huawei: Query AT^U2DIAG and AT^GETPORTMODE settings | Marcel Holtmann | 1 | -0/+8 | |
Just to make the values show up in the AT command debug logs, query them when enabling the device. | |||||
2010-08-23 | mbm: fix initial polling for sim | Pekka Pessi | 1 | -5/+3 | |
There seems to be no specific error codes returned when SIM is missing. Poll at least 5 times upon an error and give up after that. | |||||
2010-08-20 | nokia: Add GPRS handling | Marcel Holtmann | 1 | -0/+34 | |
2010-08-20 | zte: Add GPRS handling | Marcel Holtmann | 1 | -0/+33 | |
2010-08-20 | mbm: Remove registration and bearer specific notifications | Marcel Holtmann | 1 | -6/+0 | |
2010-08-20 | mbm: Enable notifications for packet switched bearer changes | Marcel Holtmann | 1 | -0/+2 | |
2010-08-20 | mbm: Enable CFUN and EREG notifications | Marcel Holtmann | 1 | -0/+6 | |
2010-08-20 | mbm: Fix naming of MBM driver for GPRS context handling | Marcel Holtmann | 1 | -1/+2 | |
2010-08-20 | mbm: Use proper MBM quirks | Marcel Holtmann | 1 | -5/+6 | |
2010-08-20 | ste: Use MBM quirk for network registration | Marcel Holtmann | 1 | -1/+1 | |
2010-08-20 | ste: Use MBM quirk instead of a STE specific one | Marcel Holtmann | 1 | -2/+2 | |
2010-08-20 | udev: Add check for serial before string operation | Zhenhua Zhang | 1 | -1/+1 | |
'serial' could be NULL in some case. So it need to add check before doing string operation. | |||||
2010-08-20 | nokia: Add initial plugin for Nokia Datacard support | Marcel Holtmann | 1 | -0/+253 | |
2010-08-20 | udev: Add detection for Nokia data cards | Marcel Holtmann | 2 | -0/+40 | |
2010-08-19 | zte: Use QUALCOMM_MSM quirk for sim driver | Denis Kenzior | 1 | -1/+2 | |
2010-08-19 | huawei: Use QUALCOMM_MSM quirk for sim driver | Denis Kenzior | 1 | -1/+2 | |
2010-08-19 | hso: Use Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-08-19 | huawei: Add support for switching USSD mode | Marcel Holtmann | 1 | -5/+56 | |
Some newer Huawei modems have support for ^USSDMODE command which seems to be default to 1. In that mode the text USSD is not working. Switching it to 0 and text USSD works just fine. Assumption is that with this command the modem switches between text and PDU mode for USSD. Currently it is unclear on how the PDU mode is suppose to work all. So default to text mode if this command is supported. | |||||
2010-08-18 | calypso: Subscribe to %SIMREM and %SIMINS | Andrzej Zaborowski | 1 | -5/+30 | |
These notifications should be emitted on SIM removal and insertion. These notifications don't work very well though, on the hardware this has been tested on, the modem never issued %SIMINS, and %SIMREM was emitted only in some specific circumenstances. | |||||
2010-08-17 | stemodem: Add polling for SIM ready status | Sjur Brændeland | 1 | -2/+50 | |
Interim solution until support for SIM 'ready' notification is supported. | |||||
2010-08-17 | plugins: Add STE sample to modem.conf | Sjur Brændeland | 1 | -0/+5 | |
2010-08-17 | modemconf: Add support for Interface for STE plugin | Sjur Brændeland | 1 | -0/+1 | |
2010-08-17 | ste: Use SOCK_STREAM for CAIF and enable interface specification | Sjur Brændeland | 1 | -1/+19 | |
2010-08-17 | ste: Add Radio-Settings | Sjur Brændeland | 1 | -0/+2 | |
2010-08-17 | ste: Add AT Channel configurations | Sjur Brændeland | 1 | -1/+2 | |
2010-08-17 | ste: SIM - STE registers as MBM to utilize mbm quirks | Sjur Brændeland | 1 | -1/+1 | |
2010-08-16 | phonesim: Should use none_prefix | Denis Kenzior | 1 | -1/+1 | |
When only OK is expected | |||||
2010-08-16 | ste: Include STK support from MBM driver | Sjur Brændeland | 1 | -0/+2 | |
2010-08-16 | zte: Use Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-08-16 | zte: Add support for sms, cbs, ussd and phonebook atoms | Marcel Holtmann | 1 | -1/+13 | |
2010-08-16 | zte: Add initial support for devinfo, sim and netreg atoms | Marcel Holtmann | 1 | -2/+156 | |
2010-08-16 | Fix typo in Huawei port detection | Marcel Holtmann | 1 | -1/+1 | |
2010-08-16 | Add udev detection support for ZTE modems | Marcel Holtmann | 2 | -5/+72 | |
2010-08-16 | Add skeleton for ZTE modem support | Marcel Holtmann | 1 | -0/+88 | |
2010-08-12 | phonesim: Support set_online/post_online | Denis Kenzior | 1 | -6/+47 | |
2010-08-10 | Use permissive parser for MBM since otherwise STK causes problems | Marcel Holtmann | 1 | -1/+1 | |
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 | |