Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-16 | Fix the loadable module name checking. | Tambet Ingo | |
2008-09-16 | Disconnect modem if it's connected while disabling. | Tambet Ingo | |
2008-09-15 | Make sure the device is enabled before trying to send commands to it. | Tambet Ingo | |
2008-09-15 | Implement PIN changing and enabling/disabling. | Tambet Ingo | |
2008-09-15 | Implement smarter APN choosing. | Tambet Ingo | |
If the APN chosen by user is already configured in card, use that. If not, find the highest used CID, the allowed range of CIDs and add new (or overwrite the highest one). | |||
2008-09-11 | Make sure the response buffer doesn't grow without bounds. | Tambet Ingo | |
2008-09-11 | Fix device added and removed signals. | Tambet Ingo | |
The device argument was a MMModem object, which conflicted with the spec. Changed it to the modem's udi. | |||
2008-09-11 | Fix the typos. | Tambet Ingo | |
2008-09-11 | Fix error codes. | Tambet Ingo | |
2008-09-11 | Fix a bug where the serial command queue sent the same command multiple times. | Tambet Ingo | |
2008-09-11 | Cache signal quality after successful registration. | Tambet Ingo | |
If trying to get signal quality when connected, use the cached value. | |||
2008-09-11 | Don't try to send commands to the serial device if it's connected. | Tambet Ingo | |
Implement mm_serial_is_connected() function and call it before trying to write anything to the serial port. | |||
2008-09-11 | Rewrite serial device communications. | Tambet Ingo | |
Instead of vague "send something, wait something" the responses are now analyzed by (overridable) parsers. Makes all the modem implementations much easier since each caller knows without any code whether the call succeeded or failed. Another thing that makes modem code simpler (and the whole thing more robust), is the queueing of sent commands. Each queued command has a command and a callback which is quaranteed to get called, even if sending failed. Define and implement error reporting. | |||
2008-09-01 | Handle reading failure replies correctly everywhere. | Tambet Ingo | |
2008-09-01 | Implement reading IMEI, IMSI, manufacturer, model, and version (revision). | Tambet Ingo | |
2008-08-29 | Implement the more granular GSM interfaces as agreed on NM mailing list. | Tambet Ingo | |
Convert all exisiting code over to new DBus interfaces. | |||
2008-08-28 | Make the timeout handling simpler in the NMSerial class. | Tambet Ingo | |
2008-08-26 | Implement HSO modem driver. | Tambet Ingo | |
2008-08-22 | Grab the registration information right after a successful registration. | Tambet Ingo | |
The registration information is stored now because in the generic case, it is not possible to issue AT commands when the device is connected. | |||
2008-08-21 | Implement registration information retrieving for GSM modems. | Tambet Ingo | |
2008-08-21 | Implement per modem type DBus interfaces. | Tambet Ingo | |
A major code reorganization. | |||
2008-07-31 | Handle serial device opening when it's already open. | Tambet Ingo | |
2008-07-31 | Merge fixes from NetworkManager SVN. | Tambet Ingo | |
2008-07-31 | Initial commit. | Tambet Ingo | |