summaryrefslogtreecommitdiffstats
path: root/pm-utils/pm-utils-14-disable-sata-alpm.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:56:06 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:56:06 +0200
commitbb12119aa6649221a6e827cf328e9a940805e3e2 (patch)
treef8da93f9ec6f48953ba1c981174b59783db228b0 /pm-utils/pm-utils-14-disable-sata-alpm.patch
parent7cb1f8863da54901bf4bb24707b2e5e4ea8a6fcd (diff)
downloadnutyx-pakxe-bb12119aa6649221a6e827cf328e9a940805e3e2.tar.gz
nutyx-pakxe-bb12119aa6649221a6e827cf328e9a940805e3e2.tar.bz2
nutyx-pakxe-bb12119aa6649221a6e827cf328e9a940805e3e2.tar.xz
nutyx-pakxe-bb12119aa6649221a6e827cf328e9a940805e3e2.zip
Revert "ajout pm-utils"
This reverts commit da38d2b0170922c01a607a04af092e77ca2d64d1.
Diffstat (limited to 'pm-utils/pm-utils-14-disable-sata-alpm.patch')
-rw-r--r--pm-utils/pm-utils-14-disable-sata-alpm.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/pm-utils/pm-utils-14-disable-sata-alpm.patch b/pm-utils/pm-utils-14-disable-sata-alpm.patch
deleted file mode 100644
index 020484809..000000000
--- a/pm-utils/pm-utils-14-disable-sata-alpm.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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
- }
-