Tambet Ingo
8eb9fa50b4
Handle cases where HAL is not running/disappears/reappears.
2009-04-14 11:43:26 +03:00
Tambet Ingo
b79a3c0a65
Fix a typo.
2009-04-03 13:45:17 +03:00
Tambet Ingo
d378204742
Fix a typo (thanks to Torgny Johansson).
2009-04-02 15:19:34 +03:00
Tambet Ingo
636fe2921c
Implement a plugin for ZTE modems.
...
Contributed by Jesse Sung (jsung@novell.com ).
2009-04-02 14:48:12 +03:00
Tambet Ingo
1ca34cfc0c
Implement Nokia plugin.
2009-04-02 12:41:59 +03:00
Tambet Ingo
eae902db41
Implement 'V1 E1' parser to work with modems which refuse to turn their echo off.
2009-04-02 12:31:40 +03:00
Tambet Ingo
cf6aeffd63
Fix a compilation error (with certain warning flags).
2009-04-01 16:20:19 +03:00
Tambet Ingo
83ba035aad
Fix the use of uninitialized variables.
2009-03-27 09:11:51 +02:00
Tambet Ingo
45f32e7e09
Implement sending SMS messages.
...
Add a test program to use the newly added method.
2009-03-23 15:05:15 +02:00
Tambet Ingo
697b5f0364
Add the NM patch back. Create a directory for patches.
2009-03-12 15:43:27 +02:00
Tambet Ingo
8750037faf
Implement MMModemNovatelCdma class for Novatel CDMA devices.
...
Rename MMModemNovatel to MMModemNovatelGsm.
2009-03-02 10:13:54 +02:00
Tambet Ingo
6606e15a9b
Handle CDMA modems in Novatel plugin.
2009-02-27 10:21:23 +02:00
Tambet Ingo
a7f9033611
Probe HSO modems, don't trust (often incorrect) HAL modem properties.
2009-02-26 11:28:00 +02:00
Tambet Ingo
d8fa8d7d1b
Eat "^BOOT:..." messages in Huawei plugin.
2009-02-20 12:10:12 +02:00
Tambet Ingo
469529985d
Use cached commands for things that never change (while the card is plugged).
2009-02-20 12:09:47 +02:00
Tambet Ingo
9e6aa4ec96
Implement cached commands.
2009-02-20 12:09:15 +02:00
Tambet Ingo
1215bd6a9d
Rework unsolicited message handling.
...
Implement registration using unsolicited messages for generic GSM class (which
is disabled by default, HSO and Huawei plugins enable it).
Modify all GSM modem subclasses that used unsolicited messages to use the new
method.
2009-02-18 14:48:08 +02:00
Tambet Ingo
13facad4fa
Close the serial device on HUP.
2009-02-13 10:54:21 +02:00
Tambet Ingo
28fd7f7820
Implement the spec correctly for DeviceAdded and DeviceRemoved signals.
2009-02-10 15:26:51 +02:00
Tambet Ingo
1f08d4c408
Fix a compilation warning/error.
2009-02-10 15:26:18 +02:00
Dan Williams
2adf9a0088
remove NetworkManager patch; no longer necessary
2009-02-10 06:53:09 -05:00
Dan Williams
bef9c48ffc
add --enable-more-warnings=yes/no and fix up resulting errors
2009-02-10 06:48:56 -05:00
Tambet Ingo
618db2dd8a
Bump the version.
...
Remove a leftover include from mbm modem implementation to make it compile
again.
2009-02-09 10:48:26 +02:00
Tambet Ingo
fd5f4222d7
Extend org.freedesktop.ModemManager.Modem interface.
...
* Add IpMethod property with known values ppp (default), static, DHCP.
* Rename DataDevice property to Device.
* Add GetIP4Config method. It should be implemented only when IpMethod==static.
* Update org.freedesktop.ModemManager.Modem.Gsm.Sms interface based on
Pablo Martí Gamboa's suggestions.
* Adjust MBM and HSO interfaces to take advantage of the generic Modem
interface.
2009-02-06 13:34:02 +02:00
Tambet Ingo
19bd7d7e7f
Fix DBus permissions.
2009-02-06 13:32:45 +02:00
Tambet Ingo
d4e1d7dc8c
Fix a typo in error message when MM couldn't acquire it's DBus service name.
2009-02-04 15:24:39 +02:00
Tambet Ingo
2226bb8752
Implement Novatel plugin.
2009-01-26 11:54:10 +02:00
Tambet Ingo
6b14ebe6ab
Relax the "CONNECT" string regex a bit.
2009-01-23 11:58:38 +02:00
Tambet Ingo
d8fada1785
Don't require 'number' property, it's not always needed.
2009-01-22 12:30:25 +02:00
Tambet Ingo
8bf265f349
Implement 'Simple' interface for HSO modems.
2009-01-22 12:30:09 +02:00
Tambet Ingo
b4c8615409
Implement 'Simple' interface for CDMA devices.
2009-01-22 12:29:45 +02:00
Tambet Ingo
17b739c73d
Implement simple interface.
2009-01-19 10:45:18 +02:00
Tambet Ingo
423637272a
Fix the "Option" plugin to not steal modems from "HSO" plugin.
2009-01-13 11:29:44 +02:00
Tambet Ingo
6018ff81ba
Implement DCD disabling for serial base class.
...
Turn DCD detection off for certain Huawei modems that don't report it
correctly.
2009-01-13 11:27:41 +02:00
Tambet Ingo
50d2a8b80c
If none of the HSO serial device parents match none of the network device
...
parents, try to match "grandparents" as well.
2009-01-13 11:23:02 +02:00
Tambet Ingo
9804a21686
Explicitly disable unsolicited messages for generic GSM modems.
2009-01-13 11:18:16 +02:00
Tambet Ingo
56bd8994ee
Implement Huawei modem registration with unsolicited messages (no polling).
...
Keep registration info in sync correctly. Emit signal when it changes.
2008-12-17 13:37:57 +02:00
Tambet Ingo
a1223a9eaf
Convert multiple return values to structs.
...
Python DBus bindings are unable to implement methods that return multiple
values.
2008-12-17 13:35:22 +02:00
Tambet Ingo
614aa0316a
Clean up generic registration code.
2008-12-15 14:03:27 +02:00
Tambet Ingo
e4efbc5c84
Cache data in Huawei modem.
2008-12-15 13:56:53 +02:00
Tambet Ingo
4bf6681800
Parse Huawei flow report.
2008-12-15 11:50:31 +02:00
Tambet Ingo
4e94acfbc3
Don't ever disable radio of Sierra GSM modems.
...
Based on patch from Stefan Seyfried <seife@suse.de >.
2008-12-12 10:14:41 +02:00
Tambet Ingo
d1d94de6a1
Lots of random fixes:
...
Rework the MMCallbackInfo callback invocation.
Always use g_error_literal() where it makes sense.
Replace sleep() calls, with timeouts to not block the whole MM.
2008-12-09 15:41:51 +02:00
Tambet Ingo
a504fb408a
Merge branch 'master' of git://gitorious.org/modemmanager/asacs-mbm
2008-12-05 15:57:55 +02:00
Alexander Sack
1673c6c998
Implement SendPuk feature
...
* introspection/mm-modem-gsm-card.xml: add SendPuk method
Gsm.Card interface
* src/mm-generic-gsm.c (send_puk_done, send_puk):
- implement generic SendPuk with +CPIN="<puk>,<pin>"
* src/mm-modem-gsm-card.h,
src/mm-modem-gsm-card.c (mm_modem_gsm_card_send_pin,
impl_gsm_modem_send_pin): implement SendPuk glue.
2008-12-05 12:41:46 +01:00
Tambet Ingo
793044b577
Add support for the HP branded version of the sierra mc8775.
...
Patch from Stefan Seyfried <seife@suse.de >.
2008-12-04 17:39:15 +02:00
Tambet Ingo
3d84a60ab1
Fix HSO modem plugin.
2008-12-02 15:48:52 +02:00
Tambet Ingo
929c1a8a54
Make the MBM plugin's HAL UDI checking more strict, it caught HSO modems too.
2008-12-01 11:34:52 +02:00
Tambet Ingo
1c67b9327e
Fix the bug where HSO plugin would create a modem instance for each serial device.
2008-11-28 13:25:26 +02:00
Tambet Ingo
c44079b312
Always print out which plugin created the modem.
2008-11-24 16:41:23 +02:00