summaryrefslogtreecommitdiffstats
path: root/plugins/mbm.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-23mbm: add location-reporting atomRafael Ignacio Zurita1-0/+8
2011-01-31mbm: add radio-settings supportJeevaka Badrappan1-0/+2
2011-01-29plugins: remove NULL checkJeevaka Badrappan1-4/+0
2011-01-29mbm: Move SMS support into post_sim stageMarcel Holtmann1-2/+2
2011-01-14mbm: Remove data->reopen_source timer before setting up new oneTomasz Gregorek1-0/+3
2011-01-14mbm: Adding timer removal to mbm_remove()Tomasz Gregorek1-0/+5
2011-01-05mbm: Fix check for modem modelMarcel Holtmann1-3/+3
2010-11-29plugins: explicitly compare pointers to NULLLucas De Marchi1-6/+6
2010-10-27mbm: Fix setting GPRS context type for wrong atomMarcel Holtmann1-1/+1
2010-10-27mbm: Set specific GPRS context type for different atomsMarcel Holtmann1-3/+12
2010-10-27mbm: Handle TTY disconnect for PPP based GPRS contextMarcel Holtmann1-7/+66
2010-10-27mbm: Use the variant specific enum in a cleaner wayMarcel Holtmann1-2/+3
2010-10-27mbm: Use data port for second PPP based GPRS contextMarcel Holtmann1-3/+11
2010-09-24Make debug handling with OFONO_AT_DEBUG a bit more consistentMarcel Holtmann1-3/+3
2010-09-09mbm: implement Online propertyPekka Pessi1-4/+47
2010-08-30mbm: D5530 gets bogus +GCAP, not +CGAPPekka Pessi1-1/+1
2010-08-25mbm: add quirks for Dell D5530Pekka Pessi1-2/+62
2010-08-23mbm: fix initial polling for simPekka Pessi1-5/+3
2010-08-20mbm: Remove registration and bearer specific notificationsMarcel Holtmann1-6/+0
2010-08-20mbm: Enable notifications for packet switched bearer changesMarcel Holtmann1-0/+2
2010-08-20mbm: Enable CFUN and EREG notificationsMarcel Holtmann1-0/+6
2010-08-20mbm: Fix naming of MBM driver for GPRS context handlingMarcel Holtmann1-1/+2
2010-08-20mbm: Use proper MBM quirksMarcel Holtmann1-5/+6
2010-08-10Use permissive parser for MBM since otherwise STK causes problemsMarcel Holtmann1-1/+1
2010-07-15mbm: poll SIM status when initializingPekka Pessi1-4/+35
2010-06-29mbm: use CPIN? to check if SIM is missingPekka Pessi1-22/+6
2010-06-18mbm: Use MBM vendor quirk of the sim driver.Andrzej Zaborowski1-1/+2
2010-06-18mbm: Register stk driver post sim.Andrzej Zaborowski1-1/+2
2010-06-15Remove all voice related atoms from MBM modem supportMarcel Holtmann1-23/+4
2010-05-12mbm: Check there's a SIM card inserted.Andrzej Zaborowski1-4/+39
2010-05-12mbm: Register sim toolkit atom in mbm plugin.Andrzej Zaborowski1-0/+2
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
2010-03-31Update mbm to use two portsDenis Kenzior1-50/+85
2010-03-29Add call-forwarding to mbm driverDenis Kenzior1-0/+2
2010-03-28Move erinfo notify to atmodem netreg driverDenis Kenzior1-23/+0
2010-03-26Add mbm vendorDenis Kenzior1-1/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-07Register to MBM ERINFO notificationDenis Kenzior1-0/+23
2009-12-02Fix: Convert MBM plugin to new world orderDenis Kenzior1-0/+3
2009-11-18Fix: modem _disable needs to send the CFUNDenis Kenzior1-5/+5
2009-11-05Fix: Handle MBM hardware that fails on EMRDY?Denis Kenzior1-2/+25
2009-10-29Fix: Quiet compiler warningDenis Kenzior1-1/+0
2009-10-29Refactor: Make MBM driver actually use EMRDYDenis Kenzior1-4/+60
2009-10-29Fix: Return EINPROGRESS as intendedDenis Kenzior1-2/+2
2009-10-25Remove support for call forwarding and barring from MBM pluginMarcel Holtmann1-4/+0
2009-10-23Add GPRS context setup to MBM pluginDenis Kenzior1-0/+10
2009-10-23Fix: Update Init string & shutdown string for mbmDenis Kenzior1-1/+3
2009-10-02Enable more atoms in the MBM pluginMarcel Holtmann1-0/+27
2009-10-01Update plugins to the new g_at_tty_open APIDenis Kenzior1-1/+8