Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-25 | qmimodem: Print error string instead of code if available | Marcel Holtmann | 1 | -3/+10 | |
2012-11-25 | qmimodem: Pretty print service name in debug logs | Marcel Holtmann | 1 | -1/+5 | |
2012-11-25 | qmimodem: Fix debug printing of messages | Marcel Holtmann | 1 | -3/+8 | |
2012-11-25 | qmimodem: Add helper for error message strings | Marcel Holtmann | 2 | -0/+109 | |
2012-11-22 | atmodem: Update sim driver to the new api | Denis Kenzior | 1 | -9/+23 | |
2012-11-22 | qmi: Update sim-legacy driver to the new API | Denis Kenzior | 1 | -2/+6 | |
2012-11-22 | isi: Update UICC driver to the new API | Denis Kenzior | 1 | -3/+18 | |
2012-11-22 | isimodem: Update sim driver to the new API | Denis Kenzior | 1 | -0/+14 | |
2012-11-23 | atmodem: Monitor IFX technology and band changes | Marcel Holtmann | 1 | -0/+58 | |
2012-11-15 | atmodem: add PIN retry count for Alcatel modems | Cedric Jehasse | 1 | -0/+43 | |
2012-11-12 | atmodem: Poll SIM state after entering PIN | Cedric Jehasse | 1 | -0/+2 | |
Encountered a problem of CME ERROR 14: SIM busy on Alcatel and Huawei modem. The Huawei modem has a ^SIMST unsollicited sim state indication, but not all Huawei modems support this. So poll the SIM state, as was already done for ZTE modems. | |||||
2012-11-12 | atmodem: Add ALCATEL vendor | Cedric Jehasse | 1 | -0/+1 | |
2012-11-01 | sim: Fix the quirk handling of CPIN for Wavecom | Holger Hans Peter Freyther | 1 | -15/+9 | |
The Wavecom Q2XXX support broke in commit 72ce19bf3e87b5e73c053f7ea1. This is because at_cpin_cb called decode_at_error with final and not with OK. This lead to an error being set in the error variable and the new code returns early when an error is set. The addition of the terminator in at_sim_probe for Wavecom broke in git commit ac524be99f8c72a2593e4ffcecad8beea7679e55 because terminators can not be added on cloned chats. Move the addition of the terminator from the atmodem to the wavecom plugin. Use the same terminator for Q2XXX and the normal Wavecom class. The WAVECOM terminator has been tested on a Q2XXX modem. Apply the CPIN quirk for both WAVECOM and WAVECOM_Q2XXX inside the sim.c file. Introduce needs_wavecom_sim_quirk to handle it for WAVECOM and WAVECOM_Q2XXX. | |||||
2012-09-11 | isimodem: Fix style issues in previous commit | Denis Kenzior | 1 | -4/+1 | |
2012-09-11 | isimodem: voicecall answer fix for Nemo on N9 | Jarko Poutiainen | 1 | -1/+14 | |
Voicecall answering in Mer/Nemomobile run on Nokia N9 will fail unless call id is passed to modem. | |||||
2012-09-11 | netreg: Remove netreg atom in case init fails | Denis Kenzior | 1 | -17/+23 | |
2012-09-11 | netreg: Don't register for CIEV twice | Denis Kenzior | 1 | -2/+0 | |
2012-09-11 | netreg: Add telit version for ciev notification | Christopher Vogl | 1 | -0/+44 | |
2012-09-11 | netreg: Query and select supported CMER modes | Christopher Vogl | 1 | -2/+151 | |
2012-09-05 | atmodem: specify class for call barring query | Philippe Nunes | 1 | -1/+4 | |
class is specified when querying the call barring status if the class is not the default (7 - voice, data and fax) | |||||
2012-08-22 | sim: return from CPIN when SIM unlocked for telit | Christopher Vogl | 1 | -0/+40 | |
Only return from CPIN when the modem informs that the SIM is ready | |||||
2012-08-16 | gprs: data bearer for telit with PSNT | August Mayer | 1 | -0/+40 | |
Telit neither supports '+CPSB' nor reports the data bearer through '+CGREG'. It has its own +PSNT command. | |||||
2012-08-16 | sim: Minor formatting nitpicks | Denis Kenzior | 1 | -0/+2 | |
2012-08-16 | sim: Fix warning | Denis Kenzior | 1 | -1/+2 | |
drivers/atmodem/sim.c: In function ‘at_pct_cb’: drivers/atmodem/sim.c:872:2: error: ISO C90 forbids mixed declarations and code | |||||
2012-08-16 | sim: support PIN retry counters for telit modems | August Mayer | 1 | -0/+61 | |
2012-08-13 | gprs-context: print reason for ppp disconnect | Christopher Vogl | 1 | -1/+1 | |
2012-07-15 | gprs-context: Add new driver entry definition | Guillaume Zajac | 1 | -0/+11 | |
2012-07-15 | qmimodem: Avoid shadowing length parameter | Marcel Holtmann | 1 | -4/+4 | |
2012-07-15 | isimodem: Avoid shadowing variables | Marcel Holtmann | 1 | -5/+5 | |
2012-07-12 | ifx: Add CSSI and CSSU support | Denis Kenzior | 1 | -0/+58 | |
2012-06-24 | qmi: fix whitespace | Denis Kenzior | 1 | -1/+1 | |
2012-06-25 | modem: Add skeleton for USSD support | Marcel Holtmann | 3 | -0/+115 | |
2012-06-25 | qmimodem: Add skeleton for voice call support | Marcel Holtmann | 3 | -0/+117 | |
2012-06-25 | qmimodem: Make sure all service destroy functions are called | Marcel Holtmann | 1 | -0/+3 | |
2012-06-25 | qmimodem: Add support for canceling all service requests | Marcel Holtmann | 2 | -10/+70 | |
2012-06-25 | qmimodem: Use shared DMS service for device information and SIM handling | Marcel Holtmann | 2 | -2/+3 | |
2012-06-25 | qmimodem: Add support for shared services with same client id | Marcel Holtmann | 2 | -7/+96 | |
2012-06-25 | qmimodem: Use unsigned int for notify id to make GUINT_TO_POINTER happy | Marcel Holtmann | 1 | -1/+2 | |
2012-06-25 | qmimodem: Use unsigned int for tid to make GUINT_TO_POINTER happy | Marcel Holtmann | 2 | -5/+8 | |
2012-06-25 | qmimodem: Use unsigned int for hash_id to make GUINT_TO_POINTER happy | Marcel Holtmann | 1 | -3/+4 | |
2012-06-25 | swmodem: Add extra informational AT+CGCONTRDP command | Marcel Holtmann | 1 | -0/+3 | |
2012-06-24 | qmimodem: Add support for unregister of individual notifications | Marcel Holtmann | 2 | -1/+32 | |
2012-06-24 | qmimodem: Add support for canceling service requests | Marcel Holtmann | 2 | -0/+46 | |
2012-06-24 | qmimodem: Add skeleton for radio settings support | Marcel Holtmann | 3 | -0/+117 | |
2012-06-24 | qmimodem: Return transaction identifier from service requests | Marcel Holtmann | 2 | -14/+22 | |
2012-06-24 | qmimodem: Add helper function for accessing 64-bit integers | Marcel Holtmann | 2 | -0/+24 | |
2012-06-24 | qmimodem: Add common constants for GSM, UMTS and LTE bands | Marcel Holtmann | 3 | -1/+97 | |
2012-06-22 | qmimodem: Add support for SMS handling | Marcel Holtmann | 4 | -0/+667 | |
2012-06-21 | qmimodem: Add support for GPS location reporting | Marcel Holtmann | 4 | -0/+348 | |
2012-06-21 | qmimodem: Add support for GPRS data connection handling | Marcel Holtmann | 5 | -0/+620 | |