Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-09 | zte: implement Online property | Pekka Pessi | 1 | -3/+46 | |
2010-09-09 | mbm: implement Online property | Pekka Pessi | 1 | -4/+47 | |
2010-09-09 | ste: implement Online property | Pekka Pessi | 1 | -3/+48 | |
2010-09-09 | novatel: implement Online property | Pekka Pessi | 1 | -3/+37 | |
2010-09-09 | hso: implement Online property | Pekka Pessi | 1 | -3/+38 | |
2010-09-09 | huawei: implement Online property | Pekka Pessi | 1 | -7/+46 | |
Huawei uses +CFUN=5 for offline | |||||
2010-09-09 | atgen: implement Online property | Pekka Pessi | 1 | -1/+46 | |
2010-09-05 | huawei: Decode voice call notifications | Marcel Holtmann | 1 | -0/+90 | |
2010-09-05 | huawei: Decode voice channel settings | Marcel Holtmann | 1 | -0/+20 | |
2010-09-04 | huawei: Check for voice call support | Marcel Holtmann | 1 | -12/+70 | |
2010-09-04 | udev: Check for valid USB serial numbers | Marcel Holtmann | 1 | -2/+9 | |
2010-09-02 | phonesim: Move the stk atom to post_sim state | Denis Kenzior | 1 | -4/+4 | |
2010-08-30 | mbm: D5530 gets bogus +GCAP, not +CGAP | Pekka Pessi | 1 | -1/+1 | |
2010-08-28 | udev: Add rule for ZTE MF110 modem | Marcel Holtmann | 1 | -0/+3 | |
2010-08-25 | mbm: add quirks for Dell D5530 | Pekka Pessi | 1 | -2/+62 | |
Dell D5530 is an OEM version of F3507g. It has an annoying habit of announcing itself to world with its own name. Another problem is some weird +CGAP messages at the same time. It also crashes upon processing received CBS messages. | |||||
2010-08-23 | novatel: Use Qualcomm specific quirk for SIM handling | Marcel Holtmann | 1 | -2/+4 | |
2010-08-23 | hfp: fix typo | João Paulo Rechi Vita | 1 | -3/+3 | |
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-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 | mbm: Remove registration and bearer specific notifications | Marcel Holtmann | 1 | -6/+0 | |
2010-08-20 | mbm: Enable notifications for packet switched bearer changes | Marcel Holtmann | 1 | -0/+2 | |
2010-08-20 | mbm: Enable CFUN and EREG notifications | Marcel Holtmann | 1 | -0/+6 | |
2010-08-20 | mbm: Fix naming of MBM driver for GPRS context handling | Marcel Holtmann | 1 | -1/+2 | |
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 | 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 | nokia: Add initial plugin for Nokia Datacard support | Marcel Holtmann | 1 | -0/+253 | |
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 | hso: Use Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -1/+2 | |
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-18 | calypso: Subscribe to %SIMREM and %SIMINS | Andrzej Zaborowski | 1 | -5/+30 | |
These notifications should be emitted on SIM removal and insertion. These notifications don't work very well though, on the hardware this has been tested on, the modem never issued %SIMINS, and %SIMREM was emitted only in some specific circumenstances. | |||||
2010-08-17 | stemodem: Add polling for SIM ready status | Sjur Brændeland | 1 | -2/+50 | |
Interim solution until support for SIM 'ready' notification is supported. | |||||
2010-08-17 | plugins: Add STE sample to modem.conf | Sjur Brændeland | 1 | -0/+5 | |
2010-08-17 | modemconf: Add support for Interface for STE plugin | Sjur Brændeland | 1 | -0/+1 | |
2010-08-17 | ste: Use SOCK_STREAM for CAIF and enable interface specification | Sjur Brændeland | 1 | -1/+19 | |
2010-08-17 | ste: Add Radio-Settings | Sjur Brændeland | 1 | -0/+2 | |
2010-08-17 | ste: Add AT Channel configurations | Sjur Brændeland | 1 | -1/+2 | |
2010-08-17 | ste: SIM - STE registers as MBM to utilize mbm quirks | Sjur Brændeland | 1 | -1/+1 | |
2010-08-16 | phonesim: Should use none_prefix | Denis Kenzior | 1 | -1/+1 | |
When only OK is expected | |||||
2010-08-16 | ste: Include STK support from MBM driver | Sjur Brændeland | 1 | -0/+2 | |
2010-08-16 | zte: Use Qualcomm specific USSD quirk | Marcel Holtmann | 1 | -1/+2 | |
2010-08-16 | zte: Add support for sms, cbs, ussd and phonebook atoms | Marcel Holtmann | 1 | -1/+13 | |
2010-08-16 | zte: Add initial support for devinfo, sim and netreg atoms | Marcel Holtmann | 1 | -2/+156 | |
2010-08-16 | Fix typo in Huawei port detection | Marcel Holtmann | 1 | -1/+1 | |
2010-08-16 | Add udev detection support for ZTE modems | Marcel Holtmann | 2 | -5/+72 | |