summaryrefslogtreecommitdiffstats
path: root/plugins/novatel.c
AgeCommit message (Collapse)AuthorFilesLines
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