summaryrefslogtreecommitdiff
path: root/pcr/pm-utils/14-disable-sata-alpm.patch
diff options
context:
space:
mode:
authorDavid P <megver83@openmailbox.org>2017-03-21 11:45:34 -0300
committerDavid P <megver83@openmailbox.org>2017-03-21 11:45:34 -0300
commit7e490bcaa32a4e96f3a9161aaef4c11a0a6631e9 (patch)
treeab6d7df5ac433b15ac5df03269d2dd345103dacd /pcr/pm-utils/14-disable-sata-alpm.patch
parent8c07114e19a34b96c330160ce73427980bfe2901 (diff)
downloadabslibre-7e490bcaa32a4e96f3a9161aaef4c11a0a6631e9.tar.gz
abslibre-7e490bcaa32a4e96f3a9161aaef4c11a0a6631e9.tar.bz2
abslibre-7e490bcaa32a4e96f3a9161aaef4c11a0a6631e9.zip
Added pm-utils to [pcr]
Diffstat (limited to 'pcr/pm-utils/14-disable-sata-alpm.patch')
-rw-r--r--pcr/pm-utils/14-disable-sata-alpm.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/pm-utils/14-disable-sata-alpm.patch b/pcr/pm-utils/14-disable-sata-alpm.patch
new file mode 100644
index 000000000..7b5494932
--- /dev/null
+++ b/pcr/pm-utils/14-disable-sata-alpm.patch
@@ -0,0 +1,26 @@
+Description: Disable SATA link power management by default, as it still causes disk errors and corruptions on many hardware.
+Author: Martin Pitt <martin.pitt@ubuntu.com>
+Bug-Ubuntu: https://launchpad.net/bugs/539467
+
+Index: pm-utils/pm/power.d/sata_alpm
+===================================================================
+--- pm-utils.orig/pm/power.d/sata_alpm 2011-02-01 15:53:09.164867778 +0100
++++ pm-utils/pm/power.d/sata_alpm 2011-02-01 15:53:28.954867786 +0100
+@@ -2,7 +2,7 @@
+
+ . "${PM_FUNCTIONS}"
+
+-SATA_ALPM_ENABLE=${SATA_ALPM_ENABLE:-true}
++SATA_ALPM_ENABLE=${SATA_ALPM_ENABLE:-false}
+
+ help() {
+ cat <<EOF
+@@ -16,7 +16,7 @@
+
+ This hook has 1 parameter:
+ SATA_ALPM_ENABLE = whether to use SATA ALPM on battery.
+-Defaults to "true".
++Defaults to "false".
+
+ EOF
+ }