summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-15sim: Minor style fixesOleg Zhurakivskyy1-12/+12
2012-01-13build: Add support for providing provision database locationMarcel Holtmann1-8/+16
2012-01-13udev: Add detection support for SIM COM modemsMarcel Holtmann1-0/+47
2012-01-11AUTHORS: Mention Renat's contributionsDenis Kenzior1-0/+1
2012-01-11doc: SIM900 driver usage documentationRenat Zaripov1-0/+12
Adding a short description for usage of SIM900 plugin
2012-01-11udev: Add SIMCOM SIM900 detection supportRenat Zaripov1-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-11plugins: Add support for sim900 by SIMCOMRenat Zaripov2-0/+263
This patch add support for SIM900 GSM module http://wm.sim.com/Sim/FrontShow_en/wireless/detail.aspx?cid=6&nid=770
2012-01-11atmodem: Add SIMCOM vendor quirkRenat Zaripov2-0/+2
Adding vendor quirk for SIMCOM SIM900 modem module.
2012-01-12huaweimodem: Reset errors for USSD cancel operationMarcel Holtmann1-0/+8
2012-01-12huawei: Select USSD atom driver based on firmware modeMarcel Holtmann1-8/+8
2012-01-12huaweimodem: Add support for USSD 8-bit PDU modeMarcel Holtmann4-0/+221
The Huawei devices support a special 8-bit PDU mode for USSD that is by default selected (AT^USSDMODE=1). It avoids the complicated logic for character set selection and conversion.
2012-01-12speedup: Setup CSCS after SIM card has been detectedMarcel Holtmann1-10/+10
2012-01-12hso: Setup CSCS after SIM card has been detectedMarcel Holtmann1-10/+10
2012-01-12huawei: Setup CSCS after SIM card has been detectedMarcel Holtmann1-10/+10
2012-01-12atmodem: Add more debug for USSD response parsingMarcel Holtmann1-0/+4
2012-01-11udev: Use g_ascii_isalnum instead of isalnumDenis Kenzior1-1/+1
2012-01-11gatutil: Use g_ascii_isprint instead of isprintDenis Kenzior1-3/+3
2012-01-11huawei: Print and store NDIS support resultsMarcel Holtmann1-1/+39
2012-01-11huawei: Refactor logic slightlyDenis Kenzior1-13/+5
2012-01-11huawei: Create sim atom for cdma modemsGuillaume Zajac1-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-11atmodem: Create new sim driver without EF entriesGuillaume Zajac1-0/+16
This driver will be used by CDMA modems to support PIN management and IMSI retreival. EF entries for CDMA modems cannot be implemented without manufacturers specifications.
2012-01-11zte: Setup CSCS on both portsDenis Kenzior1-0/+10
2012-01-11speedup: Setup CSCS on both portsDenis Kenzior1-0/+12
2012-01-11nokia: Setup CSCS on both portsDenis Kenzior1-0/+10
2012-01-11huawei: Setup CSCS on both portsDenis Kenzior1-0/+10
2012-01-11hso: Setup CSCS properlyDenis Kenzior1-0/+10
2012-01-11ussd: Remove CSCS handling for QUALCOMM_MSMDenis Kenzior1-13/+0
2012-01-11huawei: Check for NDIS vs modem dial-up modeMarcel Holtmann1-0/+39
2012-01-10build: Build provisioning plugins if enabledMarcel Holtmann1-0/+10
2012-01-10build: Add option for disabling provisioning supportMarcel Holtmann1-6/+13
2012-01-07modem: Tweak produced pathDenis Kenzior1-1/+1
For drivers that contain digits at the end the currently produced path can be somewhat confusing.
2012-01-07ofono.rules: Add N900 rule for stock kernelsDenis Kenzior1-0/+1
From a patch set by Luke Dash
2012-01-07cdma-netreg: Add provider name and SID supportPhilippe Nunes1-0/+40
2012-01-07cdma-provision: Add cdma provisioning pluginPhilippe Nunes1-0/+79
2012-01-07cdma-provision: Add driver APIs implementationPhilippe Nunes2-2/+82
2012-01-07ofono.h: add API to get cdma provider namePhilippe Nunes1-0/+4
2012-01-07cdma-provision: Add driver APIs headerPhilippe Nunes1-0/+44
2012-01-07udevng: Remove huaweicdma label from driver_listGuillaume Zajac1-1/+0
2012-01-08Release 1.2Marcel Holtmann2-1/+9
2012-01-06huawei: Adapt to changed atom driver name for CDMA netregMarcel Holtmann1-2/+1
2012-01-06huaweimodem: Move CDMA network registration into default driverMarcel Holtmann6-83/+17
With merging the GSM/UTMS and CDMA modem plugin into a unified version, it also makes sense to merge the Huawei specific vendor atom drivers into one.
2012-01-06huawei: Use CFUN=5 for CDMA offline state handlingMarcel Holtmann1-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-06huawei: Handle modems with ROM based SIM cardsMarcel Holtmann1-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-06huawei: Create CDMA atoms if support has been detectedMarcel Holtmann1-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-06hso: Enable voice call handling if support has been detectedMarcel Holtmann1-4/+57
Check if AT_OPCMENABLE is supported and if so, then enable the voice call handling as well.
2012-01-06huawei: Create GSM/UMTS atoms only if support has been detectedMarcel Holtmann1-18/+30
2012-01-06atmodem: Add call state polling for Qualcomm MSM based modemsMarcel Holtmann1-2/+9
The voice call support of the Qualcomm MSM based modems does not report NO CARRIER, NO ANSWER or BUSY unsolicited notifications. So keep polling for call state changes via AT+CLCC even during an active call.
2012-01-06atmodem: Disable AT+COLP for Qualcomm MSM based modemsMarcel Holtmann1-1/+10
In case of Qualcomm MSM based modems, AT+COLP=0 needs to be used to make ATD<number>; return right away. Otherwise it only returns once the remote party accepted or rejected the call.
2012-01-06huaweicdma: Delete unused pluginGuillaume Zajac2-250/+0
2012-01-06udev: Simplify vendor_list for Huawei constructorGuillaume Zajac1-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.