summaryrefslogtreecommitdiff
path: root/plugins/hso.c
Commit message (Collapse)AuthorAgeFilesLines
* hso: Don't access freed data, in hso_set_onlineNeil Jerram2012-02-271-2/+2
|
* hso: Open modem port to log extra notificationsMarcel Holtmann2012-02-181-21/+22
|
* hso: Setup CSCS after SIM card has been detectedMarcel Holtmann2012-01-121-10/+10
|
* hso: Setup CSCS properlyDenis Kenzior2012-01-111-0/+10
|
* hso: Enable voice call handling if support has been detectedMarcel Holtmann2012-01-061-4/+57
| | | | | Check if AT_OPCMENABLE is supported and if so, then enable the voice call handling as well.
* hso: Add support for detecting is no SIM card is presentMarcel Holtmann2012-01-011-4/+17
|
* plugins: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* hso: Switch modem to use error numbers instead of stringsMarcel Holtmann2011-08-221-2/+2
|
* hso: Fix minor whitespace mistakesMarcel Holtmann2011-08-091-1/+1
|
* plugins: remove NULL checkJeevaka Badrappan2011-01-291-4/+0
|
* hso: Move SMS support into post_sim stageMarcel Holtmann2011-01-291-1/+2
|
* hso: Add support for checking SIM ready statusMarcel Holtmann2011-01-051-13/+94
|
* hso: Add support for model type check on bootupMarcel Holtmann2011-01-051-4/+32
|
* hso: Move radio_settings to post_simDenis Kenzior2010-12-211-2/+1
|
* plugins: explicitly compare pointers to NULLLucas De Marchi2010-11-291-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>
* Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann2010-09-241-2/+3
|
* hso: Enable phonebook atomYang Gu2010-09-191-0/+11
|
* hso: implement Online propertyPekka Pessi2010-09-091-3/+38
|
* hso: Use Qualcomm specific USSD quirkMarcel Holtmann2010-08-191-1/+2
|
* Add nasty quirk to allow HSO devices to read network code lengthMarcel Holtmann2010-06-131-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.
* Use Qualcomm quirk for CBS on HSO devicesMarcel Holtmann2010-06-131-1/+2
|
* Move AT_ODO quirk into HSO driver instead of network registrationMarcel Holtmann2010-06-061-2/+19
|
* Use hsomodem instead of hso for Option HSO GPRS atom driverMarcel Holtmann2010-06-061-1/+1
|
* Enable Option specific radio settingsMarcel Holtmann2010-06-061-0/+4
|
* Enable CBS and USSD for Option HSO based devicesMarcel Holtmann2010-06-041-0/+4
|
* Add Option specific SMS quirk since ack pdu is brokenMarcel Holtmann2010-06-031-1/+1
|
* Fix: Remove easy uses of g_at_chat_shutdownDenis Kenzior2010-04-281-2/+0
|
* Drivers can notify core of SIM insertion / removalAndrzej Zaborowski2010-04-151-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.
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Add HSO quirk to hso modem driverDenis Kenzior2009-12-071-1/+4
|
* Fix: Convert HSO plugin to new world orderDenis Kenzior2009-12-021-4/+8
|
* Turn off echo on HSO modemsDenis Kenzior2009-11-181-0/+3
|
* Make HSO modem driver use App & Control portsDenis Kenzior2009-11-181-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
* Fix: Use none_prefixDenis Kenzior2009-11-181-3/+5
| | | | | Do not eat up unsolicited notifications that might arrive as a result of CFUN=0
* Add initial HSO GPRS context driverDenis Kenzior2009-11-181-0/+10
|
* Fix: modem _disable needs to send the CFUNDenis Kenzior2009-11-181-6/+6
| | | | For HSO driver
* Fix: Remove yet another duplicate atomDenis Kenzior2009-11-131-1/+0
|
* Fix: Remove duplicate SMS atom from HSO pluginDenis Kenzior2009-11-131-1/+0
|
* Update plugins to the new g_at_tty_open APIDenis Kenzior2009-10-011-1/+8
|
* Convert all the modem drivers to the new APIDenis Kenzior2009-09-171-2/+13
|
* Add support for SIM atom to HSO driverMarcel Holtmann2009-09-031-0/+2
|
* Add basic support for Option HSO based devicesMarcel Holtmann2009-09-031-0/+178