Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-03 | atutil: Handle empty SIM state polling request gracefully | Marcel Holtmann | 1 | -0/+3 | |
2011-07-29 | mbmmodem: Set baud rate to 115200 for GPS interface | Marcel Holtmann | 1 | -1/+11 | |
2011-07-29 | atmodem: Handle SIM busy condition gracefully for phonebooks | Marcel Holtmann | 1 | -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-29 | atmodem: Add Huawei specific technology reporting | Marcel Holtmann | 1 | -0/+32 | |
2011-07-29 | atmodem: Add Huawei specific GPRS bearer notifications | Marcel Holtmann | 1 | -2/+59 | |
2011-07-28 | dunmodem: Add support for dialup network registration | Marcel Holtmann | 3 | -0/+132 | |
2011-07-27 | dunmodem: Add skeleton for dialup modem driver | Marcel Holtmann | 2 | -0/+68 | |
2011-07-27 | atmodem: Add vendor entry for SpeedUp modems | Philippe Nunes | 1 | -0/+1 | |
2011-07-25 | hfpmodem: fix network status | Frédéric Danis | 1 | -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-25 | hfpmodem: fix callheld indicator | Frédéric Danis | 1 | -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-25 | atmodem: Add support for Huawei network time reports | Marcel Holtmann | 1 | -1/+50 | |
2011-07-25 | huaweimodem: Remove the broken NDIS port handling | Marcel Holtmann | 1 | -50/+0 | |
2011-07-24 | cdmamodem: check for TUN/TAP devices in ConnMan atom. | Bertrand Aygon | 1 | -0/+9 | |
2011-07-24 | atmodem: Add support for NW DEACT notifications on slave channel | Marcel Holtmann | 1 | -0/+40 | |
2011-07-22 | atmodem: Implement generic CPIN polling | Denis Kenzior | 2 | -0/+110 | |
2011-07-22 | cdmamodem: send AT+GCAP to check devinfo. | Bertrand Aygon | 1 | -4/+6 | |
2011-07-21 | cdma-connman: Update to the new driver API | Guillaume Zajac | 1 | -0/+9 | |
2011-07-21 | hfp_hf: Reorganize common code into hfpmodem | Denis Kenzior | 7 | -58/+383 | |
2011-07-20 | hfpmodem: Minor whitespace fix | Denis Kenzior | 1 | -1/+1 | |
2011-07-15 | ifxmodem: add support for user_confirmation in stk | Jeevaka Badrappan | 1 | -0/+11 | |
2011-07-11 | atmodem: Request device capabilities from devinfo driver | Marcel Holtmann | 1 | -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-20 | hfpmodem: remove previous HFP defines | Frédéric Danis | 1 | -19/+0 | |
2011-06-17 | isimodem: Add baseline for UICC driver | Aki Niemi | 4 | -0/+503 | |
2011-06-17 | isimodem: Add missing codepoints and debugs | Aki Niemi | 2 | -0/+32 | |
2011-06-17 | isimodem: Fix style in UICC definitions | Aki Niemi | 1 | -16/+20 | |
2011-06-14 | isimodem: Improper handling of missed call | Arun Ravindran | 1 | -4/+28 | |
2011-06-12 | mbmmodem: Fix not setting IPv4 Gateway | Denis Kenzior | 1 | -0/+1 | |
2011-06-06 | ifxmodem: Remove unneeded code | Denis Kenzior | 1 | -7/+0 | |
2011-06-06 | ifxmodem: Fix minor style issue | Denis Kenzior | 1 | -1/+2 | |
2011-06-06 | ifxmodem: emergency number list support | Jeevaka Badrappan | 1 | -0/+95 | |
2011-06-06 | network-registration.c: add telit support | Bernhard Guillon | 1 | -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-06 | atmodem/vendor.h: add OFONO_VENDOR_TELIT | Bernhard Guillon | 1 | -0/+1 | |
2011-05-24 | cdmamodem: Update to the new GAtPPP API | Denis Kenzior | 1 | -2/+2 | |
2011-05-24 | atmodem: Update to new GAtPPP api | Denis Kenzior | 1 | -2/+2 | |
2011-04-18 | ussd: Fix use of non-cloned gatchat object | Denis Kenzior | 1 | -3/+4 | |
2011-04-14 | isimodem: Add SCA support to wgmodem2.5 driver | Aki Niemi | 3 | -13/+27 | |
2011-04-14 | isimodem: Refactor sms driver | Aki Niemi | 2 | -10/+11 | |
2011-04-14 | isimodem: Use constants where possible | Aki Niemi | 1 | -1/+1 | |
2011-04-14 | isimodem: Fix message sending in SMS driver | Aki Niemi | 2 | -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-14 | isimodem: Fix macro to be safer to use | Aki Niemi | 1 | -1/+1 | |
2011-04-14 | isimodem: Add reahcbility check for CBS driver | Aki Niemi | 1 | -14/+27 | |
2011-04-12 | isimodem: fix call_create_resp handling | Pekka Pessi | 1 | -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-12 | isimodem: Update SMS driver for wgmodem2.5 | Aki Niemi | 1 | -153/+541 | |
Based on patches from: Jessica Nilsson <jessica.j.nilsson@stericsson.com> | |||||
2011-04-12 | isimodem: Remove split voicecall driver | Aki Niemi | 1 | -79/+86 | |
Only a single driver created, with two clients checked for reachability in parallel. | |||||
2011-04-12 | isimodem: Add helper macros for 16/32bit values | Aki Niemi | 1 | -3/+11 | |
2011-04-12 | isimodem: Rename resource debug macro | Aki Niemi | 14 | -16/+16 | |
2011-04-12 | isimodem: Add helper macro for version checking | Aki Niemi | 1 | -0/+4 | |
2011-04-12 | isimodem: Indent and add missing codepoints | Aki Niemi | 2 | -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-07 | isimodem: Fix hangup for hold initiated calls | Arun Ravindran | 1 | -0/+1 | |
2011-04-07 | isimodem: Fix false reporting of active call state | Arun Ravindran | 1 | -1/+4 | |