Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-16 | udev: Add sanity check for ports on old Option devices | Marcel Holtmann | 1 | -0/+3 | |
2012-02-16 | udev: Detect old Option cards without high-speed interface | Marcel Holtmann | 1 | -0/+35 | |
2012-02-16 | ifx: Add support for Assisted Satellite Navigation | Marcel Holtmann | 1 | -0/+3 | |
2012-02-10 | ifx: Setup CSCS to use GSM for the aux port | Marcel Holtmann | 1 | -0/+4 | |
This change is needed since otherwise umlauts and other characters for USSD responses will not work properly. | |||||
2012-02-09 | ifx: Take out bad merge | Denis Kenzior | 1 | -24/+0 | |
2012-02-10 | ifx: Use CFUN=0 (Minimum Functionality) to disable modem | Marcel Holtmann | 1 | -1/+1 | |
2012-02-10 | ifx: Remove handling of audio settings setup | Marcel Holtmann | 1 | -60/+25 | |
The audio settings setup is now done as port of the audio settings atom. | |||||
2012-02-02 | ifx: Fix compilation issue | Marcel Holtmann | 1 | -5/+3 | |
2012-02-02 | ifx: Make sure query XSIMSTATE | Denis Kenzior | 1 | -16/+54 | |
XSIMSTATE=1 does not seem to reliably activate XSIM notifications anymore. So query the XSIMSTATE at startup instead. | |||||
2012-02-02 | ifx: Use a proper prefix for XGENDATA | Denis Kenzior | 1 | -1/+2 | |
2012-01-17 | udev: Limit ZTE port selection to specific product identifiers | Marcel Holtmann | 1 | -3/+9 | |
2012-01-17 | udev: Keep vendor and product identifiers around | Marcel Holtmann | 1 | -4/+19 | |
2012-01-13 | udev: Add detection support for SIM COM modems | Marcel Holtmann | 1 | -0/+47 | |
2012-01-11 | udev: Add SIMCOM SIM900 detection support | Renat Zaripov | 1 | -0/+15 | |
This allows for detection of SIM900 modem module in case of appropriate driver specified in udev rules. Example rule: KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim900" | |||||
2012-01-11 | plugins: Add support for sim900 by SIMCOM | Renat Zaripov | 1 | -0/+260 | |
This patch add support for SIM900 GSM module http://wm.sim.com/Sim/FrontShow_en/wireless/detail.aspx?cid=6&nid=770 | |||||
2012-01-12 | huawei: Select USSD atom driver based on firmware mode | Marcel Holtmann | 1 | -8/+8 | |
2012-01-12 | speedup: Setup CSCS after SIM card has been detected | Marcel Holtmann | 1 | -10/+10 | |
2012-01-12 | hso: Setup CSCS after SIM card has been detected | Marcel Holtmann | 1 | -10/+10 | |
2012-01-12 | huawei: Setup CSCS after SIM card has been detected | Marcel Holtmann | 1 | -10/+10 | |
2012-01-11 | udev: Use g_ascii_isalnum instead of isalnum | Denis Kenzior | 1 | -1/+1 | |
2012-01-11 | huawei: Print and store NDIS support results | Marcel Holtmann | 1 | -1/+39 | |
2012-01-11 | huawei: Refactor logic slightly | Denis Kenzior | 1 | -13/+5 | |
2012-01-11 | huawei: Create sim atom for cdma modems | Guillaume Zajac | 1 | -0/+12 | |
Don't create atom if sim is embedded. Atom will use "atmodem-noef" drivers to support PIN management and IMSI retrieval. | |||||
2012-01-11 | zte: Setup CSCS on both ports | Denis Kenzior | 1 | -0/+10 | |
2012-01-11 | speedup: Setup CSCS on both ports | Denis Kenzior | 1 | -0/+12 | |
2012-01-11 | nokia: Setup CSCS on both ports | Denis Kenzior | 1 | -0/+10 | |
2012-01-11 | huawei: Setup CSCS on both ports | Denis Kenzior | 1 | -0/+10 | |
2012-01-11 | hso: Setup CSCS properly | Denis Kenzior | 1 | -0/+10 | |
2012-01-11 | huawei: Check for NDIS vs modem dial-up mode | Marcel Holtmann | 1 | -0/+39 | |
2012-01-07 | ofono.rules: Add N900 rule for stock kernels | Denis Kenzior | 1 | -0/+1 | |
From a patch set by Luke Dash | |||||
2012-01-07 | cdma-provision: Add cdma provisioning plugin | Philippe Nunes | 1 | -0/+79 | |
2012-01-07 | udevng: Remove huaweicdma label from driver_list | Guillaume Zajac | 1 | -1/+0 | |
2012-01-06 | huawei: Adapt to changed atom driver name for CDMA netreg | Marcel Holtmann | 1 | -2/+1 | |
2012-01-06 | huawei: Use CFUN=5 for CDMA offline state handling | Marcel Holtmann | 1 | -0/+6 | |
The Huawei CDMA modems only support CFUN=5 for offline mode and so enforce this one if CDMA support has been detected. Even if the modem would indicate AT^RFSWITCH support. | |||||
2012-01-06 | huawei: Handle modems with ROM based SIM cards | Marcel Holtmann | 1 | -0/+2 | |
Some modem contain ROM based SIM cards indicated by SIM state 240 and these need to be treated as SIM present. | |||||
2012-01-06 | huawei: Create CDMA atoms if support has been detected | Marcel Holtmann | 1 | -0/+13 | |
In case the modem supports CDMA (+CIS707-A capability), then enable CDMA atoms. However only enable if GSM support is not detected. | |||||
2012-01-06 | hso: Enable voice call handling if support has been detected | Marcel Holtmann | 1 | -4/+57 | |
Check if AT_OPCMENABLE is supported and if so, then enable the voice call handling as well. | |||||
2012-01-06 | huawei: Create GSM/UMTS atoms only if support has been detected | Marcel Holtmann | 1 | -18/+30 | |
2012-01-06 | huaweicdma: Delete unused plugin | Guillaume Zajac | 1 | -247/+0 | |
2012-01-06 | udev: Simplify vendor_list for Huawei constructor | Guillaume Zajac | 1 | -3/+1 | |
According to Huawei constructor, the port mapping is identical for all the modems. We can decide to use GSM or CDMA drivers into the plugin. | |||||
2012-01-06 | huawei: Check for supported modem capabilities first | Marcel Holtmann | 1 | -2/+34 | |
Use ATI and +GCAP response to determine supported modem capabilities and check if modem does support GSM. | |||||
2012-01-06 | huawei: Change state variable name for voice support | Marcel Holtmann | 1 | -4/+4 | |
2012-01-01 | hso: Add support for detecting is no SIM card is present | Marcel Holtmann | 1 | -4/+17 | |
2011-12-28 | telit: Fix empty parameter list in function | Syam Sidhardhan | 1 | -1/+1 | |
2011-12-28 | hfp_ag: Fix empty parameter list in functions | Syam Sidhardhan | 1 | -2/+2 | |
2011-12-21 | Add-udev-rules-for-Speedup-dongles | Philippe Nunes | 1 | -0/+23 | |
2011-12-20 | udevng: Do only label assignment for Speedup dongles | Philippe Nunes | 1 | -7/+0 | |
2011-12-15 | speedupcdma: Create cdma-netreg atom | Guillaume Zajac | 1 | -0/+3 | |
According to SpeedUp 7300 specifications, SpeedUp uses same AT command as Huawei so we can create cdma-netreg atom using huaweicdma drivers. | |||||
2011-12-15 | udevng: add another driver name for telit | Christopher Vogl | 1 | -0/+1 | |
some telit hardware needs option driver. | |||||
2011-12-10 | speedupcdma: Tweak plugin to notify dormant state | Guillaume Zajac | 1 | -1/+6 | |