aboutsummaryrefslogtreecommitdiff
path: root/plugins/mm-modem-option.c
AgeCommit message (Collapse)Author
2009-10-26core: use G_DEFINE_TYPE_* instead of rolling our ownDan Williams
Use the macro; save some trees.
2009-09-23core: split generic modem enable/disable operationsDan Williams
2009-08-05gsm: harmonize band/mode enumsDan Williams
Use the same enum for set/get of band and mode, as for exposing the device's capabilities.
2009-06-28asynchronous and deferred port detectionDan Williams
Allow plugins to perform asynchronous port detection, and to defer port detection until later. This moves the prober bits into MMPluginBase so that all plugins can take adavantage of it only when needed; the probing is not done at udev time. Furthermore, plugins like Novatel can flip the secondary ports over the AT mode through deferred detection, by deferring the secondary ports until the main port has been detected and AT$NWDMAT has been sent. This commit also finishes the port of the rest of the plugins (except mbm) over to the new port detection methods and plugin API.
2009-04-15gsm: clean up network modesDan Williams
Add specific modes for HSUPA and HSPA; add modes for 2G and 3G only, and update plugins to use the right modes.
2009-02-10add --enable-more-warnings=yes/no and fix up resulting errorsDan Williams
2009-02-06Extend org.freedesktop.ModemManager.Modem interface.Tambet Ingo
* 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.
2008-12-09Lots of random fixes:Tambet Ingo
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-02Fix HSO modem plugin.Tambet Ingo
2008-10-30Explicitly check the PIN after modem is enabled.Tambet Ingo
2008-10-30Implement Option plugin.Tambet Ingo