Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-19 | Refactor: Don't store indicator names | Denis Kenzior | 1 | -36/+38 | |
We already know the indicators we're interested in from the specification, malloc/free-ing the indicator names is thus pointless. Instead save off the indicator index positions in an array. Parse the current values instead of storing the unparsed list. | |||||
2009-10-19 | Add initial glue code for hfp driver | Zhenhua Zhang | 2 | -1/+334 | |
2009-10-15 | Setup better debugging information for calypso | Denis Kenzior | 1 | -4/+17 | |
2009-10-15 | Multiplexer support for OpenMoko device | Denis Kenzior | 1 | -31/+108 | |
2009-10-15 | Fix: Do not leak chat memory | Denis Kenzior | 1 | -3/+4 | |
2009-10-15 | Add mux setup step to phonesim plugin | Denis Kenzior | 1 | -25/+51 | |
2009-10-02 | Enable a few extra atoms in the Huawei plugin | Marcel Holtmann | 1 | -0/+9 | |
2009-10-02 | Enable more atoms in the MBM plugin | Marcel Holtmann | 1 | -0/+27 | |
2009-10-02 | Remove unused variables causing a compiler warning | Marcel Holtmann | 1 | -2/+0 | |
2009-10-01 | Update plugins to the new g_at_tty_open API | Denis Kenzior | 7 | -30/+63 | |
2009-09-29 | G1: move chat handling into enable callback | Andres Salomon | 1 | -26/+22 | |
This updates the g1 code to create the GAtChat object in the enable() callback, and to unref it in the disable() callback. This is more in line with what the other plugins do, and as a bonus fixes a segfault when powering down the G1 modem.. Signed-off-by: Andres Salomon <dilinger@collabora.co.uk> | |||||
2009-09-29 | Add call volume atom to calypso plugin | Denis Kenzior | 1 | -3/+2 | |
2009-09-29 | Add call volume to phonesim plugin | Denis Kenzior | 1 | -0/+2 | |
2009-09-28 | Fix: F3607gw not being recognized properly | Denis Kenzior | 1 | -11/+12 | |
Reports <foo> Broadband <foo> instead of <foo> Broadband Minicard <foo> F3607gw Mobile Broadband Data Modem F3607gw Mobile Broadband Modem F3607gw Mobile Broadband GPS Port F3607gw Mobile Broadband Network Adapter F3607gw Mobile Broadband Device Management F3607gw Mobile Broadband USIM Port | |||||
2009-09-18 | Add disconnection function | Denis Kenzior | 1 | -0/+22 | |
2009-09-17 | Convert all the modem drivers to the new API | Denis Kenzior | 8 | -30/+109 | |
2009-09-10 | Fix double free issue | Denis Kenzior | 1 | -2/+0 | |
2009-09-10 | Enable cell broadcast for phonesim plugin | Denis Kenzior | 1 | -0/+2 | |
2009-09-10 | Fix memory leak | Denis Kenzior | 1 | -2/+1 | |
2009-09-08 | Add option to phonesim to run with or without multiplexer | Marcel Holtmann | 2 | -1/+39 | |
2009-09-07 | Add a few more comments to the calypso plugin | Denis Kenzior | 1 | -4/+12 | |
2009-09-08 | Add more calypso specific quirks when using phonesim | Marcel Holtmann | 1 | -2/+12 | |
2009-09-08 | Add support for using phonesim and calypso for testing | Marcel Holtmann | 2 | -32/+90 | |
2009-09-05 | Update modem configuration parameter parsing for generic AT plugin | Marcel Holtmann | 1 | -2/+2 | |
2009-09-04 | Update calypso modem driver | Denis Kenzior | 1 | -1/+1 | |
Use calypso voicecalls driver | |||||
2009-09-04 | Make calypso plugin use the permissive parser | Denis Kenzior | 1 | -157/+1 | |
2009-09-04 | Make G1 driver use the permissive parser | Denis Kenzior | 1 | -85/+1 | |
2009-09-05 | Add plugin for generic AT testing modem driver | Marcel Holtmann | 2 | -3/+157 | |
2009-09-04 | Add example modem configuration for TI Calypso based devices | Marcel Holtmann | 1 | -0/+5 | |
2009-09-04 | Fix style issues | Denis Kenzior | 1 | -29/+33 | |
2009-09-03 | Make sure modemconf handles calypso driver | Denis Kenzior | 1 | -1/+2 | |
2009-09-03 | Add calypso plugin | Denis Kenzior | 1 | -0/+539 | |
2009-09-03 | Add support for SIM atom to HSO driver | Marcel Holtmann | 1 | -0/+2 | |
2009-09-03 | Add support for SIM atom to MBM driver | Marcel Holtmann | 1 | -0/+2 | |
2009-09-03 | Add basic support for Option HSO based devices | Marcel Holtmann | 3 | -10/+229 | |
2009-09-03 | Add basic support for Novatel based devices | Marcel Holtmann | 3 | -0/+196 | |
2009-09-03 | Add basic support for Huawei based devices | Marcel Holtmann | 3 | -5/+210 | |
2009-09-02 | Add Ericsson MBM device detection to udev plugin | Marcel Holtmann | 2 | -3/+295 | |
2009-09-02 | Add udev rules to identify modem driver | Marcel Holtmann | 1 | -0/+37 | |
2009-09-02 | Some minor coding style cleanups for G1 plugin | Marcel Holtmann | 1 | -8/+7 | |
2009-09-02 | Parse and use Address and Port options from modem.conf | Marcel Holtmann | 2 | -3/+38 | |
2009-09-02 | Parse and use Device option from modem.conf | Marcel Holtmann | 3 | -2/+33 | |
2009-09-02 | Remove generic_at plugin | Marcel Holtmann | 2 | -597/+0 | |
2009-09-02 | Fix some broken DOS newline messup | Marcel Holtmann | 1 | -168/+177 | |
2009-09-02 | Update the modem.conf example one more time | Marcel Holtmann | 1 | -19/+6 | |
2009-09-02 | Remove the async TTY open helper and just use a blocking one | Marcel Holtmann | 3 | -214/+29 | |
2009-09-02 | G1: Add an SMS quirk for CNMI mode | Andres Salomon | 1 | -0/+3 | |
The G1 doesn't support mode2, despite advertising it. The G1 chokes w/ an "Error 303" when we specify NMI mode 2. Adding a quirk to drop that mode from the supported list (just use mode 1) allows the G1 to properly deal with SMS. | |||||
2009-09-02 | Use proper debug calls for pure debugging output | Marcel Holtmann | 1 | -5/+5 | |
2009-09-02 | Add a separate plugin for connection to phone simulator | Marcel Holtmann | 1 | -0/+168 | |
2009-09-02 | Update modem.conf example | Marcel Holtmann | 1 | -4/+2 | |