diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-22 14:41:50 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-06-22 14:47:49 +0200 |
commit | 7b33ff7388a4d1de9376ef2883a73272107d44a9 (patch) | |
tree | c0a0af247c353aac2e971f0da00443b7ab6b5146 /tools/make-autosuspend-rules.py | |
parent | rules: remove 61-autosuspend-manual.rules (diff) | |
download | systemd-7b33ff7388a4d1de9376ef2883a73272107d44a9.tar.xz systemd-7b33ff7388a4d1de9376ef2883a73272107d44a9.zip |
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.
Diffstat (limited to 'tools/make-autosuspend-rules.py')
-rwxr-xr-x | tools/make-autosuspend-rules.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-autosuspend-rules.py b/tools/make-autosuspend-rules.py index 1a99e02aad..065752ced4 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 |