summaryrefslogtreecommitdiff
path: root/src/mm-base-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* core: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE in GSourceFuncsAleksander Morgado2015-12-021-1/+1
|
* base-manager: plug memleakAleksander Morgado2015-08-021-3/+1
| | | | | | | | | Don't g_strdup() the physdev string to store it in the hash table; instead store the original string right away as it is already created with g_strdup_printf(). Reported by: Yunlian Jiang <yunlian@chromium.org> https://code.google.com/p/chromium/issues/detail?id=515929
* base-manager: quiet message about unsupported portsDan Williams2015-03-311-1/+1
| | | | | | | | | This message gets printed for all netdevs and ttys, including most machines normal ethernet/Wi-Fi interfaces. It seems a bit less critical than 'warning' level would indicate. ModemManager[32097]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin ModemManager[32097]: <warn> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0': not supported by any plugin
* suspend: invalidate and remove modems on suspend, reprobe on resumeAleksander Morgado2015-02-071-6/+28
|
* manager: Remove devices which are deemed unfit during addition attemptLubomir Rintel2014-11-011-56/+62
| | | | | device_added() might be called in response to a "change" or "move" attempt that might have changed a candidate device to a non-candidate one.
* manager: rename 'MMManager' to 'MMBaseManager'Aleksander Morgado2014-07-061-0/+1034
Just so that we don't have same header names in src/ and /libmm-glib.