You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
cmake | 3 years ago | |
interfaces | 3 years ago | |
BrightnessService.cpp | 3 years ago | |
BrightnessService.h | 3 years ago | |
CMakeLists.txt | 3 years ago | |
CPUGovernorService.cpp | 3 years ago | |
CPUGovernorService.h | 3 years ago | |
ConfigureChecks.cmake | 3 years ago | |
DeviceServiceBase.cpp | 3 years ago | |
DeviceServiceBase.h | 3 years ago | |
HardwareControl.cpp | 3 years ago | |
HardwareControl.h | 3 years ago | |
InputEventsService.cpp | 3 years ago | |
InputEventsService.h | 3 years ago | |
LICENSE | 3 years ago | |
PowerService.cpp | 3 years ago | |
PowerService.h | 3 years ago | |
PropertiesService.cpp | 3 years ago | |
PropertiesService.h | 3 years ago | |
README.md | 3 years ago | |
hardwarecontrolService.cpp | 3 years ago | |
hardwarecontrolService.h | 3 years ago | |
main.cpp | 3 years ago |
README.md
hardwarecontrol
dbus-1-tqt style hardware control for TDE
tdehwcontrol
main -> HardwareControl
+-> hardwareControlService
+-> org.freedesktop.DBus.Introspectable
+-> org.freedesktop.DBus.Properties
+-> BrightnessService => BrightnessInterface, DeviceServiceBase
+-> CPUGovernorService => CPUGovernorInterface, DeviceServiceBase
+-> InputEventsService => InputEventsInterface
+-> PowerService => PowerInterface, DeviceServiceBase
- https://www.kernel.org/doc/Documentation/power/
- https://www.kernel.org/doc/Documentation/power/interface.txt
- https://www.kernel.org/doc/Documentation/power/states.txt
- https://www.kernel.org/doc/Documentation/power/swsusp.txt
libtdehwcontrol
-
brightnessInterface
-
brightnessProxy
-
cpugovernorInterface
-
cpugovernorProxy
-
hardwarecontrolNode
-
inputeventsInterface
-
inputeventsProxy
-
introspectableInterface
-
powerInterface
-
powerProxy
-
propertiesInterface
-
propertiesProxy
-
hardwareControlService
-
BrightnessService
-
CPUGovernorService
-
InputEventsService
-
PowerService
-
DeviceServiceBase