1
0
Fork 0
Commit graph

189 commits

Author SHA1 Message Date
Jan Vcelak
aa1a737ba0 bluetooth plugin: create new, derive from rfkill base 2012-05-11 16:30:13 +02:00
Jan Vcelak
21e2d51b50 plugins: create skelet for rfkill base class 2012-05-11 16:30:13 +02:00
Jan Vcelak
d91a90a8ad network plugin: add missing plugin description 2012-05-11 16:30:13 +02:00
Jan Vcelak
62fb355010 plugin eeepc: add missing plugin description 2012-05-11 16:30:13 +02:00
Jan Vcelak
da9431b206 disk plugin: use new commands interface, add missing plugin description 2012-05-11 16:30:13 +02:00
Jan Vcelak
33d8172a85 cpu plugin: add missing plugin description 2012-05-11 16:30:13 +02:00
Jan Vcelak
f010793179 audio plugin: use new commands interface 2012-05-11 16:30:12 +02:00
Jan Vcelak
5f374a0fee plugins: refactor, use config_bool for parsing boolean setting values 2012-05-11 16:30:12 +02:00
Jan Vcelak
895408042a remove test plugin 2012-05-11 16:30:12 +02:00
Jan Vcelak
76a9a4108c disk plugin: use new commands interface 2012-05-11 16:30:12 +02:00
Jan Vcelak
393aa94aab audio plugin: use new commands interface 2012-05-11 16:30:12 +02:00
Jan Vcelak
e595e0e9c2 cpu plugin: remove commands registration 2012-05-11 16:30:12 +02:00
Jan Vcelak
f4850a7e42 cleanup commands before commands application 2012-05-11 16:30:12 +02:00
Jan Vcelak
49a994edde cpu plugin: use refactored command decorators 2012-05-11 16:30:12 +02:00
Jan Vcelak
ec6fe3a918 command decorators: descriptive, auto register function, remove dark magic 2012-05-11 16:30:12 +02:00
Jan Kaluza
cfed1abaa8 powertop2tuned now generates tuned profile without any command in shell script. Everything is done using the tuned plugins 2012-05-11 10:36:57 +02:00
Jan Kaluza
18f32d6080 Support wildcards matching for devices 2012-05-09 10:48:35 +02:00
Jan Kaluza
f8cb1e97ad Fixed active_profile + fixed exception handling in switch_profile 2012-05-09 10:23:02 +02:00
Jan Kaluza
c62373c109 Fixed switch_profile 2012-05-09 10:04:06 +02:00
Jan Vcelak
b54920a014 dbus: attach to system bus 2012-05-07 17:56:02 +02:00
Jan Vcelak
d7ae535551 application: enable dbus exporter 2012-05-07 17:16:29 +02:00
Jan Vcelak
2b7e754c08 move tuned initialization into separate object 2012-05-07 17:10:28 +02:00
Jaroslav Škarvada
72ae0d67c2 spec: added missed requirements (rhbz#818849) 2012-05-07 14:45:31 +02:00
HanzZ
d0028379f4 Load/store more profiles in active_profile file 2012-05-07 09:33:23 +02:00
HanzZ
d2800cbf55 Allow loading two profiles using tuned -c profile1 -c profile2 2012-05-07 09:17:14 +02:00
Jan Vcelak
8513371946 cpu: latency cannot be set using new API, revert 2012-05-04 12:11:46 +02:00
Jan Vcelak
5f34982fd0 plugins base: remove commented code 2012-05-04 12:11:46 +02:00
Jan Vcelak
8efa8c964c create usb plugin, remove autosuspend from cpu plugin 2012-05-04 12:11:42 +02:00
Jan Kaluza
17bf48d7c6 Use None instead of empty string 2012-05-03 10:01:05 +02:00
Jan Kaluza
797b095a14 Removed unused methods 2012-05-02 11:31:17 +02:00
HanzZ
ab9846ed81 rewritten latency setting using the new API 2012-04-27 11:48:36 +02:00
Jan Kaluza
f3a04dde1d Introduced dynamic_tuning and static_tunning parts of plugin and stopped useless dynamic_tuning for static-only plugins 2012-04-26 09:50:20 +02:00
Jan Kaluza
58d12d96d2 plugin_adio 2012-04-26 08:30:56 +02:00
Jan Kaluza
0c2b174bbf finished wireless functions and video functions 2012-04-26 08:14:11 +02:00
Jan Kaluza
0c64bf3926 disk_scheduler_quantum 2012-04-25 08:25:25 +02:00
Jan Kaluza
2a3422fcd1 @command and @command_revert decorator 2012-04-25 08:15:18 +02:00
Jan Vcelak
84f338461f refs #13, latency-performance: use cpu force_latency 2012-04-24 17:42:19 +02:00
Jan Vcelak
60a791fae4 refs #13, static latency setting for CPU 2012-04-24 17:41:58 +02:00
Jan Kaluza
32d9a9d201 wifi_power_level 2012-04-24 09:20:38 +02:00
Jan Kaluza
075a97e30a Wireless plugin skeleton 2012-04-23 14:03:04 +02:00
Jan Kaluza
0ef4c47e4d cpu_multicore_powersav 2012-04-23 12:50:08 +02:00
Jan Kaluza
32170dbece Working cpu_governor setting using cpupower 2012-04-19 10:38:46 +02:00
Jan Kaluza
1b781271d6 readahead_multiplier 2012-04-17 10:23:59 +02:00
Jan Kaluza
7ceef4705f disk_apm 2012-04-17 09:48:16 +02:00
Jan Kaluza
12a146dee9 disk_alpm 2012-04-17 08:41:41 +02:00
Jan Kaluza
3f8117ae23 Moved methods generic to commands into tuned.utils.commands 2012-04-16 13:24:01 +02:00
Jan Kaluza
a69435a452 Merge branch 'master' into functions-conversion 2012-04-16 12:41:11 +02:00
Jan Kaluza
c30ee9d208 Revert "Untested repository/base class for Commands. It will be used to rewrite functions from bash to Python"
This reverts commit 55889db0b0.
2012-04-16 12:40:49 +02:00
Jan Kaluza
e9397e3faf Revert "Support Commands reverting"
This reverts commit b21a9bb990.
2012-04-16 12:40:47 +02:00
Jan Kaluza
077eb7d868 Revert "First test with set_elevator command. It works only for single device so far..."
This reverts commit 7658d29985.
2012-04-16 12:40:11 +02:00