summaryrefslogtreecommitdiffstats
path: root/src/power/Linux_AssociatedPowerManagementServiceProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-311-269/+0
|
* power: use get_system_creation_class_name function in the providerRadek Novacek2012-07-301-2/+2
|
* Fix typo in get_system_creation_class_name method nameRadek Novacek2012-07-301-2/+2
|
* power: fix finding Linux_ComputerSystem in referencesRadek Novacek2012-07-271-5/+8
|
* Unify logging through all providersRadek Novacek2012-07-271-28/+0
| | | | | Needs to be ported to sfcb/pegasus standard logging, using stderr for now.
* Restructure Power providerRadek Novacek2012-07-231-0/+294
* get rid of src/ subdirectory in power/ * cleanup CMake * use konkretcmpi_generate macro