summaryrefslogtreecommitdiffstats
path: root/plugins/mbm.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-25mbm: add quirks for Dell D5530Pekka Pessi1-2/+62
Dell D5530 is an OEM version of F3507g. It has an annoying habit of announcing itself to world with its own name. Another problem is some weird +CGAP messages at the same time. It also crashes upon processing received CBS messages.
2010-08-23mbm: fix initial polling for simPekka Pessi1-5/+3
There seems to be no specific error codes returned when SIM is missing. Poll at least 5 times upon an error and give up after that.
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
AT+CRSM=242 is not supported by all mbm models.
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
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-03-31Update mbm to use two portsDenis Kenzior1-50/+85
The second port might be used for a second active context via ppp
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
This is purely for information gathering purposes
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
For MBM driver
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
2009-09-17Convert all the modem drivers to the new APIDenis Kenzior1-3/+12
2009-09-03Add support for SIM atom to MBM driverMarcel Holtmann1-0/+2
2009-09-02Add Ericsson MBM device detection to udev pluginMarcel Holtmann1-3/+6
2009-09-02Parse and use Device option from modem.confMarcel Holtmann1-1/+6
2009-09-02Remove the async TTY open helper and just use a blocking oneMarcel Holtmann1-20/+29
2009-09-02Use proper debug calls for pure debugging outputMarcel Holtmann1-5/+5
2009-09-02Use OFONO_AT_DEBUG even for MBM pluginMarcel Holtmann1-1/+1
2009-09-02Unset the driver data when MBM driver is removedMarcel Holtmann1-0/+2
2009-09-02Add initial plugin for Ericsson MBM devicesMarcel Holtmann1-0/+159