diff options
Diffstat (limited to 'app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1-pmcs.patch')
-rw-r--r-- | app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1-pmcs.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1-pmcs.patch b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1-pmcs.patch new file mode 100644 index 000000000000..2ed3bf329e28 --- /dev/null +++ b/app-laptop/pbbuttonsd/files/pbbuttonsd-0.8.1-pmcs.patch @@ -0,0 +1,21 @@ +--- a/scripts/pmcs-config ++++ b/scripts/pmcs-config +@@ -11,15 +11,15 @@ + + # Section for power policy 'performance' + performance_HDTimeOff=0 # hdsetup - timeout in seconds +-performance_HDOptions="-p" # hdsetup ++performance_HDOptions="" # hdsetup + performance_LaptopMode="stop" # bdflush + + # Section for power policy 'custom' + custom_HDTimeOff=60 # hdsetup - timeout in seconds +-custom_HDOptions="-p" # hdsetup ++custom_HDOptions="" # hdsetup + custom_LaptopMode="start" # bdflush + + # Section for power policy 'powersave' + powersave_HDTimeOff=60 # hdsetup - timeout in seconds +-powersave_HDOptions="-p" # hdsetup ++powersave_HDOptions="" # hdsetup + powersave_LaptopMode="start" # bdflush |