- Jun 08, 2010
-
-
Dan Williams authored
-
- Jun 05, 2010
-
-
Dan Williams authored
From David Rochberg <rochberg@google.com>
-
- May 26, 2010
-
-
Dan Williams authored
The flash function could be called when the port was closed, and since the flash function would only be canceled when the port was open, it could trigger after the port object was destroyed.
-
- May 25, 2010
-
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
- May 21, 2010
-
-
Dan Williams authored
-
Dan Williams authored
Distributions should set dist-version at build time with the package version and revision, so for RPM-based distros you'd --with-dist-version=%{version}-%{release} which will be printed out on MM startup to help debugging.
-
- May 20, 2010
-
-
Dan Williams authored
-
Dan Williams authored
Simplify the NMEA type and add GPS raw for generic GPS data.
-
- May 18, 2010
-
-
Dan Williams authored
There were a few problems: 1) If SysMode is present, the registration state it reports should be authoritative, but if there was a valid SID the plugin would report 'registered' even if SysMode was NO SRV 2) Turns out that some devices report the roaming values as ERIs, not plain yes/no as we thought; reported ERI was being mis-parsed as a boolean value.
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
2.4.5 has been out for a long time and fixes a number of bugs including the DNS bug. Use it.
-
Dan Williams authored
-
-
Dan Williams authored
No idea what git thinks is different about these two lines, they strcmp() the same.
-
- May 12, 2010
-
-
Dan Williams authored
See also d5ca82ea
-
- May 11, 2010
-
-
Dan Williams authored
-
- May 07, 2010
-
-
Dan Williams authored
Since MMModem is an interface and doesn't store stuff like the modem's physdev internally (since it's an interface) these things are handled via GObject properties. And since g_object_get() returns allocated values, we need to free the returned value from mm_modem_get_device() after we're done with it.
-
Dan Williams authored
-
Dan Williams authored
There are some cases where flashing the primary port doesn't work either due to stupid modem firmware or crappy kernel drivers. So if we have a secondary port, try sending the PDP deactivation command to the secondary port first, and if that fails send it to the primary port after the primary port gets flashed. This increases the chances that the +CGACT request will be successful. Some modems (Huawei, ZTE) don't like +CGACT on the secondary port, but when that fails, the code falls back to previous behavior of flashing and sending CGACT to the primary port.
-
Dan Williams authored
-
Dan Williams authored
Some phones like the T630 don't put a space after the ':'.
-
Dan Williams authored
-
Dan Williams authored
-
- May 06, 2010
-
-
Dan Williams authored
These are Longcheer-based devices, but the vendor ID is different. We had tagged the X060s' ports in the rules but never updated the plugin to handle the different vendor ID.
-
- May 05, 2010
-
-
Dan Williams authored
The argument passed to the handler is a GByteArray, not a GString. Encountered with Option iCON Icera-based devices, but could also be possible with Sierra devices.
-
Dan Williams authored
Interfered with initial PIN checking in some cases.
-
Dan Williams authored
-
Dan Williams authored
QCDM ports should never be the data port; 'net' ports take precedence over AT ports too. Clarify that.
-
Dan Williams authored
-
Dan Williams authored
-
- May 04, 2010
-
-
Dan Williams authored
-
Dan Williams authored
-
- May 02, 2010
-
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-
Dan Williams authored
-