132 lines
4.8 KiB
Plaintext
132 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 26 11:42:41 EET 2009 - tambet@novell.com
|
|
|
|
- Probe HSO modems, don't trust (often incorrect) HAL modem
|
|
properties (bnc #468329).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 6 09:19:14 EET 2009 - tambet@novell.com
|
|
|
|
- Fix dbus permissions (bnc #468384).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 26 15:24:20 EET 2009 - tambet@novell.com
|
|
|
|
- Implement Novatel plugin (bnc #468323).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 16 10:15:43 EET 2009 - tambet@novell.com
|
|
|
|
- Check the registration state even after unsuccessful attempt,
|
|
some cards report error if they're already registered before
|
|
the attempt (bnc #430673).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 6 12:35:58 EET 2009 - tambet@novell.com
|
|
|
|
- Broaden the network device matching for HSO modems as some
|
|
(newer?) modems have only matching grandparent between serial
|
|
and ethernet device UDIs. Fix the Option driver to not steal
|
|
HSO modems. (bnc #462534).
|
|
- Explicitly disable unsolicitied messages for generic GSM modems
|
|
(bnc #462536).
|
|
- Not all serial devices have carrier detection. Add a property to
|
|
the serial base class to turn it off and make certain Huawei
|
|
modems turn it off (bnc #462567).
|
|
- Suggest "ozerocdoff" (part of bnc #405178).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 3 11:07:27 EET 2008 - tambet@novell.com
|
|
|
|
- Fix the HSO modem plugin (bnc #449992).
|
|
- Provide 'org.freedesktop.ModemManager' so that NetworkManager
|
|
could use alternative implementations.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 24 17:07:35 EET 2008 - tambet@suse.de
|
|
|
|
- Always log which modem plugin is used.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 18 13:09:18 EET 2008 - tambet@suse.de
|
|
|
|
- Don't require CDMA modems to implement verbose error reporting
|
|
(+CMEE command) (bnc #430502).
|
|
- Add a Sierra Wireless plugin that waits a bit after enabling the
|
|
radio (bnc #430673).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 7 15:44:06 EET 2008 - tambet@suse.de
|
|
|
|
- Implement a plugin for Option devices.
|
|
- Enable/disable plugging with SIGUSR1.
|
|
- Recommend usb_modeswitch (bnc #442515).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 24 12:39:05 EEST 2008 - tambet@suse.de
|
|
|
|
- Add support for MBM modems.
|
|
- Use only one serial port for Huawei modems.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 20 14:41:26 EEST 2008 - tambet@suse.de
|
|
|
|
- Fix a segfault which occured when scanning results could not be
|
|
parsed.
|
|
- Register a correct response parser for generic CDMA
|
|
implementation.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 19 13:56:21 EEST 2008 - tambet@suse.de
|
|
|
|
- Make it build for openSUSE 11.0 as well.
|
|
- Update from upstream:
|
|
+ Implement smarter APN choosing.
|
|
+ Implement PIN changing and enabling/disabling.
|
|
+ Make sure the device is enabled before trying to send commands to it.
|
|
+ Disconnect modem if it's connected while disabling.
|
|
+ Fix the loadable module name checking.
|
|
+ Document DBus error codes and messages.
|
|
+ Get the monitoring device from HAL for Huawei modems.
|
|
+ Add correct message to mobile (+CMEE) errors.
|
|
+ Finish the non-verbose (V0) mode parser.
|
|
+ Reduce the amount of power used to minimum when modem is disabled.
|
|
+ Reset the CID when the modem is enabled/disabled and disconnected.
|
|
+ Specify call mode in the modem init string.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 12 15:50:16 EEST 2008 - tambet@suse.de
|
|
|
|
- Remove the patch to not require dbus-glib-0.75, factory has it.
|
|
- Update from upstream:
|
|
+ Rewrite the serial port handling.
|
|
+ Implement serial command queueing.
|
|
+ Define and implement error reporting.
|
|
+ Fix device added and removed signals.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 7 11:45:30 CEST 2008 - schwab@suse.de
|
|
|
|
- Use autoreconf -fi.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 1 18:10:24 CEST 2008 - tambet@suse.de
|
|
|
|
- Update from upstream:
|
|
+ Fix upper case inconsistency in the public API (SetApn).
|
|
+ Fix HSO modem plugin.
|
|
+ Implement reading IMEI, IMSI, manufacturer, model, and version (revision).
|
|
+ License ModemManager with GNU Lesser General Public License, version 2.1.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 29 15:18:08 CEST 2008 - tambet@suse.de
|
|
|
|
- Update from upstream to get the API redesign agreed on NetworkManager
|
|
mailing list.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 28 16:40:00 EEST 2008 - tambet@suse.de
|
|
|
|
- Initial checkin for autobuild.
|
|
|