From bcd0153645655db6b258477e25ac1d183dafc55c Mon Sep 17 00:00:00 2001 From: sibel Date: Mon, 23 May 2011 09:04:23 +0200 Subject: pm-utils 1.4.1-1 ajout port --- extra/pm-utils/pm-utils-14-disable-sata-alpm.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 extra/pm-utils/pm-utils-14-disable-sata-alpm.patch (limited to 'extra/pm-utils/pm-utils-14-disable-sata-alpm.patch') diff --git a/extra/pm-utils/pm-utils-14-disable-sata-alpm.patch b/extra/pm-utils/pm-utils-14-disable-sata-alpm.patch new file mode 100644 index 000000000..020484809 --- /dev/null +++ b/extra/pm-utils/pm-utils-14-disable-sata-alpm.patch @@ -0,0 +1,27 @@ +Description: Disable SATA link power management by default, as it still causes disk errors and corruptions on many hardware. +Author: Martin Pitt +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 <