summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-11-01 10:14:09 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-11-01 13:32:06 +0100
commit2e4432507b68e0fe6c89f1900f6f4af0087c6fd5 (patch)
tree958943cb7e779913e8e873130b8facf12638c84d /tools
parentman: <strong> is not a valid docbook tag, but <emphasis> is (diff)
downloadsystemd-2e4432507b68e0fe6c89f1900f6f4af0087c6fd5.tar.xz
systemd-2e4432507b68e0fe6c89f1900f6f4af0087c6fd5.zip
hwdb: import newest autosuspend rules from chromeos
Diffstat (limited to 'tools')
-rw-r--r--tools/chromiumos/gen_autosuspend_rules.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/chromiumos/gen_autosuspend_rules.py b/tools/chromiumos/gen_autosuspend_rules.py
index 76b166a168..ee1682f6f3 100644
--- a/tools/chromiumos/gen_autosuspend_rules.py
+++ b/tools/chromiumos/gen_autosuspend_rules.py
@@ -131,6 +131,8 @@ USB_IDS += [
USB_IDS += [
# Huawei (ME936) (kip)
"12d1:15bb",
+ # Quectel (EM060)
+ "2c7c:0128",
# Fibocom (L850-GL) (coral, nautilus, sarien)
"2cb7:0007",
# Fibocom (NL668, NL652)
@@ -139,6 +141,12 @@ USB_IDS += [
"2cb7:01a2",
# Fibocom (FM101-GL) (adb)
"2cb7:01a4",
+ # Rolling Wireless (RW101)
+ "33f8:01a2",
+ # Rolling Wireless (RW135)
+ "33f8:0115",
+ # NetPrisma (LCUK54)
+ "3731:0100",
]
# Mass Storage
@@ -340,9 +348,9 @@ PCI_IDS += [
# Phison
PCI_IDS += [
# E13 NVMe Controller (redrix)
- '1987:5013',
+ "1987:5013",
# E18 PCIe4 NVMe Controller (vell)
- '1987:5018',
+ "1987:5018",
]
# Do not edit below this line. #################################################