Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-25 | mbm: add quirks for Dell D5530 | Pekka Pessi | 1 | -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-23 | mbm: fix initial polling for sim | Pekka Pessi | 1 | -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-20 | mbm: Remove registration and bearer specific notifications | Marcel Holtmann | 1 | -6/+0 | |
2010-08-20 | mbm: Enable notifications for packet switched bearer changes | Marcel Holtmann | 1 | -0/+2 | |
2010-08-20 | mbm: Enable CFUN and EREG notifications | Marcel Holtmann | 1 | -0/+6 | |
2010-08-20 | mbm: Fix naming of MBM driver for GPRS context handling | Marcel Holtmann | 1 | -1/+2 | |
2010-08-20 | mbm: Use proper MBM quirks | Marcel Holtmann | 1 | -5/+6 | |
2010-08-10 | Use permissive parser for MBM since otherwise STK causes problems | Marcel Holtmann | 1 | -1/+1 | |
2010-07-15 | mbm: poll SIM status when initializing | Pekka Pessi | 1 | -4/+35 | |
2010-06-29 | mbm: use CPIN? to check if SIM is missing | Pekka Pessi | 1 | -22/+6 | |
AT+CRSM=242 is not supported by all mbm models. | |||||
2010-06-18 | mbm: Use MBM vendor quirk of the sim driver. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-18 | mbm: Register stk driver post sim. | Andrzej Zaborowski | 1 | -1/+2 | |
2010-06-15 | Remove all voice related atoms from MBM modem support | Marcel Holtmann | 1 | -23/+4 | |
2010-05-12 | mbm: Check there's a SIM card inserted. | Andrzej Zaborowski | 1 | -4/+39 | |
2010-05-12 | mbm: Register sim toolkit atom in mbm plugin. | Andrzej Zaborowski | 1 | -0/+2 | |
2010-04-28 | Fix: Remove easy uses of g_at_chat_shutdown | Denis Kenzior | 1 | -2/+0 | |
2010-04-15 | Drivers can notify core of SIM insertion / removal | Andrzej Zaborowski | 1 | -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-31 | Update mbm to use two ports | Denis Kenzior | 1 | -50/+85 | |
The second port might be used for a second active context via ppp | |||||
2010-03-29 | Add call-forwarding to mbm driver | Denis Kenzior | 1 | -0/+2 | |
2010-03-28 | Move erinfo notify to atmodem netreg driver | Denis Kenzior | 1 | -23/+0 | |
2010-03-26 | Add mbm vendor | Denis Kenzior | 1 | -1/+2 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-07 | Register to MBM ERINFO notification | Denis Kenzior | 1 | -0/+23 | |
This is purely for information gathering purposes | |||||
2009-12-02 | Fix: Convert MBM plugin to new world order | Denis Kenzior | 1 | -0/+3 | |
2009-11-18 | Fix: modem _disable needs to send the CFUN | Denis Kenzior | 1 | -5/+5 | |
For MBM driver | |||||
2009-11-05 | Fix: Handle MBM hardware that fails on EMRDY? | Denis Kenzior | 1 | -2/+25 | |
2009-10-29 | Fix: Quiet compiler warning | Denis Kenzior | 1 | -1/+0 | |
2009-10-29 | Refactor: Make MBM driver actually use EMRDY | Denis Kenzior | 1 | -4/+60 | |
2009-10-29 | Fix: Return EINPROGRESS as intended | Denis Kenzior | 1 | -2/+2 | |
2009-10-25 | Remove support for call forwarding and barring from MBM plugin | Marcel Holtmann | 1 | -4/+0 | |
2009-10-23 | Add GPRS context setup to MBM plugin | Denis Kenzior | 1 | -0/+10 | |
2009-10-23 | Fix: Update Init string & shutdown string for mbm | Denis Kenzior | 1 | -1/+3 | |
2009-10-02 | Enable more atoms in the MBM plugin | Marcel Holtmann | 1 | -0/+27 | |
2009-10-01 | Update plugins to the new g_at_tty_open API | Denis Kenzior | 1 | -1/+8 | |
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 1 | -3/+12 | |
2009-09-03 | Add support for SIM atom to MBM driver | Marcel Holtmann | 1 | -0/+2 | |
2009-09-02 | Add Ericsson MBM device detection to udev plugin | Marcel Holtmann | 1 | -3/+6 | |
2009-09-02 | Parse and use Device option from modem.conf | Marcel Holtmann | 1 | -1/+6 | |
2009-09-02 | Remove the async TTY open helper and just use a blocking one | Marcel Holtmann | 1 | -20/+29 | |
2009-09-02 | Use proper debug calls for pure debugging output | Marcel Holtmann | 1 | -5/+5 | |
2009-09-02 | Use OFONO_AT_DEBUG even for MBM plugin | Marcel Holtmann | 1 | -1/+1 | |
2009-09-02 | Unset the driver data when MBM driver is removed | Marcel Holtmann | 1 | -0/+2 | |
2009-09-02 | Add initial plugin for Ericsson MBM devices | Marcel Holtmann | 1 | -0/+159 | |