summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-18call-forwarding: Use __ofono_atom_findDenis Kenzior1-6/+2
2012-01-18sms: Use __ofono_atom_findDenis Kenzior1-16/+10
2012-01-18cbs: Use __ofono_atom_find macroDenis Kenzior1-10/+3
2012-01-18network: Use __ofono_atom_find macroDenis Kenzior1-5/+2
2012-01-18message-waiting: Use __ofono_atom_find macroDenis Kenzior1-5/+2
2012-01-18ofono: Add __ofono_atom_find macroDenis Kenzior1-0/+8
2012-01-18network: Access SPN directly from the sim atomOleg Zhurakivskyy1-11/+7
2012-01-18sim: Add ofono_sim_get_spn() implementationOleg Zhurakivskyy1-0/+8
2012-01-18include: Add ofono_sim_get_spn() declarationOleg Zhurakivskyy1-0/+1
2012-01-18network: Optimize away one unneeded assignmentDenis Kenzior1-3/+2
2012-01-18network: Use sim SPN watch APIOleg Zhurakivskyy1-148/+18
2012-01-18gprs: Trivial code reflowDenis Kenzior1-8/+8
2012-01-18gprs: Use sim SPN watch APIOleg Zhurakivskyy1-40/+31
2012-01-17btio: Remove support for hciX source addressesMarcel Holtmann1-6/+1
2012-01-17btio: Fix byte order conversion when getting L2CAP CIDSantiago Carot-Nemesio1-1/+1
The L2CAP CID is passed and received in little endian byte order through the socket interface so a conversion is in place before passing it onwards.
2012-01-17btio: Fix byte order conversion when getting L2CAP PSMSantiago Carot-Nemesio1-1/+1
The L2CAP PSM is passed and received in little endian byte order through the socket interface so a conversion is in place before passing it onwards.
2012-01-17btio: Fix errno handling conventionAnderson Lizardo1-6/+8
Variables which are assigned to the errno variable (usually called "err") should be negative, and "-err" should be used where a positive value is needed.
2012-01-17btio: add BT_IO_OPT_PRIORITY optionLuiz Augusto von Dentz2-4/+44
BT_IO_OPT_PRIORITY uses SO_PRIORITY to set the priority of the socket
2012-01-17udev: Limit ZTE port selection to specific product identifiersMarcel Holtmann1-3/+9
2012-01-17udev: Keep vendor and product identifiers aroundMarcel Holtmann1-4/+19
2012-01-15sim: Add SPN watch capabilityOleg Zhurakivskyy2-0/+250
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