Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-23 | huawei: Query AT^U2DIAG and AT^GETPORTMODE settings | Marcel Holtmann | 1 | -0/+8 | |
Just to make the values show up in the AT command debug logs, query them when enabling the device. | |||||
2010-08-23 | mbm: fix initial polling for sim | Pekka Pessi | 1 | -5/+3 | |
There seems to be no specific error codes returned when SIM is missing. Poll at least 5 times upon an error and give up after that. | |||||
2010-08-23 | hsomodem: Minor style fixes in GPRS context driver | Marcel Holtmann | 1 | -4/+5 | |
2010-08-23 | huaweimodem: Add skeleton for Huawei modem driver | Marcel Holtmann | 3 | -0/+73 | |
2010-08-20 | voicecall: Remove unused variable | Marcel Holtmann | 1 | -1/+0 | |
2010-08-20 | build: Add new test scripts | Denis Kenzior | 1 | -0/+3 | |
2010-08-20 | test: add private-chat script | Denis Kenzior | 1 | -0/+21 | |
2010-08-20 | test: Add list-calls script | Denis Kenzior | 1 | -0/+35 | |
2010-08-20 | test: Add create-multiparty script | Denis Kenzior | 1 | -0/+21 | |
2010-08-20 | atmodem: Default to +CHUP to hangup_all | Denis Kenzior | 1 | -1/+1 | |
2010-08-20 | voicecall: Fix memory leak | Denis Kenzior | 1 | -0/+2 | |
2010-08-20 | voicecall: Remove Calls property | Denis Kenzior | 1 | -7/+0 | |
2010-08-20 | voicecall: emit CallAdded and CallRemoved signals | Denis Kenzior | 1 | -41/+51 | |
2010-08-20 | voicecall: Add GetCalls method | Denis Kenzior | 1 | -0/+53 | |
2010-08-20 | voicecall: Fix up some style issues | Denis Kenzior | 1 | -28/+28 | |
2010-08-20 | voicecall: Break out voicecall_append_properties | Denis Kenzior | 1 | -22/+27 | |
2010-08-20 | voicecall: Get rid of MultipartyCalls attribute | Denis Kenzior | 1 | -46/+59 | |
Replaced by Multiparty attribute on the Voicecall object | |||||
2010-08-20 | sms: Add a few more debug statements | Marcel Holtmann | 1 | -0/+12 | |
2010-08-20 | atmodem: Add a few more debug statements for SMS support | Marcel Holtmann | 1 | -0/+12 | |
2010-08-20 | atmodem: Add a few more debug statements for CBS support | Marcel Holtmann | 1 | -0/+6 | |
2010-08-20 | nokia: Add GPRS handling | Marcel Holtmann | 1 | -0/+34 | |
2010-08-20 | zte: Add GPRS handling | Marcel Holtmann | 1 | -0/+33 | |
2010-08-20 | atmodem: Add Nokia specific quirk for AT+CGEREP handling | Marcel Holtmann | 1 | -3/+13 | |
2010-08-20 | atmodem: Fix copy and paste typo | Marcel Holtmann | 1 | -3/+3 | |
2010-08-20 | mbm: Remove registration and bearer specific notifications | Marcel Holtmann | 1 | -6/+0 | |
2010-08-20 | atmodem: Enable MBM specific notification for registration and bearer | Marcel Holtmann | 1 | -1/+8 | |
2010-08-20 | mbm: Enable notifications for packet switched bearer changes | Marcel Holtmann | 1 | -0/+2 | |
2010-08-20 | stk: reorder: Don't access freed memory in Send SMS | Andrzej Zaborowski | 1 | -4/+4 | |
Responding to the stk->pending_cmd frees it, we need to read it before that. | |||||
2010-08-20 | test: Add some error handling to STK menu test script | Marcel Holtmann | 1 | -9/+11 | |
2010-08-20 | mbm: Enable CFUN and EREG notifications | Marcel Holtmann | 1 | -0/+6 | |
2010-08-20 | mbmmodem: Enable PDP context setup debug notifications | Marcel Holtmann | 1 | -0/+3 | |
2010-08-20 | stk: Fix error messsage from select item method call | Marcel Holtmann | 1 | -3/+3 | |
2010-08-20 | Add support for simple glibc based backtrace | Marcel Holtmann | 3 | -1/+110 | |
2010-08-20 | stemodem: Fix whitespace damage in radio settings driver | Marcel Holtmann | 1 | -3/+3 | |
2010-08-20 | mbm: Fix naming of MBM driver for GPRS context handling | Marcel Holtmann | 2 | -2/+3 | |
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 | |