summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2017-02-16 02:20:24 +0900
committerQue Quotion2017-02-16 02:20:24 +0900
commite99a57dfe695cb7319e974dba37e728d5927925b (patch)
tree099498bd9f50d547251d05f0d1121c49e7d63180
parent8b641a377768681df94f86b8130e8e7c3a4a9632 (diff)
downloadaur-e99a57dfe695cb7319e974dba37e728d5927925b.tar.gz
Add schedutil governor
-rw-r--r--schedutil.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedutil.patch b/schedutil.patch
new file mode 100644
index 000000000000..7bd78a875c5a
--- /dev/null
+++ b/schedutil.patch
@@ -0,0 +1,10 @@
+--- src/indicator-cpufreq/indicator_cpufreq/indicator.py 2016-10-23 20:53:24.000000000 +0900
++++ src/indicator-cpufreq/indicator_cpufreq/indicator.py 2017-02-15 21:58:39.846113600 +0900
+@@ -46,6 +46,7 @@
+ #'userspace': _("Userspace"),
+ 'powersave': _("Powersave"),
+ 'performance': _("Performance"),
++ 'schedutil': _("Scheduler"),
+ }
+
+ def readable_governor(g):