]> git.ipfire.org Git - thirdparty/systemd.git/blob - hwdb.d/60-autosuspend.hwdb
cryptsetup: minor coding style tweaks
[thirdparty/systemd.git] / hwdb.d / 60-autosuspend.hwdb
1 # This file is part of systemd.
2 #
3 # The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
4 #
5 # Match string formats:
6 # <subsystem>:<modalias>
7 #
8 # pci:v<vendor>d<device>
9 # usb:v<vendor>p<product>
10 #
11 # To add local entries, create a new file
12 # /etc/udev/hwdb.d/61-autosuspend-local.hwdb
13 # and add your rules there. To load the new rules execute (as root):
14 # systemd-hwdb update
15 # udevadm trigger /dev/…
16 #
17 # If your changes are generally applicable, preferably send them as a pull
18 # request to
19 # https://github.com/systemd/systemd
20 # or create a bug report on https://github.com/systemd/systemd/issues and
21 # include your new rules, a description of the device, and the output of
22 # udevadm info
23 # the device.
24 #
25 # Allowed properties are:
26 # ID_AUTOSUSPEND=1
27 # ID_AUTOSUSPEND_DELAY_MS=####
28 # ID_PERSIST=0
29 #
30 # ID_AUTOSUSPEND_DELAY_MS adjusts the delay for autosuspend to something
31 # different than the kernel default of 2000ms.
32 #
33 # ID_PERSIST=0 allows disabling the kernels USB "persist" feature, which allows
34 # the continued use of devices after a power loss (due to suspend). Disable it
35 # if the device will loose state without a USB power session and the driver
36 # is unable to recover the state when resuming. See
37 # https://docs.kernel.org/driver-api/usb/persist.html
38
39 # Sort by brand, model
40
41 #########################################
42 # Alcor
43 #########################################
44
45 # AU9540 Smartcard Reader
46 usb:v058Fp9540*
47 ID_AUTOSUSPEND=1
48
49 #########################################
50 # Framework
51 #########################################
52
53 # HDMI Expansion Card
54 usb:v32ACp0002*
55 # DisplayPort Expansion Card
56 usb:v32ACp0003*
57 ID_AUTOSUSPEND=1
58
59 #########################################
60 # Lenovo
61 #########################################
62
63 # X1C8 Touchscreen
64 usb:v04F3p2B7C*
65 # T14 Gen 1 Touchscreen
66 usb:v04F3p2ACC*
67 ID_AUTOSUSPEND=1
68
69 #########################################
70 # Microsoft
71 #########################################
72
73 # Surface Pro (2017) Type Cover
74 usb:v045Ep09C0*
75 ID_AUTOSUSPEND=1
76
77 #########################################
78 # QEMU
79 #########################################
80
81 # Emulated USB HID devices
82 usb:v0627p0001:*QEMU USB Keyboard*
83 usb:v0627p0001:*QEMU USB Mouse*
84 usb:v0627p0001:*QEMU USB Tablet*
85 ID_AUTOSUSPEND=1
86
87 #########################################
88 # WWAN
89 #########################################
90
91 # Sierra Wireless EM7345 4G LTE modem
92 usb:v1199pA001*
93 ID_AUTOSUSPEND=1
94
95 # Fibocom LG850-GL
96 usb:v2CB7p0007*
97 ID_AUTOSUSPEND=1
98 ID_AUTOSUSPEND_DELAY_MS=7000
99
100 #########################################
101 # Wacom
102 #########################################
103
104 usb:v056Ap51A0*
105 ID_AUTOSUSPEND=1