Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-20 | mbm: Use proper MBM quirks | Marcel Holtmann | 1 | -5/+6 | |
2010-08-20 | ste: Use MBM quirk for network registration | Marcel Holtmann | 1 | -1/+1 | |
2010-08-20 | ste: Use MBM quirk instead of a STE specific one | Marcel Holtmann | 1 | -2/+2 | |
2010-08-20 | atmodem: Turn a STE GPRS quirk into a MBM and STE quirk | Marcel Holtmann | 1 | -2/+2 | |
2010-08-20 | test: Rename script for testing STK menus | Marcel Holtmann | 2 | -1/+1 | |
2010-08-20 | test: Fix broken build due to renamed test script | Marcel Holtmann | 1 | -1/+0 | |
2010-08-20 | test: Fix test scripts for new operator interfaces | Marcel Holtmann | 3 | -6/+43 | |
2010-08-20 | gprs: Default value for RoamingAllowed should be FALSE | Marcel Holtmann | 1 | -2/+2 | |
2010-08-20 | udev: Add check for serial before string operation | Zhenhua Zhang | 1 | -1/+1 | |
'serial' could be NULL in some case. So it need to add check before doing string operation. | |||||
2010-08-20 | test: Fix wrong method name in context deactivation script | Marcel Holtmann | 1 | -1/+1 | |
2010-08-20 | nokia: Add initial plugin for Nokia Datacard support | Marcel Holtmann | 2 | -0/+256 | |
2010-08-20 | atmodem: Add really nasty hack for Nokia AT+COPS bug | Marcel Holtmann | 1 | -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-20 | test: Fix SMS test script to use MessageManager interface | Marcel Holtmann | 2 | -2/+2 | |
2010-08-20 | atmodem: No CIND for Nokia data cards | Marcel Holtmann | 1 | -0/+1 | |
2010-08-20 | atmodem: Add vendor quirk for Nokia data cards | Marcel Holtmann | 1 | -0/+1 | |
2010-08-20 | udev: Add detection for Nokia data cards | Marcel Holtmann | 2 | -0/+40 | |
2010-08-19 | zte: Use QUALCOMM_MSM quirk for sim driver | Denis Kenzior | 1 | -1/+2 | |
2010-08-19 | huawei: Use QUALCOMM_MSM quirk for sim driver | Denis Kenzior | 1 | -1/+2 | |
2010-08-19 | gprs: Use "Internet" for default PDP context name | Marcel Holtmann | 1 | -1/+1 | |
2010-08-19 | gprs: Automatically add a context if none defined | Denis Kenzior | 1 | -23/+39 | |
2010-08-19 | hso: Use Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-08-19 | test: update remove-contexts to the new API | Denis Kenzior | 1 | -6/+6 | |
2010-08-19 | test: update process-context-settings to the new API | Denis Kenzior | 1 | -10/+5 | |
2010-08-19 | test: update list-contexts to the new API | Denis Kenzior | 1 | -11/+6 | |
2010-08-19 | test: update deactivate-context to the new API | Denis Kenzior | 1 | -7/+7 | |
2010-08-19 | test: update create-context to the new API | Denis Kenzior | 1 | -8/+8 | |
2010-08-19 | test: Update activate-context to the new API | Denis Kenzior | 1 | -8/+8 | |
2010-08-19 | gprs: Add support for GetContexts | Denis Kenzior | 1 | -5/+58 | |
2010-08-19 | gprs: Tweak context object path naming | Denis Kenzior | 1 | -6/+23 | |
And support loading of legacy context names | |||||
2010-08-19 | gprs: Break out writing of gprs context settings | Denis Kenzior | 1 | -13/+18 | |
2010-08-19 | gprs: Add ContextRemoved signal | Denis Kenzior | 1 | -0/+20 | |
2010-08-19 | gprs: Emit the ContextAdded signal | Denis Kenzior | 1 | -2/+31 | |
2010-08-19 | gprs: minor style fix | Denis Kenzior | 1 | -1/+2 | |
2010-08-19 | gprs: Break out context properties append function | Denis Kenzior | 1 | -25/+30 | |
2010-08-19 | gprs: Get rid of PrimaryContexts property | Denis Kenzior | 1 | -67/+0 | |
2010-08-19 | gprs: Update CreateContext to AddContext | Denis Kenzior | 1 | -15/+10 | |
2010-08-19 | gprs: Update GPRS related DBus interface names | Denis Kenzior | 3 | -47/+42 | |
2010-08-19 | sms: Update SmsManager to MessageManager | Denis Kenzior | 3 | -15/+16 | |
2010-08-19 | huawei: Add support for switching USSD mode | Marcel Holtmann | 1 | -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-19 | Add printf format attribute for error creation helper | Marcel Holtmann | 1 | -1/+2 | |
2010-08-19 | fix: Remove extra comma from NotAvailable error | Pekka Pessi | 1 | -1/+1 | |
2010-08-19 | netreg: Make reset_available returning void | Marcel Holtmann | 1 | -1/+1 | |
2010-08-18 | netreg: Minor style issues | Denis Kenzior | 1 | -5/+6 | |
2010-08-18 | netreg: Move more stuff around | Denis Kenzior | 1 | -18/+14 | |
2010-08-18 | netreg: Move stuff around to avoid forward decl | Denis Kenzior | 1 | -16/+13 | |
2010-08-18 | test: Update to the new netreg API | Denis Kenzior | 2 | -8/+7 | |
2010-08-18 | netreg: Make logic more readable | Denis Kenzior | 1 | -5/+11 | |
2010-08-18 | test: Update to new netreg API | Denis Kenzior | 1 | -20/+0 | |
2010-08-18 | gprs: Update Attached when Auto-Attached succeded | Denis Kenzior | 1 | -2/+5 | |
2010-08-18 | netreg: Move code around to avoid forward decl | Denis Kenzior | 1 | -53/+49 | |