summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-08-03dbus: Add CDMA netreg atom interface nameBertrand Aygon1-0/+2
2011-08-03udev: Add rule for 4G Systems W14 dongleMarcel Holtmann1-0/+7
2011-08-03bluetooth: Add UUID for DUN.Mario Tokarz1-0/+1
2011-08-03mbm: Don't bother with NULL checking for SIM state query freeMarcel Holtmann1-3/+3
2011-08-03zte: Fix race condition with SIM state polling and removalMarcel Holtmann1-0/+3
2011-08-03speedup: Fix race condition with SIM state polling and removalMarcel Holtmann1-0/+3
2011-08-03atutil: Handle empty SIM state polling request gracefullyMarcel Holtmann1-0/+3
2011-08-03huawei: Fix race condition with enable pollingMarcel Holtmann1-0/+4
2011-08-03huawei: Fix race condition with online enable pollingMarcel Holtmann1-0/+9
2011-08-02udev: switch ttys for SpeedUp 8000.Bertrand Aygon1-2/+2
On SpeedUp 8000, notifications are received only on ttyUSB1. So we must use this tty for aux, and use ttyUSB3 for modem.
2011-07-29mbmmodem: Set baud rate to 115200 for GPS interfaceMarcel Holtmann1-1/+11
2011-07-29novatel: Enable support for SIM phonebookMarcel Holtmann1-0/+2
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-28connman: Fix crash due to uninitialized pathGuillaume Zajac1-0/+1
2011-07-28connman: Fix crash in request_replyGuillaume Zajac1-2/+1
2011-07-28connman: Fix crash in parse_replyGuillaume Zajac1-1/+1
2011-07-29zte: delay the sending of &C0 after SIM is ready.Bertrand Aygon1-4/+4
2011-07-29udev: add support for Olive V-ME101 HSIA modemBertrand Aygon1-0/+7
2011-07-29udev: add support for Vodafone K3570-Z modemBertrand Aygon1-0/+3
2011-07-29huaweicdma: Fix stale PCUI channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29speedupcdma: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29gobi: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29nokia: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29novatel: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29speedup: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29zte: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29huawei: Fix stale PCUI channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-29huawei: Style cleanup for commentsMarcel Holtmann1-10/+10
2011-07-29huawei: Shutdown the modem within disable callbackMarcel Holtmann1-1/+5
2011-07-29udev: Add extra debug statements for device actionsMarcel Holtmann1-0/+8
2011-07-29modem: Add some more debug outputsMarcel Holtmann1-3/+11
2011-07-29main: Print message when starting to shutdownMarcel Holtmann1-0/+1
2011-07-29udev: Report problems with the udev monitor channelMarcel Holtmann1-9/+16
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-29Release 0.53Marcel Holtmann2-1/+9
2011-07-28udev: Assign 12d1:140b to Huawei CDMA modem driverDenis Kenzior1-0/+2
A simple Google search revealed that 12d1:140b is only used by CDMA devices from Huawei. Mainly the EC1260 and EC126 and so just assign the CDMA driver to it.
2011-07-28speedup: delay &C0.Bertrand Aygon1-2/+6
2011-07-28speedup: remove online/offline mechanism.Bertrand Aygon1-47/+8
2011-07-28huawei: Complete rewrite to better support state transitionsMarcel Holtmann1-258/+284
When switching from offline into online mode, the SIM card access gets temporarily disabled by the modem firmware. To work around this limitation poll the SIM card state.
2011-07-28udev: Add support for SpeedUp 7300 EVDO modem.Bertrand Aygon1-3/+7
2011-07-28gobi: Add support for simplified dialup modeMarcel Holtmann1-14/+10
2011-07-28dunmodem: Add support for dialup network registrationMarcel Holtmann4-1/+134
2011-07-27network: Force auto-only mode if manual registration is not supportedMarcel Holtmann1-0/+9
If the network registration driver decides to not provide a manual registration method, then force the mode to auto-only.
2011-07-27dunmodem: Add skeleton for dialup modem driverMarcel Holtmann3-10/+83
2011-07-27speedup: Send CFUN=4 when enabling the modemMarcel Holtmann1-1/+1
2011-07-27zte: Use at_util's cpin polling implementation.Bertrand Aygon1-2/+18
2011-07-27speedup: Use at_util's cpin polling implementation.Bertrand Aygon1-2/+21
2011-07-27zte: Delay sending of AT&C0 to disable data carrier detectMarcel Holtmann1-3/+10
The &C0 can not be send as part of the initial modem init string since then it return with an error. Also sending it right after seems to end up in a race condition with the modem init. So send AT&C0 on both channel after AT+CFUN completed.
2011-07-27test: add script to set credentials for cdma connectionGuillaume Zajac2-0/+29