summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
AgeCommit message (Expand)AuthorFilesLines
2009-11-18Fix: Report the current operator as currentDenis Kenzior1-1/+2
2009-11-17Update the AT modem driver to the new APIDenis Kenzior1-7/+7
2009-11-16Fix: Ignore repeated CCWAs in atmodem as wellDenis Kenzior1-0/+5
2009-11-13Make sure the atmodem handles ATD properlyDenis Kenzior1-0/+12
2009-11-12Use at_util_parse_clcc in atmodemZhenhua Zhang1-57/+2
2009-11-12Add parse_clcc into atutil.cZhenhua Zhang2-0/+56
2009-11-11Add call_compare_by_phone_number utility functionZhenhua Zhang2-0/+10
2009-11-11Fix: Set data to NULL in driversDenis Kenzior4-0/+9
2009-11-11Fix: Don't leak data in SIM atom driverDenis Kenzior1-0/+5
2009-11-10Fix: Rename G1 quirk to QUALCOMM_MSMDenis Kenzior3-6/+5
2009-11-10Work around Palm Pre SIM file reading quirk.Andrzej Zaborowski2-27/+46
2009-11-10Fix +CGEV: parsingAndrzej Zaborowski1-2/+4
2009-11-10Accept ranges in +CSMS responses.Andrzej Zaborowski1-3/+3
2009-11-10Fix: Don't bail if CREG/CGREG mode=2 is unsupportedAndrzej Zaborowski2-7/+106
2009-10-29Update the atmodem driver to the new APIDenis Kenzior1-2/+2
2009-10-28Refactor: Move alloc/release id to atutil.cZhenhua Zhang3-22/+24
2009-10-28Refactor: Move & Rename functions to atutil.cZhenhua Zhang3-32/+35
2009-10-26Fix: notify_attached was only used when detachedDenis Kenzior1-1/+1
2009-10-23Fix: Some modems report PDP_type in a listDenis Kenzior1-1/+9
2009-10-23Register for CGEV indications in gprs contextDenis Kenzior1-0/+4
2009-10-23Remove unused code and make compiler happyDenis Kenzior2-3/+0
2009-10-23Add basic atmodem gprs context implementationDenis Kenzior3-0/+275
2009-10-23Refactor: Initialization codeDenis Kenzior1-110/+45
2009-10-23Add GPRS registration status implementationDenis Kenzior1-178/+40
2009-10-23Remove unused codeDenis Kenzior1-147/+12
2009-10-23Refactor: First round of renamingDenis Kenzior3-110/+110
2009-10-23Refactor: rename data-connection to gprsDenis Kenzior1-1/+1
2009-10-23Add GPRS supportAndrzej Zaborowski3-0/+654
2009-10-23Fix: Invalid call state transitionDenis Kenzior1-0/+16
2009-10-16Fix: Use proper printf format for string precisionDenis Kenzior1-1/+1
2009-10-16Cleanup: Fixup USSD to use cbs_decode_dcsDenis Kenzior1-18/+19
2009-10-16Parse +CUSD responses.Andrzej Zaborowski1-13/+93
2009-10-16Fix: Emit debug message instead of an errorAndrzej Zaborowski1-1/+1
2009-10-16Fix: Free converted string after use.Andrzej Zaborowski1-2/+8
2009-10-02Fix: Quiet a warningDenis Kenzior1-0/+1
2009-10-02Make generic sim driver work with 3G SIMsDenis Kenzior1-12/+18
2009-10-02Use small caps for 2G/3G functionsDenis Kenzior1-1/+1
2009-10-02Add utility to parse 2G GET_RESPONSE dataDenis Kenzior1-12/+2
2009-09-29Add at modem call volume driverDenis Kenzior3-0/+237
2009-09-29Be more numerically stableDenis Kenzior1-2/+2
2009-09-29Use none_prefix in cssnDenis Kenzior1-1/+3
2009-09-23Add plugin interface for getting PIN lock state.Andrzej Zaborowski1-0/+61
2009-09-22Refactor: Do not use int instead of enumDenis Kenzior1-6/+6
2009-09-22Don't treat READY CPIN result differentlyDenis Kenzior1-9/+8
2009-09-22Move SSN unsolicited notification activationDenis Kenzior2-6/+5
2009-09-22Rearrange sim password enumDenis Kenzior1-30/+31
2009-09-22Do PIN authenticationAndrzej Zaborowski1-0/+241
2009-09-16Check received PDUs fit in the buffer, fix buffer size.Andrzej Zaborowski1-3/+14
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior13-267/+85
2009-09-10Ensure CBS is in a known state at startupDenis Kenzior1-4/+7