summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-08 13:13:27 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-08 14:27:48 +0100
commita3fbf671809d172edb2906c91071b14f071c93b2 (patch)
treef4e57ebd5a2ee2b87f77291e4b2911b3b25caa7c /tools
parent33e68cce51112474d4e9b1f25a5464520ed50d94 (diff)
downloadsystemd-a3fbf671809d172edb2906c91071b14f071c93b2.tar.gz
hwdb: update for v248
Seems to be additions and corrections as usual. Includes an update of the chromiumos autosuspend rules.
Diffstat (limited to 'tools')
-rw-r--r--tools/chromiumos/gen_autosuspend_rules.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/chromiumos/gen_autosuspend_rules.py b/tools/chromiumos/gen_autosuspend_rules.py
index 8bb25a1ccf..6e167f60f0 100644
--- a/tools/chromiumos/gen_autosuspend_rules.py
+++ b/tools/chromiumos/gen_autosuspend_rules.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2017 The Chromium OS Authors. All rights reserved.
@@ -12,8 +12,6 @@ resulting rules file is installed on the device, the script itself
is not.
"""
-from __future__ import print_function
-
# List of USB devices (vendorid:productid) for which it is safe to enable
# autosuspend.
USB_IDS = []