Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-18 | atmodem: Add SIM ready quirk for IFX when entering PUK | Marcel Holtmann | 1 | -13/+47 | |
For the Infineon modem, also the PUK entering needs to be extended with a quirk to wait for the SIM ready notification. | |||||
2010-10-15 | atmodem: Remove workaround for SIM ready notifier removal | Marcel Holtmann | 1 | -24/+4 | |
2010-10-15 | sim: Use enums for EF valid / invalidated status | Denis Kenzior | 1 | -6/+12 | |
2010-10-15 | atmodem: returns file-status of SIM EF-file | Petteri Tikander | 1 | -8/+13 | |
2010-10-13 | atmodem: Send DTMF commands without quotes | Marcel Holtmann | 1 | -4/+3 | |
The AT+VTS command takes a single character and should not use quotes. | |||||
2010-09-29 | atmodem: Update IFX specific SIM ready checking | Marcel Holtmann | 1 | -2/+6 | |
It seems that the XSIM notification doesn't really send SIM ready status. It sends ready to attach instead: > AT+CPIN="0000"\r < \r\nOK\r\n < \r\n+XLOCK: "PN",5,0,"PU",5,0,"PP",5,0,"PC",5,0,"PS",5,0\r\n < \r\n+XSIM: 7\r\n So either SIM ready or ready to attach is received more to the post_sim state. | |||||
2010-09-29 | atmodem: Remove quirk for Huawei voice call support | Marcel Holtmann | 1 | -4/+0 | |
The Huawei voice call support has its own driver now. So this quirk is no longer needed. | |||||
2010-09-27 | atmodem: Some cleanups in voice call driver | Marcel Holtmann | 1 | -6/+6 | |
2010-09-25 | atmodem: Add special handling for Infineon SIM ready state | Marcel Holtmann | 1 | -16/+61 | |
2010-09-24 | atmodem: Add support for Infineon CNMA without PDU | Marcel Holtmann | 1 | -1/+2 | |
Seems like the Infineon modem can't handle a provided PDU to the CNMA command. So just leave it out. | |||||
2010-09-24 | atmodem: Add special handling of Infineon signal strength reporting | Marcel Holtmann | 1 | -0/+30 | |
The custom signal strength reporting could be done inside the modem plugin actually, but Calypso, Huawei etc. add quirks to the generic network registration driver. So for now do it the same way until this gets cleaned up for all modem plugins. | |||||
2010-09-24 | atmodem: Update comment | Denis Kenzior | 1 | -1/+1 | |
2010-09-24 | atmodem: Add vendor quirk for Infineon modems | Marcel Holtmann | 1 | -0/+1 | |
2010-09-20 | atmodem: Allow setting PPP debug via environment variable | Marcel Holtmann | 1 | -0/+8 | |
2010-09-15 | ussd: Tweak buffer size | Denis Kenzior | 1 | -2/+2 | |
2010-09-14 | ussd: Rework ussd_request | Denis Kenzior | 1 | -8/+9 | |
- Only allocate variables which are needed - Make sure buffers are big enough - converted is a simple string, no need to use fancy printf magic | |||||
2010-09-14 | ussd: Simplify ussd notification parser logic | Denis Kenzior | 1 | -27/+57 | |
2010-09-14 | ussd: Driver API changes | Jeevaka Badrappan | 1 | -46/+69 | |
To support 8bit and UCS2 formatted USSDs as well as Send USSD Proactive Command. | |||||
2010-09-14 | ussd: Read current CSCS charset | Jeevaka Badrappan | 1 | -0/+16 | |
2010-09-14 | Fix common misspellings in drivers | Lucas De Marchi | 1 | -1/+1 | |
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring | |||||
2010-09-10 | atutil: Add parsing of CSCS queries | Jeevaka Badrappan | 2 | -0/+108 | |
2010-09-04 | atmodem: Add Huawei quirk for voice call handling | Marcel Holtmann | 1 | -0/+7 | |
2010-08-30 | phonebook: Trivial style / wording fixes | Denis Kenzior | 1 | -4/+5 | |
2010-08-30 | atmodem/phonebook: parse text as hexstring | Thadeu Lima de Souza Cascardo | 1 | -72/+66 | |
Some modems omit the quotes when dumping strings in UCS2. Parsing them as hexstring already does the hex decoding and accepts missing quotes. | |||||
2010-08-30 | sim: Turn around the order of arguments | Denis Kenzior | 1 | -2/+2 | |
The void *user argument was first. It should be last instead to be consistent with the other watch functions. | |||||
2010-08-20 | atmodem: Default to +CHUP to hangup_all | Denis Kenzior | 1 | -1/+1 | |
2010-08-20 | atmodem: Add a few more debug statements for SMS support | Marcel Holtmann | 1 | -0/+12 | |
2010-08-20 | atmodem: Add a few more debug statements for CBS support | Marcel Holtmann | 1 | -0/+6 | |
2010-08-20 | atmodem: Add Nokia specific quirk for AT+CGEREP handling | Marcel Holtmann | 1 | -3/+13 | |
2010-08-20 | atmodem: Fix copy and paste typo | Marcel Holtmann | 1 | -3/+3 | |
2010-08-20 | atmodem: Enable MBM specific notification for registration and bearer | Marcel Holtmann | 1 | -1/+8 | |
2010-08-20 | atmodem: Turn a STE GPRS quirk into a MBM and STE quirk | Marcel Holtmann | 1 | -2/+2 | |
2010-08-20 | atmodem: Add really nasty hack for Nokia AT+COPS bug | Marcel Holtmann | 1 | -5/+17 | |
The Nokia modem returns an invalid response when trying to read the numeric value for MCC/MNC of the current network. Control:> AT+COPS?\r Control:< \r\n+COPS: 0,2,"26207,0\r\n\r\nOK\r\n The closing " is just missing and this confuses the AT parser. In case of a Nokia modem skip reading the numerical values for the network. | |||||
2010-08-20 | atmodem: No CIND for Nokia data cards | Marcel Holtmann | 1 | -0/+1 | |
2010-08-20 | atmodem: Add vendor quirk for Nokia data cards | Marcel Holtmann | 1 | -0/+1 | |
2010-08-17 | atmodem: Allow missing DCS parameter in USSD result | Marcel Holtmann | 1 | -9/+9 | |
2010-08-16 | atmodem: Add Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -0/+21 | |
2010-08-16 | atmodem: Add support for storing USSD vendor quirks | Marcel Holtmann | 1 | -23/+35 | |
2010-08-16 | ussd: Use cb_data instead of custom structure | Denis Kenzior | 1 | -13/+7 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 15 | -132/+65 | |
2010-08-16 | netreg: Add quirk for ZTE modem without CIND support | Marcel Holtmann | 2 | -0/+4 | |
2010-08-13 | atutil: Don't try parsing lac/ci when unregistered | Denis Kenzior | 1 | -0/+8 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 17 | -27/+71 | |
2010-08-12 | voicecall: Rename hangup to hangup_active | Sjur Brændeland | 1 | -2/+2 | |
2010-08-06 | atutil: Parse CMS and CME error codes | Andrzej Zaborowski | 1 | -0/+6 | |
2010-08-02 | Fix busylooped in ppp_disconnect for huawei modem | Zhenhua Zhang | 1 | -2/+7 | |
Huawei modem closes the modem port after PPP disconnect. So the channel of gatchat is NULL in ppp_disconnect. In such case, we resume the chat and it causes huawei_disconnect() get called and the gprs context is removed later. Before removing this gprs context, we should reply the pending DBus message to the client. | |||||
2010-07-30 | phonesim: Introduce End Session notification | Denis Kenzior | 1 | -2/+14 | |
2010-07-13 | atmodem: phonesim proactive command notification | Yang Gu | 1 | -0/+24 | |
2010-07-13 | atmodem: Make fetch command function as external | Yang Gu | 3 | -53/+75 | |
2010-07-08 | atmodem: Make sim operations return sim error codes. | Andrzej Zaborowski | 2 | -15/+37 | |