summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
Diffstat (limited to 'pm')
-rwxr-xr-xpm/module.d/uswsusp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pm/module.d/uswsusp b/pm/module.d/uswsusp
index cd465d1..9c59229 100755
--- a/pm/module.d/uswsusp
+++ b/pm/module.d/uswsusp
@@ -27,7 +27,8 @@ get_quirks()
*) continue ;;
esac
done
-
+ # if we were told to ignore quirks, do so.
+ [ "$QUIRK_NONE" = "true" ] && OPTS=""
[ $ACPI_SLEEP -ne 0 ] && OPTS="$OPTS --acpi_sleep $ACPI_SLEEP"
}