summaryrefslogtreecommitdiff
path: root/hwdb.d/60-autosuspend.hwdb
blob: 55d3fcc3b082553e5e9bffb7fd596a7207662fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# This file is part of systemd.
#
# The lookup keys are $MODALIAS strings, see udev's hwdb builtin.
#
# Match string formats:
# <subsystem>:<modalias>
#
# pci:v<vendor>d<device>
# usb:v<vendor>p<product>
#
# To add local entries, create a new file
#   /etc/udev/hwdb.d/61-autosuspend-local.hwdb
# and add your rules there. To load the new rules execute (as root):
#   systemd-hwdb update
#   udevadm trigger /dev/…
#
# If your changes are generally applicable, preferably send them as a pull
# request to
#   https://github.com/systemd/systemd
# or create a bug report on https://github.com/systemd/systemd/issues and
# include your new rules, a description of the device, and the output of
#   udevadm info
# the device.
#
# Allowed properties are:
#    ID_AUTOSUSPEND=1

# Sort by brand, model

#########################################
# Alcor
#########################################

# AU9540 Smartcard Reader
usb:v058Fp9540*
 ID_AUTOSUSPEND=1

#########################################
# Lenovo
#########################################

# X1C8 Touchscreen
usb:v04F3p2B7C*
# T14 Gen 1 Touchscreen
usb:v04F3p2ACC*
 ID_AUTOSUSPEND=1

#########################################
# QEMU
#########################################

# Emulated USB HID devices
usb:v0627p0001:*QEMU USB Keyboard*
usb:v0627p0001:*QEMU USB Mouse*
usb:v0627p0001:*QEMU USB Tablet*
 ID_AUTOSUSPEND=1

#########################################
# Wacom
#########################################

usb:v056Ap51A0*
 ID_AUTOSUSPEND=1