aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-23gsm: enable unsolicited codes on secondary ports too (bgo #637140)Dan Williams
We want to enable unsolicited responses on secondary ports too, so that if the modem only sends unsolicited responses on the ports on which they were enabled, that we can get resposnes off the secondary port when the primary port is connected. But we can't always trust devices to actually send them on the secondary port, so we enable the unsolicited responses on both the primary and secondary ports just in case.
2011-01-23core: enable timestamps with legacy --debug optionDan Williams
2011-01-23core: rework loggingDan Williams
Make it more flexible, add logging to a file, and absolute and relative timestamps.
2011-01-23build: fix distcheckDan Williams
2011-01-23qcdm: add some missing system modesDan Williams
2011-01-21qcdm: add call manager subsystem mode define for LTEDan Williams
Seen on the Pantech UML290 and another Qualcomm-based LTE device.
2011-01-14test: handle cancel and distinguish between initiate and respond (bgo #638038)Guido Günther
2011-01-14gsm: wire up USSD Respond function (bgo #638038)Guido Günther
2011-01-14api: add reply parameter to USSD Respond method (bgo #638038)Guido Günther
The network will usually send back the new sub menu to pick from.
2011-01-14core: add modem reset/power-cycle commandDan Williams
Based on a patch by Elly Jones from Google.
2011-01-12zte: add more ZTE port tags (LW272, others)Dan Williams
2011-01-11gsm: correctly parse Samsung S8500 Wave CREG responseMichał Sroczyński
(testcases by dcbw)
2011-01-06qcdm: add HDR revision preferenceDan Williams
Not sure if that's exactly what the NV item is, but the UML290 uses it for Rev0, RevA, and eHRPD preference.
2011-01-06qcdm: add NV mode pref values for 1X/HDR Only, LTE Only, and 1X/HDR/LTE OnlyDan Williams
Based on responses from Pantech UML290.
2011-01-05cdma: update reg state to HOME based on SPERI responseDan Williams
If the SPERI response indicates the home network, then set CDMA registration to HOME if it was REGISTERED (which is less specific).
2011-01-04cdma: fix segfault by handling MEID propertyDan Williams
Also, MEID->Meid to follow standard D-Bus property semantics.
2011-01-04cdma: fix CDMA registration state retrieval on single AT port devicesDan Williams
If the device only has one AT port that's being used for data and thus we can't do more specific registration checking in MMGenericCdma using AT commands, but generic registration checking was successful, just use the less specific state. Previously, an error would be returned when no AT port was available even though less specific QCDM registration checking worked. That was just stupid.
2011-01-03huawei: quiet annoying log messageDan Williams
2011-01-01icera: add complete support for generic Icera devicesDan Williams
Implement connect, disconnect, and IP4 config stuff. Also fix handling of Icera private data. After creation we need to use MM_MODEM_ICERA_GET_INTERFACE(m)->priv to get the private data instead of just dereferencing the MMModemIcera, for reasons that I don't know. If this isn't done, data gets silently corrupted because writes to the private data are going into a random location in the object. This a side-effect of the slightly hack-ish way that MMModemIcera is a GInterface with private data.
2011-01-01core: signal property changes for IpMethodDan Williams
If the modem's IP Method changes after construction because the modem's full capabilities were only discovered after it was created, make sure the change notification gets emitted.
2011-01-01icera: convert to GInterfaceDan Williams
We'll need to store some private data later for authentication, and this makes it easier and clearer to access that private data.
2011-01-01zte: Icera devices use static IP configurationDan Williams
2011-01-01icera: consolidate Icera check code into utility libDan Williams
2011-01-01icera: move Icera utils into standalone utility libraryDan Williams
2011-01-01gsm: add access technology support for HSPA+Dan Williams
2010-12-31zte: partially support Icera-based devices like T-Mobile Rocket 2Dan Williams
2010-12-30zte: really shut the device upDan Williams
The MF691 appears to ignore E0 on the same line as some other stuff, so really shut it up by sending E0 by itself.
2010-12-30zte: add support for pseudo-ethernet data portsDan Williams
2010-12-21build: fix distcheck after introspection XML renamesDan Williams
2010-12-21test: fix CIND test index checkingDan Williams
CIND indexes returned from helper are 1-based, not 0-based, because that makes it easier to match against the modem's unsolicited CIND message.
2010-12-20Add CDMA Activate and ActivateManual methods.Elly Jones
BUG=6885 TEST=built modemmanager and cromo Change-Id: Ib73a093b13da05948a2f1da8f051fe7c55682584 Review URL: http://codereview.chromium.org/3517013 (cherry picked from commit f447c8e1a0062500e1171e031cf4c8fef76ffd59) Conflicts: src/mm-modem-cdma.c
2010-12-20Add enums for activation stateDavid Rochberg
BUG=6885 TEST=inspect mm-modem.h, build cromo et al against new mm-modem.h Change-Id: Id8c849b6cffbadb9d5d2aa4109257eb747cf9bb5 Review URL: http://codereview.chromium.org/3616004 (cherry picked from commit 3a50b8c28d155060ce035a1c6d5eadf3d91297a5)
2010-12-20Add State property and StateChanged signal.Elly Jones
Change-Id: I74451404361aa8bcc33ad0e66cbd5c6208222496
2010-12-20Added MEID property to org.freedesktop.ModemManager.Cdma interface.Eric Shienbrood
BUG=chromium-os:4560 TEST=tested using modified flimflam and cromo Change-Id: I385abf8df340c26259810ea44c43680cc420c015 Review URL: http://codereview.chromium.org/3136020
2010-12-20Fix include paths in introspection XML.Elly Jones
Change-Id: I3af3ac8f60009f25b365c424d93258ded16f9212
2010-12-20Add org.freedesktop.ModemManager.Modem.Cdma.xml.Elly Jones
Mea culpa. I moved it with 'mv', not 'git mv', thus resulting in total loss. Change-Id: I94edfb9ca3b09d7956eea08971090ee022700d4d
2010-12-20Clean up white space in the generated header file.Eric Shienbrood
Also, include the interface name in the method and signal names, to avoid name collisions. I have corresponding changes in the flimflam modemmgr plugin to accomodate the new names. For a sample of the output, see ~ers/mm-modem.h Review URL: http://codereview.chromium.org/2852010 (cherry picked from commit f9dbea25b8ba4414c77d6dfc94545bf7b5c26e68)
2010-12-20Don't probe virtual devices before they existElly Jones
Prevent ModemManager from probing virtual devices before their associated files exist in /dev tree. Contributed by Nasser Grainawi <nasser@codeaurora.org> Review URL: http://codereview.chromium.org/2118005 (cherry picked from commit 617660e3572a7b79ed83f9fc0fda89b7efcb2d4d) Conflicts: src/mm-plugin-base.c Change-Id: Ie5e8b98fb6b6c69e294175523ef99c934092433b
2010-12-20Add signals to generated header fileJason Glasgow
Review URL: http://codereview.chromium.org/1508036 (cherry picked from commit f3432ada6bf8cd55f9dbdf050d510c53ce9f6687)
2010-12-20Install xml files so they can be used by cromo (chromeos modem manager)Elly Jones
Amended: Install the files under their proper DBus names. Review URL: http://codereview.chromium.org/1618004 (cherry picked from commit 89f7f05f1294485fa8b44cfdd3c9b0d924d45ac1) Conflicts: Makefile.am Change-Id: I65b2b0c1b5e579bb5b1d5d5b390c3be2ae49543c
2010-12-20Install xml introspection files for DBus interfaces.Jason Glasgow
Review URL: http://codereview.chromium.org/1618004 Change-Id: Ib362c3dcdeb91472a64cf9edb6b4e0ddbcffe93a
2010-12-20Generate a header file for ModemManagerJason Glasgow
Generate a header file for ModemManager with service names and paths, method names and enums. Review URL: http://codereview.chromium.org/1409001
2010-12-20Update from Qualcomm to support smd devices in Modem ManagerElly Jones
Review URL: http://codereview.chromium.org/661471 (cherry picked from commit 8475eb44b7ea41afa823919b017a39d82b07a5a2) Conflicts: src/mm-plugin-base.c Change-Id: I825886cad62a27acb39dfe74da7028d83adf692a
2010-12-19bluetooth: tag 'moved' bluetooth ttys as candidatesDan Williams
The kernel appears to add the device first without any parents, then to move it to the correct place in the hierarchy, with its immediate parent being the device's HCI controller. So we need to capture the 'move' event too since that's when the rfcomm device is finally usable.
2010-12-19bluetooth: ensure bluetooth rfcomm devices get tagged as candidatesDan Williams
2010-12-17core: separate PropertiesChanged signal XMLDan Williams
Which requires that we turn it into a GInterface that MMModemBase can implement, because dbus-glib does not allow attaching more than one introspection glue structure to an object at a time. Also implement the standard D-Bus properties changed signal.
2010-12-08core: work around udev parallel startup raceDan Williams
Ignore devices that aren't completely configured by udev yet. If ModemManager is started in parallel with udev, explicitly requesting devices may return devices for which not all udev rules have yet been applied (a bug in udev/gudev). Since we often need those rules to match the device to a specific ModemManager driver, we need to ensure that all rules have been processed before handling a device. Do this by adding an item to the environment of each device that MM might possibly be interested in, and ignoring devices that don't have that. When the device is fully processed by udev, MM will get an 'add' event and the device will have all rules applied.
2010-12-08linktop: add plugin for Linktop/Teracom LW273 (bgo #636438)Amit Mendapara
2010-12-06mbm: add more MBM device IDsTorgny Johansson
2010-12-02mbm: add tags for SonyEricsson MD400GDan Williams
Thanks to Niall Parker