Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-04 | atmodem: Add Huawei quirk for voice call handling | Marcel Holtmann | 1 | -0/+7 | |
2010-09-02 | isimodem/ussd: use g_isi_send() | Pekka Pessi | 1 | -11/+10 | |
2010-09-02 | isimodem/gprs: use g_isi_send() | Pekka Pessi | 1 | -27/+21 | |
2010-08-30 | phonebook: Trivial style / wording fixes | Denis Kenzior | 1 | -4/+5 | |
2010-08-30 | atmodem/phonebook: parse text as hexstring | Thadeu Lima de Souza Cascardo | 1 | -72/+66 | |
Some modems omit the quotes when dumping strings in UCS2. Parsing them as hexstring already does the hex decoding and accepts missing quotes. | |||||
2010-08-30 | sim: Turn around the order of arguments | Denis Kenzior | 1 | -2/+2 | |
The void *user argument was first. It should be last instead to be consistent with the other watch functions. | |||||
2010-08-30 | Remove unnecessary alignment to 32bit boundary | Aki Niemi | 2 | -8/+8 | |
2010-08-26 | isimodem/gprs: fix attached_status response | Pekka Pessi | 1 | -2/+22 | |
2010-08-23 | huaweimodem: Add NDIS based GPRS context driver | Marcel Holtmann | 3 | -0/+344 | |
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 | 2 | -0/+68 | |
2010-08-20 | atmodem: Default to +CHUP to hangup_all | Denis Kenzior | 1 | -1/+1 | |
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 | 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 | atmodem: Enable MBM specific notification for registration and bearer | Marcel Holtmann | 1 | -1/+8 | |
2010-08-20 | mbmmodem: Enable PDP context setup debug notifications | Marcel Holtmann | 1 | -0/+3 | |
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 | 1 | -1/+1 | |
2010-08-20 | atmodem: Turn a STE GPRS quirk into a MBM and STE quirk | Marcel Holtmann | 1 | -2/+2 | |
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 | 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-17 | stemodem: Add Radio Settings to STE Modem | Sjur Brændeland | 3 | -0/+234 | |
2010-08-17 | atmodem: Allow missing DCS parameter in USSD result | Marcel Holtmann | 1 | -9/+9 | |
2010-08-16 | atmodem: Add Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -0/+21 | |
2010-08-16 | atmodem: Add support for storing USSD vendor quirks | Marcel Holtmann | 1 | -23/+35 | |
2010-08-16 | calypsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -2/+1 | |
2010-08-16 | stemodem: Remove useless NULL checks before g_free | Marcel Holtmann | 2 | -14/+7 | |
2010-08-16 | mbmmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-16 | hsomodem: Remove useless NULL checks before g_free | Marcel Holtmann | 1 | -6/+3 | |
2010-08-16 | hfpmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 3 | -16/+8 | |
2010-08-16 | ussd: Use cb_data instead of custom structure | Denis Kenzior | 1 | -13/+7 | |
2010-08-16 | atmodem: Remove useless NULL checks before g_free | Marcel Holtmann | 15 | -132/+65 | |
2010-08-16 | netreg: Add quirk for ZTE modem without CIND support | Marcel Holtmann | 2 | -0/+4 | |
2010-08-13 | atutil: Don't try parsing lac/ci when unregistered | Denis Kenzior | 1 | -0/+8 | |
2010-08-13 | nwemodem: Fix up radio-settings driver | Denis Kenzior | 1 | -13/+16 | |
2010-08-13 | hsomodem: Fix up radio-settings driver | Denis Kenzior | 1 | -13/+16 | |
2010-08-13 | stemodem: Copy if_caif.h from 2.6.36 RC | Sjur Brændeland | 1 | -42/+6 | |
2010-08-12 | stemodem: register should not be called from probe | Denis Kenzior | 1 | -3/+12 | |
2010-08-12 | stemodem: Use g_at_chat_clone | Denis Kenzior | 2 | -4/+7 | |
2010-08-12 | stemodem: Fix minor whitespace issue | Denis Kenzior | 1 | -1/+1 | |
2010-08-12 | nwemodem: Use g_at_chat_clone | Denis Kenzior | 1 | -1/+3 | |
2010-08-12 | mbmmodem: Use g_at_chat_clone | Denis Kenzior | 2 | -4/+8 | |
2010-08-12 | hsomodem: Use g_at_chat_clone | Denis Kenzior | 2 | -3/+7 | |
2010-08-12 | calypso: Use g_at_chat_clone | Denis Kenzior | 2 | -3/+7 | |
2010-08-12 | atmodem: Use g_at_chat_clone | Denis Kenzior | 17 | -27/+71 | |
2010-08-12 | modem: Be consistent when naming callback typedefs | Denis Kenzior | 1 | -3/+3 | |
2010-08-12 | stedriver: Copy caif_socket.h from 2.6.36 RC | Sjur Brændeland | 1 | -84/+123 | |
Copied include/linux/caif/caif_socket.h and added AF_CAIF, PF_CAIF and SOL_CAIF definitions found in linux/include/socket.h. |