aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-22trivial: fix formattingDan Williams
2010-10-22core: detect PCMCIA manfid and cardidDan Williams
These aren't added to the udev device database by anything yet (though they should be) so grab them manually.
2010-10-22core: strip "0x" off udev ID_VENDOR_ID and ID_MODEL_ID stringsDan Williams
2010-10-22core: use hardware IDs as part of DeviceIdentifierDan Williams
Pass the device's hardware IDs through modem creation and use them when calculating the device's identifier. Add a bunch of testcases for real hardware to ensure we don't break the device ID in the future unless we really want to.
2010-10-21core: add DeviceIdentifier propertyDan Williams
This is computed before any PIN is entered, and thus before we can usually get IMEI or MEID/ESN out of the device in many cases. It's therefore not the same as EquipmentIdentifier. This is intended to be used by UI programs for matching devices with PIN numbers for automatic unlocking. While the PIN number is actually *SIM* specific, no modems allow access to the IMSI before the PIN is entered, and thus we cannot actually match the PIN with the SIM. The device ID is the next best thing we can use and should allow auto unlocking in most cases.
2010-10-14mbm: add HP branded f3607gw and f3307 devicesTorgny Johansson
2010-10-14cdma: clear error when getting state if no AT port is availableDan Williams
We don't care about the error if we have a QCDM port.
2010-10-14serial: make QCDM frame parsing more robustDan Williams
Ensure that valid HDLC frames that are not valid QCDM frames are correctly rejected, and that their data is correctly discarded. The core bug was that Sierra CnS frames have leading and trailing HDLC frame terminator bytes (0x7E), and the code was incorrectly treating the leading terminator as the end of a frame, not the beginning. Thus it would consider the outstanding serial request finished without actually parsing the response packet. Now, we make sure we don't tell the serial receive code that we have a full QCDM frame until we actually do have one, which is at least 3 bytes + 0x7E.
2010-10-14core: add more QCDM frame marker testcasesDan Williams
2010-10-14core: add basic QCDM serial port unit testsDan Williams
Test that a Version Info request/response works as expected, and add a testcase for a bug where specific Sierra CnS responses to the Version Info request do not properly return an error when attempting to parse the response as a QCDM packet. Fix for the second thing forthcoming.
2010-10-14build: create convenience serial libraryDan Williams
For better unit testing.
2010-10-14core: add helper to create QCDM serial ports from a file descriptorDan Williams
Aids in unit testing
2010-10-14serial: allow creating serial ports with a given file descriptorDan Williams
To enable better unit testing of MMSerialPort and subclasses behavior.
2010-10-14build: enable tests for 'make distcheck'Dan Williams
No idea why this wasn't done before...
2010-10-14qcdm: add testcase to ensure that parsing Sierra CnS failsDan Williams
Because CnS uses HDLC framing, but doesn't use CRC16, and thus the decapsulation should fail because the CRC check fails.
2010-10-06huawei: fix potential double-free on error (rh #632516)Dan Williams
2010-10-06zte: add more port tagsDan Williams
2010-09-28serial: kill serial port closing waitDan Williams
This is the real fix for 81d0fd148f8c72a2e50b4e6fe82496daa28a91cc. Some devices don't interact well with the option driver or the usb-serial layer; they don't respond to the USB data requests and thus data never gets written to that port. When close(2) is called, that data is still pending and so the tty layer waits 30 seconds before returning from the close. This is the 'closing_wait' value, which unfortunately is not able to be modified by ModemManager because most serial drivers for 3G devices don't implement the .ioctl handler or its TCIOSSERIAL option to change closing_wait. This goes along with a kernel patch to various drivers to enable the TIOCSSERIAL ioctl to modify closing_wait which will be posted soon.
2010-09-27core: better debugging of serial port open/closeDan Williams
Some devices don't interact well with the option drivr or the usb-serial layer; they don't respond to the USB data requests and thus data never gets written to that port. When close(2) is called, that data is still pending and so the tty layer waits 30 seconds before returning from the close. This is the 'closing_wait' value, which unfortunately is not able to be modified by ModemManager because most serial drivers for 3G devices don't implement the .ioctl handler or its TCIOSSERIAL option to change closing_wait. Print out open/close timestamps to help debug this issue and get a list of modems that have this problem.
2010-09-27test: add CGREG repsonse test for X220DDan Williams
To test spaces between some members of the response.
2010-09-22qcdm: remove shared-library-specific bits that aren't applicableDan Williams
Since at this time libqcdm is statically linked into ModemManager.
2010-09-22x22x: add simple plugin for Alcatel X220DDan Williams
And possibly the X225 as well. Can't tell much about the modem and what commands it supports other than AT+SYSSEL for mode selection. The driver software and connection manager for Windows/Mac OS X are written by JRD Communication in China, which is a subsidiary of TCT, which makes Alcatel-branded phones and data sticks. But it doesn't appear to be the same firmware as other Alcatel/T&A modems like X060S and such which are supported by the Longcheer plugin.
2010-09-21core: prefer CDMA capabilities over GSM for dual-mode devices (bgo #621815)Dan Williams
For devices like the UMW190 that appear to be dual-mode without needing a firmware reload (unlike Gobis, which are dual-mode but require a reboot with different firwmare) prefer CDMA capabilities since that's where these devices will most likely be used more often. In the end we'll need to change MM to advertise a "capabilities" attribute on the modem class and modify devices such that they can implement both GSM and CDMA semantics at the same time.
2010-09-20gsm: allow use of GSM 03.38 character set (bgo #627935)Dan Williams
It's only really used for phonebook and SMS PDU mode in the specs, which we don't do yet, so if this is the only charset the device supports we'll try to use it.
2010-09-04trivial: remove unused codeDan Williams
2010-09-04trivial: whitespace fixupDan Williams
2010-09-04gsm: add GSM 03.38 pack/unpack functions and testcasesDan Williams
2010-09-02gsm: add GSM 03.38 encoding/decoding functions and testcasesDan Williams
2010-09-01cdma: consolidate some code by ignoring +CMEE resultDan Williams
Most modems don't support it and we're ignoring the error message anyway, so don't bother with a callback for its result.
2010-09-01polkit: fix for polkit >= 0.97 (bgo #628105)Dan Williams
2010-09-01qcdm: add event reporting on/off commandDan Williams
Doesn't parse any events yet since we don't know what any events are. We also need to fix up ModemManager to handle unsolicited responses in the QcdmSerialPort class.
2010-08-30test: add scan helper/testerDan Williams
2010-08-26gsm: ensure unlock retries is updated on incorrect PIN entryDan Williams
If the modem returns an error (like "+CME ERROR: incorrect password" or even just ERROR) make sure we recheck PIN status and thus also recheck the number of unlock retries instead of just returning the error to the caller.
2010-08-26core: clean up unlock retries info messageDan Williams
2010-08-25qcdm: add bits for getting/setting the log maskDan Williams
No code to actually start logging yet, just sets the mask.
2010-08-18gsm: recognize Motorola EZX errorsDan Williams
Nobody seems to know what the number means, but at least recognize them as errors.
2010-08-18gsm: Motorola EZX models quote CPIN responseDan Williams
2010-08-16qcdm: add Status Snapshot enumDan Williams
2010-08-11core: work around dbus-glib property access bug (CVE-2010-1172) (rh #585394)Dan Williams
More info: https://bugzilla.redhat.com/show_bug.cgi?id=585394 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1172 dbus-glib was not properly enforcing the 'access' permissions on object properties exported using its API. There were 2 specific bugs: 1) dbus-glib did not enforce the introspection read/write property permissions, so if the GObject property definition allowed write access (which is sometimes desirable), D-Bus clients could modify that value even if the introspection said it was read-only 2) dbus-glib was not filtering out GObject properties that were not listed in the introspection XML. Thus, if the GObject defined more properties than were listed in the introspection XML (which is also often useful, and MM uses this quite a bit) those properties would also be exposed to D-Bus clients. To fix this completely, you need to: 1) get dbus-glib master when the patch is commited, OR grab the patch from https://bugzilla.redhat.com/show_bug.cgi?id=585394 and build a new dbus-glib 2) rebuild ModemManager against the new dbus-glib
2010-08-09build: fix build with glib >= 2.25.12 (bgo #626421)Vincent Untz
Work around an API break in glib.
2010-08-06cdma: determine EVDO registration even when in 1X modeDan Williams
Sometimes the primary mode will be 1X (and thus the Call Manager will report 1X system mode) but the HDR subsystem will be registered and idle. Figure that out and report that EVDO is registered too in that case, since the modem will just flip over to EVDO when the data call starts.
2010-08-06tests: handle random failures of some tests more gracefullyDan Williams
Not all devices support everything; a Huawei EC168C fails to read the mode preference, and a Pantech PX-500 fails to read the roam preference NV item.
2010-08-05qcdm: add generic status snapshot command supportDan Williams
2010-08-05core: add SPC lock errorDan Williams
2010-08-05build: use automake silent rulesDan Williams
2010-08-04zte: add more port tagsDan Williams
2010-07-20novatel: fix distcheckDan Williams
2010-07-20gsm: ensure invalid operator names don't get used (rh #597088)Dan Williams
Apparently g_convert() can still return garbage that's not valid in the character set you're converting to (???). But even if we don't need to convert the operator name, make sure it's valid UTF-8 before we go shoving it through D-Bus.
2010-07-19core: handle shadow properties on the MmPropertiesChanged interfaceDan Williams
Need to emit the D-Bus API property name, not the GObject property name for a few things on the Location interface.
2010-07-09nokia: N900 appears to need a longer port delay (rh #583691)Dan Williams