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