summaryrefslogtreecommitdiffstats
path: root/plugins/stemgr.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-15stemgr: Avoid shadowing of connection variableMarcel Holtmann1-5/+5
2012-07-02stemgr: watch for signals only on MGR_SERVICELucas De Marchi1-2/+2
2011-10-10plugins: Update copyright informationMarcel Holtmann1-1/+1
2011-02-01plugins: fix misspellingLucas De Marchi1-1/+1
2011-01-11plugin: Add ste modem init daemon integrationSjur Brændeland1-0/+390
This patch introduces auto discovery of ST-Ericsson modems. ST-Ericsson modems (M57XX, M7XX, M74XX) are managed by a Modem Init Daemon responsible for start, power cycles, flashing etc. This STE plugin monitors the modem state exposed from the Modem Init Daemon's Dbus API. When the modem is in state "on" the STE modem is created and registered. Muliple modem instances, and reset handling is supported.