summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Collapse)AuthorFilesLines
2011-08-03atutil: Handle empty SIM state polling request gracefullyMarcel Holtmann1-0/+3
2011-07-29mbmmodem: Set baud rate to 115200 for GPS interfaceMarcel Holtmann1-1/+11
2011-07-29atmodem: Handle SIM busy condition gracefully for phonebooksMarcel Holtmann1-8/+43
Before the phonebook is ready, the SIM card needs certain amount of time. Something between 20-30 seconds in general. So if the modem returns an error indicating the SIM is busy, then try again in regular intervals.
2011-07-29atmodem: Add Huawei specific technology reportingMarcel Holtmann1-0/+32
2011-07-29atmodem: Add Huawei specific GPRS bearer notificationsMarcel Holtmann1-2/+59
2011-07-28dunmodem: Add support for dialup network registrationMarcel Holtmann3-0/+132
2011-07-27dunmodem: Add skeleton for dialup modem driverMarcel Holtmann2-0/+68
2011-07-27atmodem: Add vendor entry for SpeedUp modemsPhilippe Nunes1-0/+1
2011-07-25hfpmodem: fix network statusFrédéric Danis1-3/+7
When receiving roaming indicator update to 0 (no roaming) network registration status should be updated with latest value of service indicator.
2011-07-25hfpmodem: fix callheld indicatorFrédéric Danis1-1/+15
Callheld move from 1 (active and held calls) to 2 (all calls on hold) may result of: - active call has been dropped by remote, - an intermediate state during a call swap which will be followed by a move back to 1. So, wait a little before checking calls state.
2011-07-25atmodem: Add support for Huawei network time reportsMarcel Holtmann1-1/+50
2011-07-25huaweimodem: Remove the broken NDIS port handlingMarcel Holtmann1-50/+0
2011-07-24cdmamodem: check for TUN/TAP devices in ConnMan atom.Bertrand Aygon1-0/+9
2011-07-24atmodem: Add support for NW DEACT notifications on slave channelMarcel Holtmann1-0/+40
2011-07-22atmodem: Implement generic CPIN pollingDenis Kenzior2-0/+110
2011-07-22cdmamodem: send AT+GCAP to check devinfo.Bertrand Aygon1-4/+6
2011-07-21cdma-connman: Update to the new driver APIGuillaume Zajac1-0/+9
2011-07-21hfp_hf: Reorganize common code into hfpmodemDenis Kenzior7-58/+383
2011-07-20hfpmodem: Minor whitespace fixDenis Kenzior1-1/+1
2011-07-15ifxmodem: add support for user_confirmation in stkJeevaka Badrappan1-0/+11
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