summarylogtreecommitdiffstats
path: root/0001_Use_cpupower.patch
diff options
context:
space:
mode:
authorQue Quotion2017-04-05 03:36:59 +0900
committerQue Quotion2017-04-05 03:36:59 +0900
commit05fac17e79e86da012311b490a816bfadbbe3f13 (patch)
tree21207c7f1f3a9d784485718efada233410fb8129 /0001_Use_cpupower.patch
parent2134915e18e889ac4d41472c6677e5e9970885cc (diff)
downloadaur-05fac17e79e86da012311b490a816bfadbbe3f13.tar.gz
Patch cleanup; setting governor from indicator works again (via sysfs); removed cpufreq/cpupower dependencies!
Diffstat (limited to '0001_Use_cpupower.patch')
-rw-r--r--0001_Use_cpupower.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/0001_Use_cpupower.patch b/0001_Use_cpupower.patch
deleted file mode 100644
index 73c2588caace..000000000000
--- a/0001_Use_cpupower.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nru indicator-cpufreq-0.1.4.orig/indicator_cpufreq/cpufreq.py indicator-cpufreq-0.1.4/indicator_cpufreq/cpufreq.py
---- indicator-cpufreq-0.1.4.orig/indicator_cpufreq/cpufreq.py 2012-10-23 17:26:18.919464853 -0400
-+++ indicator-cpufreq-0.1.4/indicator_cpufreq/cpufreq.py 2012-10-23 17:26:44.372792374 -0400
-@@ -17,7 +17,7 @@
- from ctypes import *
- from ctypes.util import find_library
-
--_libcpufreq = cdll.LoadLibrary(find_library("cpufreq"))
-+_libcpufreq = cdll.LoadLibrary(find_library("cpupower"))
-
- class _cpufreq_policy(Structure):
- _fields_ = [