summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-20mbm: Use proper MBM quirksMarcel Holtmann1-5/+6
2010-08-20ste: Use MBM quirk for network registrationMarcel Holtmann1-1/+1
2010-08-20ste: Use MBM quirk instead of a STE specific oneMarcel Holtmann1-2/+2
2010-08-20atmodem: Turn a STE GPRS quirk into a MBM and STE quirkMarcel Holtmann1-2/+2
2010-08-20test: Rename script for testing STK menusMarcel Holtmann2-1/+1
2010-08-20test: Fix broken build due to renamed test scriptMarcel Holtmann1-1/+0
2010-08-20test: Fix test scripts for new operator interfacesMarcel Holtmann3-6/+43
2010-08-20gprs: Default value for RoamingAllowed should be FALSEMarcel Holtmann1-2/+2
2010-08-20udev: Add check for serial before string operationZhenhua Zhang1-1/+1
'serial' could be NULL in some case. So it need to add check before doing string operation.
2010-08-20test: Fix wrong method name in context deactivation scriptMarcel Holtmann1-1/+1
2010-08-20nokia: Add initial plugin for Nokia Datacard supportMarcel Holtmann2-0/+256
2010-08-20atmodem: Add really nasty hack for Nokia AT+COPS bugMarcel Holtmann1-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-20test: Fix SMS test script to use MessageManager interfaceMarcel Holtmann2-2/+2
2010-08-20atmodem: No CIND for Nokia data cardsMarcel Holtmann1-0/+1
2010-08-20atmodem: Add vendor quirk for Nokia data cardsMarcel Holtmann1-0/+1
2010-08-20udev: Add detection for Nokia data cardsMarcel Holtmann2-0/+40
2010-08-19zte: Use QUALCOMM_MSM quirk for sim driverDenis Kenzior1-1/+2
2010-08-19huawei: Use QUALCOMM_MSM quirk for sim driverDenis Kenzior1-1/+2
2010-08-19gprs: Use "Internet" for default PDP context nameMarcel Holtmann1-1/+1
2010-08-19gprs: Automatically add a context if none definedDenis Kenzior1-23/+39
2010-08-19hso: Use Qualcomm specific USSD quirkMarcel Holtmann1-1/+2
2010-08-19test: update remove-contexts to the new APIDenis Kenzior1-6/+6
2010-08-19test: update process-context-settings to the new APIDenis Kenzior1-10/+5
2010-08-19test: update list-contexts to the new APIDenis Kenzior1-11/+6
2010-08-19test: update deactivate-context to the new APIDenis Kenzior1-7/+7
2010-08-19test: update create-context to the new APIDenis Kenzior1-8/+8
2010-08-19test: Update activate-context to the new APIDenis Kenzior1-8/+8
2010-08-19gprs: Add support for GetContextsDenis Kenzior1-5/+58
2010-08-19gprs: Tweak context object path namingDenis Kenzior1-6/+23
And support loading of legacy context names
2010-08-19gprs: Break out writing of gprs context settingsDenis Kenzior1-13/+18
2010-08-19gprs: Add ContextRemoved signalDenis Kenzior1-0/+20
2010-08-19gprs: Emit the ContextAdded signalDenis Kenzior1-2/+31
2010-08-19gprs: minor style fixDenis Kenzior1-1/+2
2010-08-19gprs: Break out context properties append functionDenis Kenzior1-25/+30
2010-08-19gprs: Get rid of PrimaryContexts propertyDenis Kenzior1-67/+0
2010-08-19gprs: Update CreateContext to AddContextDenis Kenzior1-15/+10
2010-08-19gprs: Update GPRS related DBus interface namesDenis Kenzior3-47/+42
2010-08-19sms: Update SmsManager to MessageManagerDenis Kenzior3-15/+16
2010-08-19huawei: Add support for switching USSD modeMarcel Holtmann1-5/+56
Some newer Huawei modems have support for ^USSDMODE command which seems to be default to 1. In that mode the text USSD is not working. Switching it to 0 and text USSD works just fine. Assumption is that with this command the modem switches between text and PDU mode for USSD. Currently it is unclear on how the PDU mode is suppose to work all. So default to text mode if this command is supported.
2010-08-19Add printf format attribute for error creation helperMarcel Holtmann1-1/+2
2010-08-19fix: Remove extra comma from NotAvailable errorPekka Pessi1-1/+1
2010-08-19netreg: Make reset_available returning voidMarcel Holtmann1-1/+1
2010-08-18netreg: Minor style issuesDenis Kenzior1-5/+6
2010-08-18netreg: Move more stuff aroundDenis Kenzior1-18/+14
2010-08-18netreg: Move stuff around to avoid forward declDenis Kenzior1-16/+13
2010-08-18test: Update to the new netreg APIDenis Kenzior2-8/+7
2010-08-18netreg: Make logic more readableDenis Kenzior1-5/+11
2010-08-18test: Update to new netreg APIDenis Kenzior1-20/+0
2010-08-18gprs: Update Attached when Auto-Attached succededDenis Kenzior1-2/+5
2010-08-18netreg: Move code around to avoid forward declDenis Kenzior1-53/+49