summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14Adapt to changed sub-block iterator APIAki Niemi2-7/+9
2009-09-14Refactor to use gisi/iter.hAki Niemi1-129/+62
2009-09-14Modify to use the new alpha tag getterAki Niemi1-3/+18
2009-09-14Coding style clean-upsAki Niemi1-21/+33
2009-09-14Use gisi/iter.h for decoding sub-blocksAki Niemi1-201/+71
2009-09-14Clean up IMSI decodingAki Niemi1-9/+10
2009-09-14Remove trailing WSAki Niemi2-3/+3
2009-09-14Remove unnecessary debugAki Niemi1-2/+0
2009-09-14Add basic bootsrap for the SMS driverAki Niemi1-0/+127
2009-09-14Add preliminary CBS driverAki Niemi3-0/+218
2009-09-14Add proper bootstrapping for netreg driverAki Niemi1-1/+36
Use the ISI version query to bootstrap the netreg driver.
2009-09-14Remove unnecessary debugsAki Niemi1-35/+4
2009-09-12Fix registration status decodingAki Niemi1-1/+1
2009-09-12Fixes for proper coding styleAki Niemi1-47/+81
2009-09-12Fix signal strength value calculationAki Niemi1-14/+28
2009-09-12Add IMSI retrieval to sim driverAki Niemi1-5/+130
Modified patch originally provided by Jukka Saunamäki.
2009-09-12Fix to use new success/failure callback macrosAki Niemi2-55/+16
2009-09-12Add implementation of netreg driverAki Niemi1-16/+940
2009-09-12Clean up macros for success/failure callbacksAki Niemi1-13/+18
2009-09-11Rework DECLARE_FAILURE to be a bit nicerDenis Kenzior14-273/+87
2009-09-10Ensure CBS is in a known state at startupDenis Kenzior1-4/+7
2009-09-10Add atmodem cell broadcast driverDenis Kenzior4-17/+206
2009-09-08Read messages left over in ME storage on startup.Andrzej Zaborowski1-0/+125
On modems that don't support +CMT (or for class 2 SMSes) the messages are stored in the modem and then read and deleted from there in two separate steps with no warranty that deletion succeeds or (more likely) power is cut before the deletion happens. Over time the memory may become full and if we don't want to deal with this condition we need to check on startup if there are messages we haven't deleted. We can't differentiate between those messages and those the user already had on the SIM / modem before installing ofono or switching phones, so we might want to deliver messages with REC READ status with some kind of indication that these are potentially old so the UI doesn't emit spurious alerts. We don't do this now and just deliver as usual.
2009-09-04Fix unused variable warningDenis Kenzior1-2/+0
2009-09-04Add calypso voicecalls driverDenis Kenzior3-0/+516
2009-09-04Rename at.h to atmodem.hDenis Kenzior14-13/+13
2009-09-04Break common at utilities to atutils.c/.hDenis Kenzior4-55/+110
2009-09-04Remove unused declarationDenis Kenzior1-2/+0
2009-09-04Remove unused structureDenis Kenzior1-7/+0
2009-09-03Add quirk for network-registration for calypsoDenis Kenzior2-7/+43
Support calypso-specific AT%CSQ notifications
2009-09-02G1: Add an SMS quirk for CNMI modeAndres Salomon2-5/+15
The G1 doesn't support mode2, despite advertising it. The G1 chokes w/ an "Error 303" when we specify NMI mode 2. Adding a quirk to drop that mode from the supported list (just use mode 1) allows the G1 to properly deal with SMS.
2009-09-02Change plugins to the new ofono_modem_create apiDenis Kenzior1-5/+1
2009-09-01Rename isi drivers to isimodemDenis Kenzior13-26/+26
Be more consistent with directory naming
2009-09-01Rename generic_at drivers to atmodemDenis Kenzior12-12/+12
Be more consistent with directory naming
2009-09-01populate should return voidDenis Kenzior1-3/+1
2009-09-01Make remove functions not return anythingDenis Kenzior25-66/+25
2009-09-01change int vendor to unsigned int vendorDenis Kenzior24-30/+43
2009-09-01Add stub vendor.h fileDenis Kenzior1-0/+24
2009-09-01Add vendor flag capability to voicecallsDenis Kenzior3-5/+7
2009-09-01Add vendor flag capability to ussdDenis Kenzior3-4/+7
2009-09-01Add vendor flag capability to ssnDenis Kenzior3-4/+7
2009-09-01Add vendor flag capability for smsDenis Kenzior3-5/+7
2009-09-01Add vendor flag capability to simDenis Kenzior3-4/+7
2009-09-01Add vendor flag capability to phonebookDenis Kenzior3-5/+7
2009-09-01Add vendor flag capability to netregDenis Kenzior3-11/+11
2009-09-01Add vendor flag capability to devinfoDenis Kenzior3-6/+8
2009-09-01Add vendor flag to call-settingsDenis Kenzior3-5/+13
2009-09-01Add vendor parameter to call-meterDenis Kenzior3-5/+8
2009-09-01Add vendor flag to call-forwardingDenis Kenzior3-5/+12
2009-09-01Introduce vendor parameter to call-barringDenis Kenzior3-4/+9