summaryrefslogtreecommitdiffstats
path: root/plugins/hso.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-27hso: Don't access freed data, in hso_set_onlineNeil Jerram1-2/+2
2012-02-18hso: Open modem port to log extra notificationsMarcel Holtmann1-21/+22
2012-01-12hso: Setup CSCS after SIM card has been detectedMarcel Holtmann1-10/+10
2012-01-11hso: Setup CSCS properlyDenis Kenzior1-0/+10
2012-01-06hso: Enable voice call handling if support has been detectedMarcel Holtmann1-4/+57
Check if AT_OPCMENABLE is supported and if so, then enable the voice call handling as well.
2012-01-01hso: Add support for detecting is no SIM card is presentMarcel Holtmann1-4/+17
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-08-22hso: Switch modem to use error numbers instead of stringsMarcel Holtmann1-2/+2
2011-08-09hso: Fix minor whitespace mistakesMarcel Holtmann1-1/+1
2011-01-29plugins: remove NULL checkJeevaka Badrappan1-4/+0
2011-01-29hso: Move SMS support into post_sim stageMarcel Holtmann1-1/+2
2011-01-05hso: Add support for checking SIM ready statusMarcel Holtmann1-13/+94
2011-01-05hso: Add support for model type check on bootupMarcel Holtmann1-4/+32
2010-12-21hso: Move radio_settings to post_simDenis Kenzior1-2/+1
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-6/+6
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-2/+3
2010-09-19hso: Enable phonebook atomYang Gu1-0/+11
2010-09-09hso: implement Online propertyPekka Pessi1-3/+38
2010-08-19hso: Use Qualcomm specific USSD quirkMarcel Holtmann1-1/+2
2010-06-13Add nasty quirk to allow HSO devices to read network code lengthMarcel Holtmann1-1/+2
The AT+CRSM=192 commands are failing on HSO devices and thus it might be needed to return its details from a predefined database. Start with testing this for reading the network code length.
2010-06-13Use Qualcomm quirk for CBS on HSO devicesMarcel Holtmann1-1/+2
2010-06-06Move AT_ODO quirk into HSO driver instead of network registrationMarcel Holtmann1-2/+19
2010-06-06Use hsomodem instead of hso for Option HSO GPRS atom driverMarcel Holtmann1-1/+1
2010-06-06Enable Option specific radio settingsMarcel Holtmann1-0/+4
2010-06-04Enable CBS and USSD for Option HSO based devicesMarcel Holtmann1-0/+4
2010-06-03Add Option specific SMS quirk since ack pdu is brokenMarcel Holtmann1-1/+1
2010-04-28Fix: Remove easy uses of g_at_chat_shutdownDenis Kenzior1-2/+0
2010-04-15Drivers can notify core of SIM insertion / removalAndrzej Zaborowski1-1/+5
Add ofono_sim_inserted_notify function to notify the core of SIM insertion / removal. Make every plugin generate a sim inserted event on start. For devices with removable card, the event should be emitted after the plugin detects such event. For devices that need to wait for SIM card initialization, they can emit this event later.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-07Add HSO quirk to hso modem driverDenis Kenzior1-1/+4
2009-12-02Fix: Convert HSO plugin to new world orderDenis Kenzior1-4/+8
2009-11-18Turn off echo on HSO modemsDenis Kenzior1-0/+3
2009-11-18Make HSO modem driver use App & Control portsDenis Kenzior1-29/+59
The Application port gets all unsolicited notifications except for OWANCALL notifications. In turn only the Control port gets OWANCALL notifications. This means that we run GPRS Context control on the Control port and network registration / sms on the application port
2009-11-18Fix: Use none_prefixDenis Kenzior1-3/+5
Do not eat up unsolicited notifications that might arrive as a result of CFUN=0
2009-11-18Add initial HSO GPRS context driverDenis Kenzior1-0/+10
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-6/+6
For HSO driver
2009-11-13Fix: Remove yet another duplicate atomDenis Kenzior1-1/+0
2009-11-13Fix: Remove duplicate SMS atom from HSO pluginDenis Kenzior1-1/+0
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/+13
2009-09-03Add support for SIM atom to HSO driverMarcel Holtmann1-0/+2
2009-09-03Add basic support for Option HSO based devicesMarcel Holtmann1-0/+178