]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
make-autosuspend-rules: remove one instance of "whitelist" 16179/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 22 Jun 2020 12:41:50 +0000 (14:41 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 22 Jun 2020 12:47:49 +0000 (14:47 +0200)
Let's be clear what we mean exactly. Also see https://lwn.net/Articles/823224/
for general justification.

tools/make-autosuspend-rules.py

index 1a99e02aadd17c884048b42f1278f19df101f572..065752ced4720c76147bc2b9699a962c3f280b82 100755 (executable)
@@ -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