aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-16Fix the loadable module name checking.Tambet Ingo
2008-09-16Disconnect modem if it's connected while disabling.Tambet Ingo
2008-09-15Make sure the device is enabled before trying to send commands to it.Tambet Ingo
2008-09-15Implement PIN changing and enabling/disabling.Tambet Ingo
2008-09-15Implement 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-12Update the patches for NetworkManager and nm-applet.Tambet Ingo
Implement modem properties dialog for the applet which shows all sorts of information about the modem, allows to scan for visible networks and create NMConnections based on scan results.
2008-09-11Make sure the response buffer doesn't grow without bounds.Tambet Ingo
2008-09-11Fix 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-11Fix the typos.Tambet Ingo
2008-09-11Fix error codes.Tambet Ingo
2008-09-11Fix a bug where the serial command queue sent the same command multiple times.Tambet Ingo
2008-09-11Cache signal quality after successful registration.Tambet Ingo
If trying to get signal quality when connected, use the cached value.
2008-09-11Don'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-11Rewrite 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-02Update the NetworkManager and nm-applet patches.Tambet Ingo
2008-09-01License ModemManager with GNU Lesser General Public License, version 2.1.Tambet Ingo
2008-09-01Disable the HSO modem in addition to just closing the device on Enable(False).Tambet Ingo
2008-09-01Handle reading failure replies correctly everywhere.Tambet Ingo
2008-09-01Implement reading IMEI, IMSI, manufacturer, model, and version (revision).Tambet Ingo
2008-09-01Fix up HSO modem plugin.Tambet Ingo
2008-08-29Fix another upper case inconsistency in the public API (SetApn).Tambet Ingo
2008-08-29Include the missing mm-gsm-modem-hso.xml to EXTRA_DIST.Tambet Ingo
2008-08-29Update the NetworkManager and nm-applet patches.Tambet Ingo
Update the NetworkManager and nm-applet patches to work with the DBus API reorganization.
2008-08-29Implement the more granular GSM interfaces as agreed on NM mailing list.Tambet Ingo
Convert all exisiting code over to new DBus interfaces.
2008-08-28Make the timeout handling simpler in the NMSerial class.Tambet Ingo
2008-08-26Update the NetworkManager and nm-applet patches.Tambet Ingo
2008-08-26Implement HSO modem driver.Tambet Ingo
2008-08-22Add a patch for the current nm-applet to make it use ModemManager.Tambet Ingo
2008-08-22Grab 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-22Remove the pkg-config file, we're not a library.Tambet Ingo
2008-08-21Implement registration information retrieving for GSM modems.Tambet Ingo
2008-08-21Add a patch to make the latest NetworkManager use ModemManager.Tambet Ingo
2008-08-21Implement per modem type DBus interfaces.Tambet Ingo
A major code reorganization.
2008-08-13Fix a typo.Tambet Ingo
2008-08-13Fix distcheck.Tambet Ingo
2008-07-31Document the public DBus API.Tambet Ingo
2008-07-31Fix typos.Tambet Ingo
2008-07-31Write README.Tambet Ingo
2008-07-31Enable the device before trying to operate on it.Tambet Ingo
2008-07-31Handle Enable() method correctly when it's already been called.Tambet Ingo
2008-07-31Handle serial device opening when it's already open.Tambet Ingo
2008-07-31Add an example testing program.Tambet Ingo
2008-07-31Merge fixes from NetworkManager SVN.Tambet Ingo
2008-07-31Add .gitignore.Tambet Ingo
2008-07-31Initial commit.Tambet Ingo