aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hal-0.5.11-patches/0009-add-save-pci-support-to-hal-system-power-suspend-lin.patch')
-rw-r--r--hal-0.5.11-patches/0009-add-save-pci-support-to-hal-system-power-suspend-lin.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/hal-0.5.11-patches/0009-add-save-pci-support-to-hal-system-power-suspend-lin.patch b/hal-0.5.11-patches/0009-add-save-pci-support-to-hal-system-power-suspend-lin.patch
new file mode 100644
index 00000000..5d98b43a
--- /dev/null
+++ b/hal-0.5.11-patches/0009-add-save-pci-support-to-hal-system-power-suspend-lin.patch
@@ -0,0 +1,25 @@
+From 44cf93aea23c9697ecdef30aa618499a62f70ce2 Mon Sep 17 00:00:00 2001
+From: Philipp Ittershagen <philipp@gate-nine.de>
+Date: Sun, 10 Aug 2008 10:11:36 +0200
+Subject: [PATCH 09/48] add save-pci support to hal-system-power-suspend-linux
+
+Add --quirk-save-pci support to hal-system-power-suspend-linux.
+---
+ tools/linux/hal-system-power-suspend-linux | 1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/tools/linux/hal-system-power-suspend-linux b/tools/linux/hal-system-power-suspend-linux
+index 157201f..76c5800 100755
+--- a/tools/linux/hal-system-power-suspend-linux
++++ b/tools/linux/hal-system-power-suspend-linux
+@@ -28,6 +28,7 @@ QUIRKS=""
+ [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_VBE_POST" = "true" ] && QUIRKS="$QUIRKS --quirk-vbe-post"
+ [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_RADEON_OFF" = "true" ] && QUIRKS="$QUIRKS --quirk-radeon-off"
+ [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_RESET_BRIGHTNESS" = "true" ] && QUIRKS="$QUIRKS --quirk-reset-brightness"
++[ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_SAVE_PCI" = "true" ] && QUIRKS="$QUIRKS --quirk-save-pci"
+ [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_NONE" = "true" ] && QUIRKS="$QUIRKS --quirk-none"
+
+ # Urh. Do any BIOSen handle this correctly?
+--
+1.6.1.2
+