summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
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
2010-08-16Add skeleton for ZTE modem supportMarcel Holtmann1-0/+88
2010-08-12phonesim: Support set_online/post_onlineDenis Kenzior1-6/+47
2010-08-10Use permissive parser for MBM since otherwise STK causes problemsMarcel Holtmann1-1/+1
2010-08-06calypso: Create STK atom and reorder initialisationAndrzej Zaborowski1-27/+54
See comment in the code. The Sim Toolkit apps seem to work rather reliably with this, tested on both PIN-enabled and unprotected cards.
2010-08-06calypso: Enable AT extended error codesAndrzej Zaborowski1-0/+2
The STK driver tries to interpret the codes.
2010-08-06calypso: Check if SIM is present on modem startupAndrzej Zaborowski1-3/+33
Like in case of MBM modem, the SIM slot is not easily accessible while the device is running so we assume there's no need to check for SIM presence after startup.
2010-08-06phonesim: Don't use VENDOR_PHONESIM for calypsoAndrzej Zaborowski1-2/+4
Also move the STK initialisation to post-sim because it is more logical there (even if it makes no difference under phonesim).
2010-08-05huawei: Fix SIM state logicJoão Paulo Rechi Vita1-25/+51
Add support for voice-only SIM cards and enable phonebook atom for non-voice modems.
2010-08-05bluetooth: define DBUS_TIMEOUT macroGustavo F. Padovan2-3/+5
2010-08-02huawei: fix double include of GPRS headerJoão Paulo Rechi Vita1-1/+0
2010-07-17Fix Huawei product ID matching in udev rulesMarcel Holtmann1-70/+70