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