Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-03 | Add quirk for network-registration for calypso | Denis Kenzior | 2 | -7/+43 | |
Support calypso-specific AT%CSQ notifications | |||||
2009-09-03 | Add unquoted string capability | Denis Kenzior | 2 | -0/+47 | |
This is completely broken according to the standard, but some vendors use this in their "special" commands. | |||||
2009-09-03 | Get rid of stupid debug message | Denis Kenzior | 1 | -2/+0 | |
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 | 2 | -1/+3 | |
2009-09-03 | Add basic support for Option HSO based devices | Marcel Holtmann | 4 | -10/+232 | |
2009-09-03 | Add basic support for Novatel based devices | Marcel Holtmann | 4 | -0/+199 | |
2009-09-03 | Add basic support for Huawei based devices | Marcel Holtmann | 4 | -7/+215 | |
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 | 2 | -2/+52 | |
2009-09-02 | Update AUTHORS file with ones we missed | Denis Kenzior | 1 | -0/+4 | |
2009-09-02 | Release 0.4 | Marcel Holtmann | 2 | -1/+12 | |
2009-09-02 | Fix some minor issues with storage directory | Marcel Holtmann | 3 | -4/+9 | |
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 | Fixing missing vendor.h in distribution | Marcel Holtmann | 1 | -1/+2 | |
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 | 3 | -600/+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 | 4 | -216/+29 | |
2009-09-02 | G1: Add an SMS quirk for CNMI mode | Andres Salomon | 3 | -5/+18 | |
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 | 2 | -0/+171 | |
2009-09-02 | Update modem.conf example | Marcel Holtmann | 1 | -4/+2 | |
2009-09-02 | Fix emitting Modems Property in the wrong place | Denis Kenzior | 1 | -2/+4 | |
2009-09-02 | Mention Andres' contributions | Marcel Holtmann | 1 | -0/+1 | |
2009-09-02 | G1: Add a G1 syntax for parsing | Andres Salomon | 1 | -2/+85 | |
This is based on the generic_at parser, with unnecessary stuff removed. The G1 routinely screws up CRLFs, so the parser needs to account for that. This parser ignores leading CRLFs (which is what reference-ril does as well), as well as trailing LFs (which are sometimes left out). CRs are used as end-of-message indicators. Since we're not bothering tracking CRLFs, there's also no need for a GARBAGE state, or MULTILINE stuff. | |||||
2009-09-02 | G1: Add initial HTC G1 modem support | Andres Salomon | 2 | -0/+185 | |
G1 plugin is based on generic_at, with a bunch of stuff dropped and simplified. We use AT+CFUN=1 for powering on rather than having a configurable init string. We also manually set the default state during init (the G1 appears to start in mode V0 by default). The device (/dev/smd0) is hardcoded. | |||||
2009-09-02 | Squash compiler warning | Denis Kenzior | 1 | -0/+2 | |
2009-09-02 | Update modemconf driver to the new ofono_modem_create | Denis Kenzior | 1 | -1/+1 | |
2009-09-02 | Change plugins to the new ofono_modem_create api | Denis Kenzior | 2 | -6/+2 | |
2009-09-02 | Get rid of node argument in ofono_modem_create | Denis Kenzior | 2 | -5/+13 | |
2009-09-02 | Add simple utility to validate paths | Denis Kenzior | 2 | -0/+46 | |
2009-09-02 | Add modem property capability | Denis Kenzior | 2 | -0/+131 | |
Add ofono_modem_set_string & ofono_modem_get_string Add ofono_modem_set_integer & ofono_modem_get_integer | |||||
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 example for modem.conf and install it if requested | Marcel Holtmann | 2 | -1/+52 | |
2009-09-02 | Add really simple modem configuration parsing | Marcel Holtmann | 1 | -0/+71 | |
2009-09-02 | Add skeleton for plugin to handle static modem configurations | Marcel Holtmann | 2 | -0/+42 | |
2009-09-02 | Update makefile.am with new doc files | Denis Kenzior | 1 | -1/+3 | |
2009-09-02 | Add call-settings api doc | Denis Kenzior | 1 | -0/+98 | |
2009-09-02 | Add call-meter api doc | Denis Kenzior | 1 | -0/+77 | |
2009-09-02 | Add call-forwarding api doc | Denis Kenzior | 1 | -0/+55 | |
2009-09-02 | Add address & netmask properties to GPRS api | Denis Kenzior | 1 | -0/+8 | |
2009-09-02 | Update GPRS api with context use type | Denis Kenzior | 1 | -0/+8 | |
2009-09-02 | Add test script for listing all operator details | Marcel Holtmann | 2 | -1/+42 | |
2009-09-02 | Add test script to monitor all PropertyChanged signals | Marcel Holtmann | 2 | -1/+29 | |
2009-09-02 | Add two extra test programs for modem interface | Marcel Holtmann | 3 | -1/+65 | |
2009-09-02 | Add initial plugin for Ericsson MBM devices | Marcel Holtmann | 4 | -0/+358 | |