summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2011-07-11atmodem: Request device capabilities from devinfo driverMarcel Holtmann1-14/+17
The result of the capabilities command is currently not used to identify GSM support or not. However for debugging purposes the information are part of the AT command debug log now.
2011-06-20hfpmodem: remove previous HFP definesFrédéric Danis1-19/+0
2011-06-17isimodem: Add baseline for UICC driverAki Niemi4-0/+503
2011-06-17isimodem: Add missing codepoints and debugsAki Niemi2-0/+32
2011-06-17isimodem: Fix style in UICC definitionsAki Niemi1-16/+20
2011-06-14isimodem: Improper handling of missed callArun Ravindran1-4/+28
2011-06-12mbmmodem: Fix not setting IPv4 GatewayDenis Kenzior1-0/+1
2011-06-06ifxmodem: Remove unneeded codeDenis Kenzior1-7/+0
2011-06-06ifxmodem: Fix minor style issueDenis Kenzior1-1/+2
2011-06-06ifxmodem: emergency number list supportJeevaka Badrappan1-0/+95
2011-06-06network-registration.c: add telit supportBernhard Guillon1-5/+34
*add support for CIND=? tokens like ("signal",(0-7,99)) *add telit quirk for token encapsulation e.g. (("one",(0-7,99)),("two",(0-7,99)))
2011-06-06atmodem/vendor.h: add OFONO_VENDOR_TELITBernhard Guillon1-0/+1
2011-05-24cdmamodem: Update to the new GAtPPP APIDenis Kenzior1-2/+2
2011-05-24atmodem: Update to new GAtPPP apiDenis Kenzior1-2/+2
2011-04-18ussd: Fix use of non-cloned gatchat objectDenis Kenzior1-3/+4
2011-04-14isimodem: Add SCA support to wgmodem2.5 driverAki Niemi3-13/+27
2011-04-14isimodem: Refactor sms driverAki Niemi2-10/+11
2011-04-14isimodem: Use constants where possibleAki Niemi1-1/+1
2011-04-14isimodem: Fix message sending in SMS driverAki Niemi2-1/+2
The same enum name SMS_ROUTE_DEFAULT has different constants in different modem API versions. This was causing "invalid parameter" errors with some modems.
2011-04-14isimodem: Fix macro to be safer to useAki Niemi1-1/+1
2011-04-14isimodem: Add reahcbility check for CBS driverAki Niemi1-14/+27
2011-04-12isimodem: fix call_create_resp handlingPekka Pessi1-6/+33
In case of call creation failure modem may return a valid call id in order to send CALL_SERVICE_DENIED_IND which we do not handle. Fixes MeeGo bug#15855.
2011-04-12isimodem: Update SMS driver for wgmodem2.5Aki Niemi1-153/+541
Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com>
2011-04-12isimodem: Remove split voicecall driverAki Niemi1-79/+86
Only a single driver created, with two clients checked for reachability in parallel.
2011-04-12isimodem: Add helper macros for 16/32bit valuesAki Niemi1-3/+11
2011-04-12isimodem: Rename resource debug macroAki Niemi14-16/+16
2011-04-12isimodem: Add helper macro for version checkingAki Niemi1-0/+4
2011-04-12isimodem: Indent and add missing codepointsAki Niemi2-147/+155
In addition, renaming some wgmodem2.5-specific subblocks so that they use the same names as most recent on-line documentation.
2011-04-07isimodem: Fix hangup for hold initiated callsArun Ravindran1-0/+1
2011-04-07isimodem: Fix false reporting of active call stateArun Ravindran1-1/+4
2011-04-07isimodem: Add missing PN_MODEM_* debugsAki Niemi1-0/+3
2011-04-07isimodem: Move common debugs to a single placeAki Niemi9-16/+5
2011-04-07isimodem: Refactor netreg driver probingAki Niemi1-47/+88
Go back to using a single driver instance, with concurrent reachability checks of both possible resources.
2011-04-07isimodem: Add missing debugs to info resourcesAki Niemi2-1/+5
2011-03-31isimodem: fix operator name reading for old modemsMika Liljeberg3-2/+10
2011-03-31isimodem: remove atoms that fail to probeMika Liljeberg15-17/+44
2011-03-30atmodem: remove redundant codeMika Liljeberg1-12/+1
2011-03-29gnss: fix broken buildOlivier Guiter1-1/+0
2011-03-28gnss: Disable piecemeal CPOSR reportingDenis Kenzior1-1/+1
2011-03-28gnss: Minor style fixDenis Kenzior1-0/+1
2011-03-28atmodem: add gnss driverJarko Poutiainen3-0/+287
2011-03-24isimodem: Fix indentation in SIM driverAki Niemi1-4/+4
2011-03-24isimodem/sim: added PIN and SIM state handlingPekka Pessi4-65/+634
Using PN_SECURITY resource to obtain PIN statuses. Using ofono_sim_ready_notify() aka __ofono_sim_recheck_pin() to report the ready state.
2011-03-24isimodem: fix network registration for older modemsMika Liljeberg1-2/+8
2011-03-18atmodem: fix issue in time reporting with ifxJeevaka Badrappan1-0/+26
2011-03-17hfp: Fix some whitespace issuesDenis Kenzior1-2/+2
2011-03-17cdmamodem: add CDMA Connection Manager supportChristian Lam3-2/+289
2011-03-16cbs: ignore any CBMs without a proper sizeBertrand Aygon1-2/+2
Cell Broadcasts are always fixed size, so improve PDU length check
2011-03-15stemodem: update to new gprs context interfaceMika Liljeberg1-11/+18
2011-03-15ifxmodem: update to new gprs context interfaceMika Liljeberg1-15/+20