summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2010-09-09zte: implement Online propertyPekka Pessi1-3/+46
2010-09-09mbm: implement Online propertyPekka Pessi1-4/+47
2010-09-09ste: implement Online propertyPekka Pessi1-3/+48
2010-09-09novatel: implement Online propertyPekka Pessi1-3/+37
2010-09-09hso: implement Online propertyPekka Pessi1-3/+38
2010-09-09huawei: implement Online propertyPekka Pessi1-7/+46
Huawei uses +CFUN=5 for offline
2010-09-09atgen: implement Online propertyPekka Pessi1-1/+46
2010-09-05huawei: Decode voice call notificationsMarcel Holtmann1-0/+90
2010-09-05huawei: Decode voice channel settingsMarcel Holtmann1-0/+20
2010-09-04huawei: Check for voice call supportMarcel Holtmann1-12/+70
2010-09-04udev: Check for valid USB serial numbersMarcel Holtmann1-2/+9
2010-09-02phonesim: Move the stk atom to post_sim stateDenis Kenzior1-4/+4
2010-08-30mbm: D5530 gets bogus +GCAP, not +CGAPPekka Pessi1-1/+1
2010-08-28udev: Add rule for ZTE MF110 modemMarcel Holtmann1-0/+3
2010-08-25mbm: add quirks for Dell D5530Pekka Pessi1-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-23novatel: Use Qualcomm specific quirk for SIM handlingMarcel Holtmann1-2/+4
2010-08-23hfp: fix typoJoão Paulo Rechi Vita1-3/+3
2010-08-23huawei: Query AT^U2DIAG and AT^GETPORTMODE settingsMarcel Holtmann1-0/+8
Just to make the values show up in the AT command debug logs, query them when enabling the device.
2010-08-23mbm: fix initial polling for simPekka Pessi1-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-20nokia: Add GPRS handlingMarcel Holtmann1-0/+34
2010-08-20zte: Add GPRS handlingMarcel Holtmann1-0/+33
2010-08-20mbm: Remove registration and bearer specific notificationsMarcel Holtmann1-6/+0
2010-08-20mbm: Enable notifications for packet switched bearer changesMarcel Holtmann1-0/+2
2010-08-20mbm: Enable CFUN and EREG notificationsMarcel Holtmann1-0/+6
2010-08-20mbm: Fix naming of MBM driver for GPRS context handlingMarcel Holtmann1-1/+2
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-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-20nokia: Add initial plugin for Nokia Datacard supportMarcel Holtmann1-0/+253
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-19hso: Use Qualcomm specific USSD quirkMarcel Holtmann1-1/+2
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-18calypso: Subscribe to %SIMREM and %SIMINSAndrzej Zaborowski1-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-17stemodem: Add polling for SIM ready statusSjur Brændeland1-2/+50
Interim solution until support for SIM 'ready' notification is supported.
2010-08-17plugins: Add STE sample to modem.confSjur Brændeland1-0/+5
2010-08-17modemconf: Add support for Interface for STE pluginSjur Brændeland1-0/+1
2010-08-17ste: Use SOCK_STREAM for CAIF and enable interface specificationSjur Brændeland1-1/+19
2010-08-17ste: Add Radio-SettingsSjur Brændeland1-0/+2
2010-08-17ste: Add AT Channel configurationsSjur Brændeland1-1/+2
2010-08-17ste: SIM - STE registers as MBM to utilize mbm quirksSjur Brændeland1-1/+1
2010-08-16phonesim: Should use none_prefixDenis Kenzior1-1/+1
When only OK is expected
2010-08-16ste: Include STK support from MBM driverSjur Brændeland1-0/+2
2010-08-16zte: Use Qualcomm specific USSD quirkMarcel Holtmann1-1/+2
2010-08-16zte: Add support for sms, cbs, ussd and phonebook atomsMarcel Holtmann1-1/+13
2010-08-16zte: Add initial support for devinfo, sim and netreg atomsMarcel Holtmann1-2/+156
2010-08-16Fix typo in Huawei port detectionMarcel Holtmann1-1/+1
2010-08-16Add udev detection support for ZTE modemsMarcel Holtmann2-5/+72