From: Zbigniew Jędrzejewski-Szmek Date: Mon, 22 Jun 2020 12:41:50 +0000 (+0200) Subject: make-autosuspend-rules: remove one instance of "whitelist" X-Git-Tag: v246-rc1~126^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16179%2Fhead;p=thirdparty%2Fsystemd.git make-autosuspend-rules: remove one instance of "whitelist" Let's be clear what we mean exactly. Also see https://lwn.net/Articles/823224/ for general justification. --- diff --git a/tools/make-autosuspend-rules.py b/tools/make-autosuspend-rules.py index 1a99e02aadd..065752ced47 100755 --- a/tools/make-autosuspend-rules.py +++ b/tools/make-autosuspend-rules.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # SPDX-License-Identifier: LGPL-2.1+ -# Generate autosuspend rules for devices that have been whitelisted (IE tested) -# by the Chromium OS team. Based on +# Generate autosuspend rules for devices that have been tested to work properly +# with autosuspend by the Chromium OS team. Based on # https://chromium.googlesource.com/chromiumos/platform2/+/master/power_manager/udev/gen_autosuspend_rules.py import chromiumos.gen_autosuspend_rules