summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/sim.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-17Fix: The extra 00 at the end isn't necessaryDenis Kenzior1-2/+1
2009-12-17Fix: Use capitals for hex-encoded pdusDenis Kenzior1-5/+5
2009-12-17Fix: Make sure we don't leak under any conditionsDenis Kenzior1-0/+4
2009-12-17Simplify previous patchDenis Kenzior1-20/+14
2009-12-17Implementat SIM envelope in atmodem driverDenis Kenzior1-0/+81
2009-11-11Fix: Don't leak data in SIM atom driverDenis Kenzior1-0/+5
2009-11-10Fix: Rename G1 quirk to QUALCOMM_MSMDenis Kenzior1-1/+1
2009-11-10Work around Palm Pre SIM file reading quirk.Andrzej Zaborowski1-27/+45
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-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-22Rearrange sim password enumDenis Kenzior1-30/+31
2009-09-22Do PIN authenticationAndrzej Zaborowski1-0/+241
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior1-51/+18
2009-09-04Rename at.h to atmodem.hDenis Kenzior1-1/+1
2009-09-01Rename generic_at drivers to atmodemDenis Kenzior1-1/+1
2009-09-01Make remove functions not return anythingDenis Kenzior1-2/+1
2009-09-01change int vendor to unsigned int vendorDenis Kenzior1-1/+2
2009-09-01Add vendor flag capability to simDenis Kenzior1-1/+4
2009-08-20Fix unused variable chatDenis Kenzior1-1/+0
2009-08-19Remove modem member from cb_dataDenis Kenzior1-7/+7
2009-08-19Update SIM AT driver to the new APIDenis Kenzior1-39/+64
2009-08-05Fix record number in at_sim_update_record.Andrzej Zaborowski1-1/+1
2009-07-29Rename ofono_modem_userdataDenis Kenzior1-7/+8
2009-07-27Add support for cyclic filesDenis Kenzior1-0/+1
2009-07-27Refactor SIM file access codeDenis Kenzior1-20/+6
2009-07-27Return SIM file access conditions from read_file_info.Andrzej Zaborowski1-5/+23
2009-07-14Style fixesDenis Kenzior1-0/+13
2009-07-14Make oFono use proper record ids, don't use tricksDenis Kenzior1-1/+1
2009-06-22Add write/read operations for cyclic files in SIM.Andrzej Zaborowski1-0/+35
2009-06-18Cleanup EFmsisdn reading patchDenis Kenzior1-89/+0
2009-06-18Read own numbers from EFmsisdn instead of AT+CNUM.Andrzej Zaborowski1-0/+1
2009-06-18Minor style fixesDenis Kenzior1-1/+1
2009-06-18Add record based file capability to sim_opsAndrzej Zaborowski1-23/+176
2009-06-18Use GET RESPONSE sim command to retrieve EF lengthAndrzej Zaborowski1-7/+10
2009-05-29Do not use empty prefixesDenis Kenzior1-8/+5
2009-05-26Cleanup SimManager interfaceDenis Kenzior1-8/+22
2009-05-26Create ofono_phone_number structDenis Kenzior1-13/+8
2009-05-26Add atmodem SIM-related operationsAndrzej Zaborowski1-0/+325