summaryrefslogtreecommitdiffstats
path: root/plugins/novatel.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-08-09novatel: Use more standard values for control and modem channelsMarcel Holtmann1-44/+44
2011-07-29novatel: Enable support for SIM phonebookMarcel Holtmann1-0/+2
2011-07-29novatel: Fix stale control channel after hot-unplugMarcel Holtmann1-0/+3
2011-07-27novatel: Fix missing error handling for CFUN failureMarcel Holtmann1-1/+9
2011-07-25novatel: Blacklist the NO CARRIER terminator for control channelMarcel Holtmann1-0/+3
The Novatel cards will send NO CARRIER to all channels. This confuses setting device into offline mode while still having a data connection.
2011-07-25novatel: Use AT&C0 to disable data carrier detectMarcel Holtmann1-96/+44
When the DCD is disabled the modem does not hangup anymore after the data connection. This allows for simpler connection handling and it allows to remove all TTY hangup work-arounds.
2011-01-29plugins: remove NULL checkJeevaka Badrappan1-1/+1
2011-01-29novatel: Move SMS support into post_sim stageMarcel Holtmann1-3/+5
2011-01-27novatel: Handle modem enable errors properlyMarcel Holtmann1-2/+1
2010-12-21novatel: Move radio_settings to post_simDenis Kenzior1-3/+12
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-11/+11
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
2010-09-24Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann1-3/+4
2010-09-09novatel: implement Online propertyPekka Pessi1-3/+37
2010-08-23novatel: Use Qualcomm specific quirk for SIM handlingMarcel Holtmann1-2/+4
2010-06-09Enable Qualcomm specific CBS quirk for Novatel and Huawei devicesMarcel Holtmann1-1/+2
2010-06-07Reopen the GPRS context channel when the modem closes it after PPPMarcel Holtmann1-46/+56
2010-06-06Set Novatel quirk also for the GPRS atomMarcel Holtmann1-2/+4
2010-06-06Check the supported technologies for Novatel devices on startupMarcel Holtmann1-0/+4
2010-06-06Enable Novatel specific radio settingsMarcel Holtmann1-0/+4
2010-06-05Add disconnect callback handling to Novatel pluginMarcel Holtmann1-0/+16
2010-06-04Use secondary port for everything besides GPRS with Novatel devicesMarcel Holtmann1-65/+58
If a Novatel device allows to enable a secondary AT command based channel, then use that for device information, SIM handling, network registration etc. and only leave the GPRS context setup to the first command port.
2010-06-04Rename Novatel ports into Primary and SecondaryMarcel Holtmann1-37/+38
2010-06-03Enable USSD and CBS support for Novatel based devicesMarcel Holtmann1-0/+4
2010-06-03Enable SMS support for Novatel based devicesMarcel Holtmann1-0/+3
The important part here is that the SMS atom needs to be on the second AT command port since the main port doesn't handle sending correctly. It never returns any success or error after the submission of the PDU.
2010-06-03Use new Novatel quirk for network registrationMarcel Holtmann1-5/+4
2010-06-02Add GPRS support for Novatel based devicesMarcel Holtmann1-7/+145
2010-04-28Fix: Remove easy uses of g_at_chat_shutdownDenis Kenzior1-1/+0
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-02Fix: Convert Novatel plugin to new world orderDenis Kenzior1-0/+3
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For Novatel driver
2009-10-01Update plugins to the new g_at_tty_open APIDenis Kenzior1-1/+8
2009-09-17Convert all the modem drivers to the new APIDenis Kenzior1-2/+11
2009-09-03Add basic support for Novatel based devicesMarcel Holtmann1-0/+174