On Fri, 08 Jun 2007 11:19:19 +0100 Richard Hughes <[EMAIL PROTECTED]> wrote:
> On Fri, 2007-06-08 at 12:17 +0200, Stefan Seyfried wrote: > > Good, so we can use that. Does it get passed down to pm-utils or do i > > need to jump through hoops to get it? > > Good question. I don't think it get passed down - I'm crazy busy today - > could someone do a HAL patch for this please - thanks. OK, this will set --quirk-none to the exported quirks in case of a machine confirmed to be working without quirks. Please apply. grts Tim diff --git a/tools/linux/hal-system-power-suspend-linux b/tools/linux/hal-system-power-suspend-linux index 58a5915..9e4b951 100755 --- a/tools/linux/hal-system-power-suspend-linux +++ b/tools/linux/hal-system-power-suspend-linux @@ -31,6 +31,7 @@ QUIRKS="" [ "$HAL_PROP_POWER_MANAGEMENT_QUIRK_VGA_MODE_3" = "true" ] && QUIRKS="$QUIRKS --quirk-vga-mode3" [ "$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_NONE" = "true" ] && QUIRKS=" --quirk-none" # PMU systems cannot use /sys/power/state yet, so use a helper to issue an ioctl if [ "$HAL_PROP_LAPTOP_PANEL_ACCESS_METHOD" = "pmu" ]; then
signature.asc
Description: PGP signature
_______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
