summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-09-26ifxmodem: Make SIM Toolkit envelope submission workMarcel Holtmann1-13/+8
2010-09-26calypsomodem: Make SIM Toolkit envelope submission work againMarcel Holtmann1-9/+4
2010-09-26mbmmodem: Add comment about optional response data backMarcel Holtmann1-0/+1
2010-09-26ifx: Fix double free issueDenis Kenzior1-1/+1
2010-09-26mbm: Make stk envelope submission work againDenis Kenzior1-10/+4
2010-09-25atmodem: Add special handling for Infineon SIM ready stateMarcel Holtmann1-16/+61
2010-09-25ifxmodem: Fix name of voice call driverMarcel Holtmann1-1/+1
2010-09-24atmodem: Add support for Infineon CNMA without PDUMarcel Holtmann1-1/+2
2010-09-24atmodem: Add special handling of Infineon signal strength reportingMarcel Holtmann1-0/+30
2010-09-24ifx: Take out the vendor field in voicecall driverDenis Kenzior1-2/+0
2010-09-24ifx: Assume CLIP always arrivesDenis Kenzior1-112/+1
2010-09-24ifx: Don't bother polling on an ATDDenis Kenzior1-14/+9
2010-09-24atmodem: Update commentDenis Kenzior1-1/+1
2010-09-24ifxmodem: Reorder voicecall driver before all otherMarcel Holtmann2-4/+4
2010-09-24ifx: Update commentDenis Kenzior1-1/+1
2010-09-24ifx: xcallstat should notify active->heldDenis Kenzior1-12/+0
2010-09-23ifx: Remove a few CLCC pollsDenis Kenzior1-13/+1
2010-09-23ifx: Don't bother using RINGDenis Kenzior1-29/+0
2010-09-23ifx: IFX provides hangup_all and hangup_activeDenis Kenzior1-4/+12
2010-09-23ifx: IFX provides swap_without_accept using CHLD=6Denis Kenzior1-1/+7
2010-09-23ifx: No need to register to standard notificationsDenis Kenzior1-58/+0
2010-09-23ifx: Use none_prefix on other init commandsDenis Kenzior1-4/+4
2010-09-23ifx: Add IFX proprietory XCALLSTAT indicatorDenis Kenzior1-0/+75
2010-09-23ifx: Copy voicecall driver from atmodemDenis Kenzior3-0/+903
2010-09-23calypso: Provide hangup_all and hangup_activeDenis Kenzior1-2/+9
2010-09-24atmodem: Add vendor quirk for Infineon modemsMarcel Holtmann1-0/+1
2010-09-24ifxmodem: Fix whitespace corruptionMarcel Holtmann1-1/+1
2010-09-24calypsomodem: Cleanup of SIM Toolkit supportMarcel Holtmann1-30/+50
2010-09-24ifxmodem: Add debug for envelope response dataMarcel Holtmann1-5/+6
2010-09-24mbmmodem: Add debug for envelope response dataMarcel Holtmann1-3/+7
2010-09-24mbmmodem: Fix small typoMarcel Holtmann1-1/+1
2010-09-24mbmmodem: Cleanup of SIM Toolkit supportMarcel Holtmann1-21/+19
2010-09-24ifxmodem: Add support for SIM Toolkit (raw mode)Marcel Holtmann3-0/+326
2010-09-23ifxmodem: Add support for radio settingsMarcel Holtmann3-0/+221
2010-09-20atmodem: Allow setting PPP debug via environment variableMarcel Holtmann1-0/+8
2010-09-18ifxmodem: Add skeleton for Infineon driver pluginMarcel Holtmann2-0/+68
2010-09-16isimodem/ussd: Fix 64-bit compilation issueDenis Kenzior1-1/+1
2010-09-16isimodem/ussd: fix mobile-terminated casesPekka Pessi1-54/+76
2010-09-16isimodem/debug: debug USSD typePekka Pessi2-0/+14
2010-09-16isimodem/ussd: clean const castsPekka Pessi1-3/+3
2010-09-15ussd: Tweak buffer sizeDenis Kenzior1-2/+2
2010-09-14ussd: Rework ussd_requestDenis Kenzior1-8/+9
2010-09-14ussd: Simplify ussd notification parser logicDenis Kenzior1-27/+57
2010-09-14ussd: Driver API changesJeevaka Badrappan2-80/+77
2010-09-14ussd: Read current CSCS charsetJeevaka Badrappan1-0/+16
2010-09-14Fix common misspellings in driversLucas De Marchi6-6/+6
2010-09-10atutil: Add parsing of CSCS queriesJeevaka Badrappan2-0/+108
2010-09-10isimodem: implement Suspended propertyMika Liljeberg4-1/+99
2010-09-04atmodem: Add Huawei quirk for voice call handlingMarcel Holtmann1-0/+7
2010-09-02isimodem/ussd: use g_isi_send()Pekka Pessi1-11/+10