]> git.ipfire.org Git - thirdparty/systemd.git/blame - hwdb.d/60-autosuspend.hwdb
Fix Positivo MASTER-N1110 key toggle touchpad
[thirdparty/systemd.git] / hwdb.d / 60-autosuspend.hwdb
CommitLineData
39d5b72e
ZJS
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#
98873699
ZJS
8# pci:v<vendor>d<device>
9# usb:v<vendor>p<product>
39d5b72e
ZJS
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
fa9a43a6 27# ID_AUTOSUSPEND_DELAY_MS=####
bd37360a
BB
28# ID_PERSIST=0
29#
fa9a43a6
ML
30# ID_AUTOSUSPEND_DELAY_MS adjusts the delay for autosuspend to something
31# different than the kernel default of 2000ms.
32#
bd37360a
BB
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
0e685823 37# https://docs.kernel.org/driver-api/usb/persist.html
62ad1c64 38
39d5b72e
ZJS
39# Sort by brand, model
40
41#########################################
42# Alcor
43#########################################
44
45# AU9540 Smartcard Reader
3a7771c9 46usb:v058Fp9540*
39d5b72e
ZJS
47 ID_AUTOSUSPEND=1
48
f5ce7102
HG
49#########################################
50# Lenovo
51#########################################
52
53# X1C8 Touchscreen
3a7771c9 54usb:v04F3p2B7C*
f5ce7102 55# T14 Gen 1 Touchscreen
3a7771c9 56usb:v04F3p2ACC*
f5ce7102
HG
57 ID_AUTOSUSPEND=1
58
afa31f8c
JD
59#########################################
60# Microsoft
61#########################################
62
63# Surface Pro (2017) Type Cover
64usb:v045Ep09C0*
65 ID_AUTOSUSPEND=1
66
ec8bebbc
ZJS
67#########################################
68# QEMU
69#########################################
70
71# Emulated USB HID devices
3a7771c9
ZJS
72usb:v0627p0001:*QEMU USB Keyboard*
73usb:v0627p0001:*QEMU USB Mouse*
74usb:v0627p0001:*QEMU USB Tablet*
ec8bebbc
ZJS
75 ID_AUTOSUSPEND=1
76
e15c0790 77#########################################
f32049ed 78# WWAN
e15c0790
HG
79#########################################
80
81# Sierra Wireless EM7345 4G LTE modem
82usb:v1199pA001*
83 ID_AUTOSUSPEND=1
84
f32049ed
ML
85# Fibocom LG850-GL
86usb:v2CB7p0007*
87 ID_AUTOSUSPEND=1
88 ID_AUTOSUSPEND_DELAY_MS=7000
89
39d5b72e
ZJS
90#########################################
91# Wacom
92#########################################
93
3a7771c9 94usb:v056Ap51A0*
39d5b72e 95 ID_AUTOSUSPEND=1